Re: [xml] ignore undefined namespaces during parsing



mini thomas schrieb:

How to parse with namespace turned off ??

Be aware that this means: How to go back a decade?

http://xmlsoft.org/namespaces.html

  The libxml2 library [...] does namespace lookup
  automatically when building the DOM tree.

I'm not sure this is supported in LibXML2; maybe it isn't.
Daniel will confirm or correct this when he passes.

Apache Xerces allows you to do setNamespaceAware(false).

--
Michael Ludwig



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]