Validate and xml file using SAX

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
domenico_buffon
Forum Newbie
Posts: 1
Joined: Thu Oct 30, 2008 5:38 am

Validate and xml file using SAX

Post 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
Post Reply