<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bookdb[
<!ELEMENT bookdb (author)>
<!ELEMENT author (title,fname,lname)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT fname (#PCDATA)>
<!ELEMENT lname (#PCDATA)>
]>
<!-- Well formed and Valid -->
<bookdb>
<author>
<title>Mr.</title>
<fname>Tony</fname>
<lname>Stark</lname>
</author>
</bookdb>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.