Hash : cf46199c Author : Date : 2000-03-14T18:30:20
This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel
Download
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0"?> <!DOCTYPE doc [ <!ELEMENT doc (a , b)*> <!ELEMENT a (#PCDATA)> <!ELEMENT b (#PCDATA)> ]> <doc> <a>This</a> <b> is a valid document</b> </doc>