XMLPort properties

genericgeneric Member Posts: 511
could somebody explain the following properties.
I can't find any help/documentation on them

UseDefaultNamespace Yes/No
I change it to use and specified DefaultNamespace but when I exported an xmlport I still get the same xml file.

DefaultNamespace


InlineSchema: This is allows it to add schema in the xml file instead of using a separate xsd file.
I've changed this properties to yes, but still get the same xml file when I export.


UseLax. Lazy API for XML (LAX), then the minimum number is 1. If you do not use LAX, then the minimum number is 0.

This means that an xml node can be omitted from the xml file and xmlport if the value is blank?





Thanks.
Sign In or Register to comment.