[Expat-discuss] Namespace attributes w/ namespace processing enabled

Boris Kolpackov boris at codesynthesis.com
Wed Jun 11 16:47:11 CEST 2008


Hi Bob,

"Bob Lee" <crazybob at crazybob.org> writes:

> Is there any way to tell Expat to still include namespace attributes when
> namespace processing is enabled?

I don't think there is an option to do this though you probably
can fake it by providing the namespace declaration handlers (see 
XML_SetNamespaceDeclHandler) and reconstructing the namespace
declaration attributes from there.

Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde



More information about the Expat-discuss mailing list