here are the configuration options for tidy:
http://tidy.sourceforge.net/docs/quickref.html
Tidy
- Wstęp
- Instalacja/Konfiguracja
- Stałe predefiniowane
- Przykłady
- tidy — The tidy class
- tidy::body — Returns a tidyNode object starting from the <body> tag of the tidy parse tree
- tidy::cleanRepair — Execute configured cleanup and repair operations on parsed markup
- tidy::__construct — Constructs a new tidy object
- tidy::diagnose — Run configured diagnostics on parsed and repaired markup
- tidy::$errorBuffer — Return warnings and errors which occurred parsing the specified document
- tidy::getConfig — Get current Tidy configuration
- tidy::getHtmlVer — Get the Detected HTML version for the specified document
- tidy::getOpt — Returns the value of the specified configuration option for the tidy document
- tidy::getoptdoc — Returns the documentation for the given option name
- tidy::getRelease — Get release date (version) for Tidy library
- tidy::getStatus — Get status of specified document
- tidy::head — Returns a tidyNode object starting from the <head> tag of the tidy parse tree
- tidy::html — Returns a tidyNode object starting from the <html> tag of the tidy parse tree
- tidy::isXhtml — Indicates if the document is a XHTML document
- tidy::isXml — Indicates if the document is a generic (non HTML/XHTML) XML document
- tidy::parseFile — Parse markup in file or URI
- tidy::parseString — Parse a document stored in a string
- tidy::repairFile — Repair a file and return it as a string
- tidy::repairString — Repair a string using an optionally provided configuration file
- tidy::root — Returns a tidyNode object representing the root of the tidy parse tree
- tidyNode — The tidyNode class
- tidyNode::getParent — Zwraca rodzica bieżącego węzła
- tidyNode::hasChildren — Sprawdza, czy węzeł posiada potomków
- tidyNode::hasSiblings — Sprawdza, czy węzeł posiada sąsiadów
- tidyNode::isAsp — Sprawdza, czy węzeł jest kodem ASP
- tidyNode::isComment — Sprawdza, czy węzeł jest komentarzem
- tidyNode::isHtml — Sprawdza, czy węzeł jest częścią dokumentu HTML
- tidyNode::isJste — Sprawdza, czy węzeł jest kodem JSTE
- tidyNode::isPhp — Sprawdza, czy węzeł jest kodem PHP
- tidyNode::isText — Sprawdza, czy węzeł jest tekstem (nie jest znacznikiem)
- Funkcje Tidy
- ob_tidyhandler — Funkcja zwrotna do czyszczenia bufora wyjścia dla funkcji ob_start
- tidy_access_count — Zwraca liczbę dostępnych ostrzeżeń napotkanych w określonym dokumencie
- tidy_config_count — Zwraca liczbę błędów konfiguracji Tidy napotkanych w określonym dokumencie
- tidy_error_count — Zwraca liczbę błędów Tidy znalezionych w określonym dokumencie
- tidy_get_output — Zwraca łańcuch zawierający poprawiony przez Tidy kod HTML, XHTML lub XML
- tidy_load_config — Wczytuje plik konfiguracyjny Tidy w formacie ASCII z określonym kodowaniem znaków narodowych
- tidy_reset_config — Przywraca domyślne wartości konfiguracji Tidy
- tidy_save_config — Zapisuje bieżące ustawienia konfiguracyjne Tidy we wskazanym pliku
- tidy_set_encoding — Ustawia kodowanie znaków narodowych dla dokumentów wejściowych i wyjściowych
- tidy_setopt — Uaktualnia ustawienia konfiguracji dla określonego dokumentu tidy
- tidy_warning_count — Zwraca liczbę ostrzeżeń Tidy znalezionych w określonym dokumencie
sirmonko at tapirpirates dot net ¶
3 years ago
