You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by David Waite <ma...@akuma.org> on 2004/04/20 02:14:41 UTC

multiple namespaces/namespace translation?

I have an odd requirement via the SAML 1.1 specification (SAML 1.1 
Binding ยง3.1.2.1):

[SOAP1.1] references an early draft of the XML Schema specification 
including an obsolete namespace. SAML requestors SHOULD generate SOAP 
documents referencing only the final XML schema namespace. SAML 
responders MUST be able to process both the XML schema namespace using 
in [SOAP1.1] as well as the final XML schema namespace.

Looking at the SOAP 1.1 Note, the document references 
http://www.w3.org/1999/XMLSchema and 
http://www.w3.org/1999/XMLSchema-instance. Is there a way to have the 
XMLBeans understand this former namespace as well as the correct one 
(including adding code)? Would creating a filter which would convert 
the old namespace definitions to new namespace definitions on parsing 
of a document be the best approach to take for this particular 
requirement?

-David Waite

- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/