Page 1 of 1

Validate and xml file using SAX

Posted: Thu Oct 30, 2008 5:43 am
by domenico_buffon
Hi guys

sorry for my english.

i'm making an application in PHP using SAX for anaylze very large XML file and i am looking for a method to validate these files but i haven't found it.
I have seen that in DOM library exist the schemaValidate function that return ad boolean, does exist a similar function in SAX? if not, how could i do without using dom?

thanks very much

goodbye