M
Mark
Sorry if this has been answered before - I searched but could not find
the answer.
If I serialize an element from within a document is there a way to
force the output of the namespaces that are in scope on that element?
E.g. suppose I have:
<doc xmlns:fred="uri:fred">
<element attr="fred:something"/>
</doc>
And I serialize <element> is there a way I can force the output of the
xmlns:fred declaration too?
If you wonder where this question is coming from I'm actually working
on using Castor to analyse the schema definitions from within a WSDL
types definition!
Many thanks in advance for any intelligent answers!
the answer.
If I serialize an element from within a document is there a way to
force the output of the namespaces that are in scope on that element?
E.g. suppose I have:
<doc xmlns:fred="uri:fred">
<element attr="fred:something"/>
</doc>
And I serialize <element> is there a way I can force the output of the
xmlns:fred declaration too?
If you wonder where this question is coming from I'm actually working
on using Castor to analyse the schema definitions from within a WSDL
types definition!
Many thanks in advance for any intelligent answers!