Index: doc/xmlcatalog_man.xml =================================================================== RCS file: /cvs/gnome/libxml2/doc/xmlcatalog_man.xml,v retrieving revision 1.15 diff -u -r1.15 xmlcatalog_man.xml --- doc/xmlcatalog_man.xml 6 Apr 2006 14:02:42 -0000 1.15 +++ doc/xmlcatalog_man.xml 19 Aug 2006 02:23:35 -0000 @@ -26,7 +26,7 @@ - 2006-03-05 + $Date$ @@ -94,35 +94,6 @@ or it can perform multiple functions in interactive mode. It can operate on both XML and SGML files. - More information can be found at - - - - libxml - 3 - web page - - - - - libxml - 3 - catalog support web page - at - - - - James Clark's SGML catalog - page - - - - OASIS XML catalog specification - - - - - @@ -340,7 +311,7 @@ - Execute a public identifier lookup of the catalog entry + Execute a Formal Public Identifier look-up of the catalog entry for PUBLIC-ID. The corresponding entry will be output to the command line. @@ -358,7 +329,7 @@ - Execute a public identifier lookup of the catalog entry + Execute a Formal Public Identifier look-up of the catalog entry for SYSTEM-ID. The corresponding entry will be output to the command line. @@ -375,12 +346,11 @@ XML_CATALOG_FILES - - Catalog behavior can be changed by redirecting queries to the user's - own set of catalogs. This can be done by setting + XML catalog behavior can be changed by redirecting + queries to the user's own set of catalogs. This can be done by setting the XML_CATALOG_FILES environment variable to a list of catalogs. An empty one should deactivate loading the - default /etc/xml/catalog default catalog. + default /etc/xml/catalog catalog. @@ -391,7 +361,7 @@ DIAGNOSTICS - &xmlcatalog;'s return codes provide information that can be used when + &xmlcatalog; return codes provide information that can be used when calling it from scripts. @@ -427,7 +397,7 @@ 4 - Failed to lookup an entry in the catalog + Failed to look up an entry in the catalog @@ -436,11 +406,40 @@ SEE ALSO - - + libxml 3 + + + More information can be found at + + + + libxml + 3 + web page + + + + + libxml + 3 + catalog support web page + at + + + + James Clark's SGML catalog + page + + + + OASIS XML catalog specification + + + + Index: doc/xmllint.xml =================================================================== RCS file: /cvs/gnome/libxml2/doc/xmllint.xml,v retrieving revision 1.35 diff -u -r1.35 xmllint.xml --- doc/xmllint.xml 6 Apr 2006 14:02:42 -0000 1.35 +++ doc/xmllint.xml 19 Aug 2006 02:23:36 -0000 @@ -46,7 +46,7 @@ - 2006-03-05 + $Date$ @@ -130,34 +130,18 @@ DESCRIPTION - The &xmllint; program parses one or more XML files, specified on the - command line as XML-FILE (or the standard - input if the filename provided is - ). - It prints various types of output, depending upon the options selected. - It is useful for detecting errors both - in XML code and in the XML parser - itself. + The &xmllint; program parses one or more XML files, + specified on the command line as XML-FILE + (or the standard input if the filename provided + is - ). It prints various types of + output, depending upon the options selected. It is useful for detecting + errors both in XML code and in + the XML parser itself. &xmllint; is included in libxml 3 . - More information can be found at - - - - libxml - 3 - web page - - - - - W3C XSLT page - - - - @@ -179,8 +163,9 @@ - Use the catalogs from SGML_CATALOG_FILES. - Otherwise /etc/xml/catalog is used by default. + Use the SGML catalog(s) from SGML_CATALOG_FILES. + Otherwise XML catalogs starting + from /etc/xml/catalog are used by default. @@ -201,7 +186,10 @@ - Turn on gzip compression of output. + Turn on + gzip + 1 + compression of output. @@ -217,8 +205,8 @@ - Use the W3C XML Canonicalisation (C14N) to serialize - the result of parsing to stdout. + Use the W3C XML Canonicalisation (C14N) to + serialize the result of parsing to stdout. It keeps comments in the result. @@ -238,9 +226,9 @@ - Use the DTD specified by a Public + Use the DTD specified by a Formal Public Identifier FPI for validation, note that this - will require a Catalog exporting that Public Identifier to work. + will require a catalog exporting that Formal Public Identifier to work. @@ -291,7 +279,7 @@ Reformat and reindent the output. The XMLLINT_INDENT - environment variable controls the indentation (default value is two + environment variable controls the indentation. The default value is two spaces " "). @@ -333,7 +321,7 @@ - Fetch external DTD. + Fetch an external DTD. @@ -484,7 +472,7 @@ - Validate after parsing is completed. + Validate after parsing has completed. @@ -523,8 +511,8 @@ - Use a W3C XML Schema file named SCHEMA - for validation. + Use a W3C XML Schema file + named SCHEMA for validation. @@ -543,7 +531,7 @@ - Use streaming API - useful when used in combination + Use streaming API - useful when used in combination with or options for validation of files that are too large to be held in memory. @@ -599,7 +587,7 @@ Test the walker module, which is a reader interface but for a document tree, instead of using the reader API on - an unparsed document it works on a existing in-memory tree. Used in + an unparsed document it works on an existing in-memory tree. Used for debugging. @@ -618,11 +606,10 @@ Used in conjunction with . Usually when HTML is parsed the document is saved with - the HTML serializer, but with this option the + the HTML serializer. But with this option the resulting document is saved with the XML serializer. This is primarily used to - generate XHTML - from HTML input. + generate XHTML from HTML input. @@ -770,19 +757,23 @@ SGML_CATALOG_FILES - to be written ... + SGML catalog behavior can be changed by redirecting + queries to the user's own set of catalogs. This can be done by setting + the SGML_CATALOG_FILES environment variable to a list + of catalogs. An empty one should deactivate loading the + default /etc/sgml/catalog catalog. + XML_CATALOG_FILES - - Catalog behavior can be changed by redirecting queries to the user's - own set of catalogs. This can be done by setting + XML catalog behavior can be changed by redirecting + queries to the user's own set of catalogs. This can be done by setting the XML_CATALOG_FILES environment variable to a list of catalogs. An empty one should deactivate loading the - default /etc/xml/catalog default catalog. + default /etc/xml/catalog catalog. @@ -790,10 +781,9 @@ XML_DEBUG_CATALOG - - Setting the environment variable XML_DEBUG_CATALOG - using the export command outputs debugging information - related to catalog operations. + Setting the environment variable XML_DEBUG_CATALOG + to non-zero using the export + command outputs debugging information related to catalog operations. @@ -801,7 +791,9 @@ XMLLINT_INDENT - to be written ... + Setting the environment variable XMLLINT_INDENT + controls the indentation. The default value is two spaces " ". + @@ -811,7 +803,8 @@ DIAGNOSTICS - On the completion of execution, &xmllint; returns the following error codes: + &xmllint; return codes provide information that can be used when + calling it from scripts. @@ -897,11 +890,26 @@ SEE ALSO - - + libxml 3 + + + More information can be found at + + + + libxml + 3 + web page + + + + W3C XSLT page + + +