Hello,

does anybody know if it is possible to use XInclude with FOP. Xerces supports a 
partial implementation of W3C XInclude since version 2.5. How can I use it with 
FOP?

What I want to do is something like this:

file a.xml
<bill>
 <xi:include href="b.xml" xmlns:xi="http://www.w3.org/2001/XInclude"; />
 <customer>
 .
 .
 .
 </customer
</bill

file b.xml
<supplier>
.
.
.
</supplier>

file stylesheet.xsl
<template match="bill">
 <xsl:value-of="supplier"/>
</template>

Thanks in advance
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to