Re: [PHP-DEV] domxml and validation

2002-06-13 Thread Dan Allen
Christian Stocker ([EMAIL PROTECTED]) wrote: > Hi > > Some maybe already recognized it, for the others: There's DTD-Validation > in domxml available now. Excellent! Can't wait to try it out. However, I still have one very small request that maybe you can add while you are in the xmldoc funct

[PHP-DEV] domxml and validation

2002-06-13 Thread Christian Stocker
Hi Some maybe already recognized it, for the others: There's DTD-Validation in domxml available now. Just for the record, some examples how to use it. $xmldoc = xmldocfile("xhtml1.xhtml",DOMXML_LOAD_PARSING,$error); will parse the file as before, but gives you more meaningfull errormessages in