DHTML_XML3_8_0-1

<?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)> ]> <!-- Not well formed but Valid --> <bookdb> <author> <title>Mr.</title> <fname>Tony</fname> <lname>Stark</lname> </author>

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.