OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: DOCBOOK-APPS: Re: XIncludes


Thank you.  I'm trying both Xincludes and xmllint with much success.

-Damian
----- Original Message -----
From: "Stefan Bylund" <steby@enea.se>
To: <docbook-apps@lists.oasis-open.org>; <damian@kohlfeld.com>
Sent: Wednesday, March 12, 2003 3:45 AM
Subject: DOCBOOK-APPS: Re: XIncludes


> Hi Damian,
>
> I first tried xincluder but I soon found out that xmllint is more fully
> featured. I use the following command to resolve all xincludes before
invoking
> the XSLT processor (Saxon):
>
> xmllint --xinclude --catalogs document.xml > resolved.xml
>
> Note that xmllint uses the SGML_CATALOG_FILES environment variable to find
the
> catalog(s).
>
> The xmllint tool is part of libxml2 which is located at
http://xmlsoft.org/. It
> is also a very good validating XML parser; I use it the following way:
>
> xmllint --xinclude --postvalid --noout --catalogs document.xml
>
> /Stefan
>
>
> Damian Kohlfeld wrote:
> I use xerces/xalan/fop and I believe Xerces doesn't handle XIncludes at
this
> time. What would you recommend for handling XIncludes?
>
> I looked at http://xincluder.sourceforge.net, would this be the way to go?
>
>





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]