David Lloyd [
http://community.jboss.org/people/david.lloyd%40jboss.com] replied to the
discussion
"first stax performance test"
To view the discussion, visit:
http://community.jboss.org/message/542970#542970
--------------------------------------------------------------
Alexey Loubyansky wrote:
Actually, I had to continue with Woodstox. JDK's impl doesn't give me full DTD
info. It does report the DTD event but I couldn't get publicId/systemId. But using
Woodstox's API I could get to it. It's really necessary for the metadata and
deployers. I got all the metadata tests passing and the AS booting.
We actually don't have any XML at the moment in the AS with XInclude. But I am sure
there was something in MC using XInclude.
Wow, I'm surprised at this. Are you using the stream reader or event reader
interface? Stream reader might be better (and, it might give access to the
publicId/systemId stuff by way of getPIData or something like that).
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/542970#542970]
Start a new discussion in JBoss XML Binding Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]