As a follow-up question,
is it also possible to update the namespace related to the import? For
example I have these declarations:
<xml-fragment targetNamespace="urn:myTargetnamespace"
elementFormDefault="qualified" attributeFormDefault="unqualified"
version="01.03"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="urn:myTargetnamespace"
xmlns:ssdh="urn:myDocument">
<xs:import namespace="urn:myDocument" schemaLocation="../MyDocument.xsd"/>
....and so on..
Here, I would also like to update xmlns:ssdh namespace whenever I
update my import namespace? Is it possible with xmlbeans? I can only
see the imports and targetnamespace in my binding and I dont see the
namespaces with the prefixes.
Any help would deeply be appreciated.
Thanks.
Regards,
Elvin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]