Hi Klaus, Xerces doesn't have an implementation of XMLInputFactory / XMLStreamReader yet.
You might have noticed that XMLInputFactory has a createXMLStreamReader(javax.xml.transform.Source) method. Some StAX implementations may support SAXSource and DOMSource here which would allow you to get an XMLStreamReader over APIs which support XInclude. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Klaus Malorny <[email protected]> wrote on 21/05/2012 09:40:39 AM: > Hi all, > > while I know that Xerces supports XInclude, I have seen no way to enable this > for the StAX pull parser interface. Did I miss something? Are there any > Xerces-specific property names for the XMLInputFactory.setProperty > method which > would allow me that? > > Thanks & regards, > > Klaus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
