Example 4 << >> | intro contents |
Well-formed documents | HOME |
<Weight> <number>12</number> <unit>grams</unit> </Weight> |
<book> <chapter> <title>Introduction</title> </chapter> <chapter> <title>Story</title> <subChapter> <title>Part 1</title> </subChapter> <subChapter> <title>Part 2</title> </subChapter> </chapter> <chapter> <title>Index</title> </chapter> </book> |
Documents with errors | HOME |
<text> <bold><italic>XML</bold></italic> </text> |