[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Level XInclude support in parsers?
- From: Chris Burdess <dog@bluezoo.org>
- To: Pete Cordell <petexmldev@tech-know-ware.com>
- Date: Thu, 26 Apr 2007 13:40:13 +0100
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]