[
Lists Home |
Date Index |
Thread Index
]
You might be a bit confused about the relationship of Xerces, Docbook, and parsing.
Typically, usage will involve processing the Docbook XML files with stylesheets, using an XSLT processor.
Since you mention the command line, I'll assume you don't mean accessing Docbook files through, e.g. SAX or DOM.
Here are some links for further reading.
The second link has some details on using catalogs with saxon, xalan, and xsltproc.
http://docbook.org/wiki/moin.cgi/
http://www.sagehill.net/docbookxsl/index.html
http://nwalsh.com/docbook/index.html
Regards,
Mitch Amiano
Agile Markup Corp
xml tom wrote:
> Hi
>
> How can I parse DocBook xml files, also how can i pluggable the DocBook
> catalog file? using xerces-c Win32.
>
> Could you please send the command line usage, some guide to add catalog
> file.
>
> Regards
> Tom
>
>
>
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder
> <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> - Free,
> easy-to-use web site design software
|