I've got a set of schemas that have instances like:
<a:foo>
  <a:set>
    <b:bar> </b:bar>
     ...
    <b:bar> </b:bar>
  </a:set>
</a:foo>

I'd like to push the namespace declaration for b up to the top level, to avoid the default behavior like:
<foo xmlns="http://a">
  <set>
    <b1:bar xmlns:b1="http://b"> </b1:bar>
    ...
    <b9999:bar xmlns:b9999="http://b"> </b9999:bar>
  </set>
</foo>

suggestions?  I'm using Axis, so I'm not quite sure how to do this.

Thanks,
    mik

--
Michael Thome
BBN Technologies 10 Moulton St, Cambridge MA 02138 USA
phone: +1 617 873 1853
------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

Reply via email to