Re: Namespace attributes w/ namespace processing enabled

"Bob Lee" <[email protected]> Wed, 11 Jun 2008 08:36:24 -0700
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
That's what I figured. Thanks, Boris!

Bob

On Wed, Jun 11, 2008 at 7:47 AM, Boris Kolpackov <[email protected]>
wrote:

> Hi Bob,
>
> "Bob Lee" <[email protected]> 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<http://codesynthesis.com/%7Eboris/blog>
> Open source XML data binding for C++:
> http://codesynthesis.com/products/xsd
> Mobile/embedded <http://codesynthesis.com/products/xsdMobile/embedded>validating XML parsing:
> http://codesynthesis.com/products/xsde
>
> _______________________________________________
> Expat-discuss mailing list
> [email protected]
> http://mail.libexpat.org/mailman/listinfo/expat-discuss
>