Home -> XML Examples -> Element type
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE foo [ <!ELEMENT foo ANY> <!ELEMENT bar ANY> ] > <foo> Some text here <bar> Some more text here <bar/> <foo/> </bar> Finally, more text here </foo>
Content of this site is © Wayne Conrad. All rights reserved.