DHTML_XML3_8_0-0

<?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)> ]> <!-- Neither well formed nor Valid --> <book> <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.