WellFormedXml - nick-knowles/NeTEx GitHub Wiki
Well-formed XML is XML that meets the basic syntax rules for XML as laid down in teh EW3C specification.
- The formats of the base data types (dates, numbetrs, string, boolean etc) must be correct.
- All data elements must be enclosed within tags demarcated with start '<' and end characters '>'.
- Special characters must be escaped with a numeric value or symbol, for example an '&' for '&' where required