How to validate an XML

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
gaurav10in
Forum Newbie
Posts: 4
Joined: Wed Aug 12, 2009 12:45 am

How to validate an XML

Post by gaurav10in »

Dear All,

I have an XML. I need to validate that xml.
I mean i need to find whether the xml is in correct format or not.

I am new to php.
If any one know please response.

Warm Regards,
Gaurav Arora
User avatar
jazz090
Forum Contributor
Posts: 176
Joined: Sun Apr 12, 2009 3:29 pm
Location: England

Re: How to validate an XML

Post by jazz090 »

im sure the W3 will provide some sort of API for achieving this. see if they do.
Post Reply