Skip to content

WellFormedXml

Nicholas Knowles edited this page Sep 15, 2020 · 1 revision

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 '&amp' for '&' where required
Clone this wiki locally