Skip to Content
0
May 14, 2008 at 10:13 AM

XML Output prefixes in XI

19 Views

Hi,

I'm having problems with prefixes:

The first problem:

How do I remove prefixes that does were not even declared in the xsd's?Take note that the xsd used did not have external dependencies (did not use the include or import schema command) because all its contents were encoded inside the xsd itself.

from

Message

ns0:Header

ns0:Content

to

Message

Header

Content

The second problem:

How do I add prefixes in the output of XI? Take note that the xsd used external dependencies.

from

Message

Header

Content

to

Message

sh:Header

sh:Content

Please help me on this one. Points will be awarded. Thanks