Next in thread → Next in month →

Re: [xml-dev] rules for validation of xml file

From
shrikanth kondupalli <>
To
Date
2007-01-06T03:18:22Z
ID
<>
Thread
Re: [xml-dev] rules for validation of xml file

Hi,

1) If JAXP feature is set for validation, then one has to provide the DTD to validate the XML is made according to the DTD rules set. This will be taken care by the JAXP.

2) The Tags, Elements, attributes etc DTD rules will be read and the same will be checked against the reading XML. Any unknown Tags etc is there JAXP will be intimating to the program thro exceptions.


regards,
Shrik's

On 1/4/07, Seetha Rama Krishna <[email protected]> wrote:
Hi folks,
          I want to validate xml file . I am using JAXP for processing xml file. I know how to validate xml file using JAXP. But i want to know what are the validation rules for the xml file??






Thanks & Regards,
Krishna

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php


Next in thread → Next in month →