[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Level XInclude support in parsers?
Pete Cordell wrote: > Seeing the recent post on XInclude... > > What is the level of support of XInclude in XML processors? > > I don't see it as required by the baseline XML spec, but does > current circumstances mean that you would de-facto expect an XML > parser to support it? > > What is the support like in common tools such as Xerces, .NET, Java > and libxml2 etc? In Java at least, XInclude support has been in part of the parser layer since JAXP 1.3 (SAXParserFactory and DocumentBuilderFactory setXIncludeAware methods). There is no explicit support for specifying XInclude processing in the Java StAX API, although it's relatively straightforward to layer XInclude processing on top of a stream reader using a StreamDelegate. There is certainly support for XInclude in libxml2, I often use xsltproc --xinclude
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|