This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] xinclude processing.


On Mon, 2005-05-23 at 09:08 +0200, Jirka Kosek wrote:
> Dave Pawson wrote:
> 
> > 2. Is it only libxslt that hacks xinclude as yet?
> > (and any particular version please)
> 
> Almost any Java based XSLT processor can be made XInclude aware. If your 
> XSLT processor uses Xerces for parsing, just pass this option to JVM:
> 
> -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration
> 
> This will turn on XInclude support in Xerces. The only pitfall is that 
> the latest official release 2.6.2 uses old XInclude namespace (2003). If 
> you want to use correct (2001) XInclude namespace you should grab 
> development version of Xerces from:
> 
> http://brutus.apache.org/gump/public-jars/xml-xerces2/

Thanks Jirka.
  
So... That would then parse the 'included' sections too?
  I need to do some more thinking.
(I guess I'll wait until Xerces catches up.. Wonder why they changed the
namespace?)

regards DaveP



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]