0

Acctually i create this xml file using caster

but when this caster generate the xml file it add the xsi:type attribute to my xml file

please help me....

Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96

1 Answers1

0

See if this helps you.

How change Castor mapping to remove "xmlns:xsi" and "xsi:type" attributes from element in XML output?

You may have to use setSuppressXSIType method.

Community
  • 1
  • 1
SaravananArumugam
  • 3,680
  • 6
  • 33
  • 45