My program can generate a xml and this xml file must obey a xsd file.
In the xsd file, most of the fields have length restriction.
Is there a way to auto-truncate xml fields defined in xsd file?
My program can generate a xml and this xml file must obey a xsd
Share
It’s not possible, you will have to implement it in your program.