XSD schema validating in php4

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
trefeater
Forum Newbie
Posts: 1
Joined: Thu Mar 24, 2005 5:00 am

XSD schema validating in php4

Post by trefeater »

Hi, my first post in my poor english. Thanks for reading.

I need to validate a xml document against his XSD schemas. In fact, i need a script/function/class like
DOMDocument->schemaValidate() in php5, but in php4.

Any ideas?

Regards from Spain
Post Reply