How to Measure and Define a Well-formed XML
To define a well-formed XML document is that it matches the basic or minimum specifications for any XML. in other meaning tags starting with a greater than bracket and a lesser than bracket < > must have a matching once typed. furthermore any attributes within the opening tag element must be quoted either with "or'.Because XML is case sensitive program, the opening and closing elements must match. So open and close tags must be in the same case when a close tags is identified it must hold the same text value as the most recent start tag. in accordance, note that a well-formed XML and valid XML documents are two different meanings
No comments:
Post a Comment