diff --git a/reference/tidy/constants.xml b/reference/tidy/constants.xml index 6f0a4c1ead..a1454cf061 100644 --- a/reference/tidy/constants.xml +++ b/reference/tidy/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants; @@ -7,8 +7,8 @@ Each TIDY_TAG_XXX represents a HTML tag. For example, TIDY_TAG_A represents a <a href="XX">link</a> tag. Each TIDY_ATTR_XXX - represents a HTML atribute. For example TIDY_ATTR_HREF - would represent the href atribute in the previous example. + represents a HTML attribute. For example TIDY_ATTR_HREF + would represent the href attribute in the previous example. The following constants are defined: diff --git a/reference/tidy/functions/tidy-set-encoding.xml b/reference/tidy/functions/tidy-set-encoding.xml index 47053c4b46..2bde6944ce 100644 --- a/reference/tidy/functions/tidy-set-encoding.xml +++ b/reference/tidy/functions/tidy-set-encoding.xml @@ -1,5 +1,5 @@ - + tidy_set_encoding @@ -23,9 +23,13 @@ encoding - Possible values for encoding are ascii, latin0, - latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, utf16le, - utf16be, big5 and shiftjis. + The encoding parameter sets the encoding for + input/output documents. The possible values for encoding are: + ascii, latin0, latin1, + raw, utf8, iso2022, + mac, win1252, ibm858, + utf16, utf16le, utf16be, + big5, and shiftjis. diff --git a/reference/tidy/tidy/body.xml b/reference/tidy/tidy/body.xml index 8976a23b9a..fd09f127a3 100644 --- a/reference/tidy/tidy/body.xml +++ b/reference/tidy/tidy/body.xml @@ -1,10 +1,10 @@  - + tidy::body tidy_get_body - Returns a tidyNode Object starting from the <body> tag of the tidy parse tree + Returns a tidyNode object starting from the <body> tag of the tidy parse tree &reftitle.description; diff --git a/reference/tidy/tidy/head.xml b/reference/tidy/tidy/head.xml index e87e46e4a6..7f54857a0c 100644 --- a/reference/tidy/tidy/head.xml +++ b/reference/tidy/tidy/head.xml @@ -1,10 +1,10 @@  - + tidy::head tidy_get_head - Returns a tidyNode Object starting from the <head> tag of the tidy parse tree + Returns a tidyNode object starting from the <head> tag of the tidy parse tree &reftitle.description; diff --git a/reference/tidy/tidy/html.xml b/reference/tidy/tidy/html.xml index 07ce489fe4..7aa42e23de 100644 --- a/reference/tidy/tidy/html.xml +++ b/reference/tidy/tidy/html.xml @@ -1,10 +1,10 @@  - + tidy::html tidy_get_html - Returns a tidyNode Object starting from the <html> tag of the tidy parse tree + Returns a tidyNode object starting from the <html> tag of the tidy parse tree &reftitle.description; diff --git a/reference/tidy/tidy/parsefile.xml b/reference/tidy/tidy/parsefile.xml index 42042ba88b..716225e2ac 100644 --- a/reference/tidy/tidy/parsefile.xml +++ b/reference/tidy/tidy/parsefile.xml @@ -1,5 +1,5 @@ - + tidy::parseFile @@ -25,7 +25,7 @@ booluse_include_pathfalse - This function parses the given file. + Parses the given file. @@ -53,7 +53,7 @@ options themselves. - Pour une explication sur chaque option, voyez + For an explanation about each option, see &url.tidy.conf;. @@ -62,13 +62,13 @@ encoding - Le paramètre encoding configure l'encodage - pour les documents d'entrée et de sortie. Les valeurs possibles sont + The encoding parameter sets the encoding for + input/output documents. The possible values for encoding are: ascii, latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, utf16le, utf16be, - big5 et shiftjis. + big5, and shiftjis. diff --git a/reference/tidy/tidy/repairfile.xml b/reference/tidy/tidy/repairfile.xml index 9976736e8f..44b894f464 100644 --- a/reference/tidy/tidy/repairfile.xml +++ b/reference/tidy/tidy/repairfile.xml @@ -1,5 +1,5 @@ - + tidy::repairFile @@ -62,9 +62,12 @@ The encoding parameter sets the encoding for - input/output documents. The possible values for encoding are: ascii, - latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, - utf16le, utf16be, big5 and shiftjis. + input/output documents. The possible values for encoding are: + ascii, latin0, latin1, + raw, utf8, iso2022, + mac, win1252, ibm858, + utf16, utf16le, utf16be, + big5, and shiftjis. diff --git a/reference/tidy/tidy/repairstring.xml b/reference/tidy/tidy/repairstring.xml index 2e87471bea..1d2e762051 100644 --- a/reference/tidy/tidy/repairstring.xml +++ b/reference/tidy/tidy/repairstring.xml @@ -1,5 +1,5 @@ - + tidy::repairString @@ -59,9 +59,12 @@ The encoding parameter sets the encoding for - input/output documents. The possible values for encoding are: ascii, - latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, - utf16le, utf16be, big5 and shiftjis. + input/output documents. The possible values for encoding are: + ascii, latin0, latin1, + raw, utf8, iso2022, + mac, win1252, ibm858, + utf16, utf16le, utf16be, + big5, and shiftjis. diff --git a/reference/tidy/tidy/root.xml b/reference/tidy/tidy/root.xml index e4626f3739..a210e1f8fe 100644 --- a/reference/tidy/tidy/root.xml +++ b/reference/tidy/tidy/root.xml @@ -1,10 +1,10 @@  - + tidy::root tidy_get_root - Returns a tidyNode object representing the root of the tidy parse tree + Returns a tidyNode object representing the root of the tidy parse tree &reftitle.description;