next
prev
first
Rules for all XML documents
Well-formedness means:
Everything is properly delimited
A single (one and only one) root element
No overlap:
]]>
<l>
<s>
</l>
<l>
</s>
</l>
<l>
<s>
</l>
<l>
</s>
</l>
]]>
An Introduction to XML, slide 13 of 17
© 2011 Syd Bauman, Julia Flanders, and WWP This TEI-encoded XML file is available under the terms of the Creative Commons Attribution-ShareAlike 3.0 (Unported) license.