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?


begin:vcard 
n:Bylund;Stefan
tel;cell:+46 709 714 325
tel;work:+46 8 507 143 25
x-mozilla-html:FALSE
url:http://www.ose.com
org:OSE Systems
adr:;;Nytorpsv�gen 5;T�by;;183 23;Sweden
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engineer
fn:Stefan Bylund
end:vcard

Reply via email to