A query regarding validation of xml-schemas

D

Divya Alice George

Dear Sir,
My problem is that i am required to validate a given schema
against the standard DTDs provided by w3.org- namely xmlschema.dtd and
datatypes.dtd.
Presently, I load the given schema into an ActiveXObject and use
the function validate(). The function validate() does some sort of
validation of the given schema aginst the standard dtds mentioned
above and throws error in case the validation fails.
But there are many cases which this function validate() does not
check for .. like for example, the function does not check whether the
value of the maxOccurs attribute is always greater than or equal to
the minOccurs attribute. Similarly there are many issues that the
function validate() does not address.
I would like to know whether there is any available function which
checks for all the cases and decides if the schema conforms to the
standard dtds provided by w3.org.
or are we supposed to create our own functions to check for these
extra cases not addressed by function validate().
I would greatly appreciate it if you could mail me the answer to this
query.
Thankyou.
regards,
Divya Alice George
 
M

Martin Boehm

Dear Sir,

There is more than one in this group. ;-)
[...]
But there are many cases which this function validate() does not
check for .. like for example, the function does not check whether the
value of the maxOccurs attribute is always greater than or equal to
the minOccurs attribute.

You cannot accomplish such a thing with a DTD, it is technically
impossible. Thus it is not the fault of the validate() method not to
find this kind of error.
Being valid does not imply that the XML file makes sense.
or are we supposed to create our own functions to check for these
extra cases not addressed by function validate().

Have a look at the SOM (Schema Object Model), it may help you a bit
further. At least it may keep you from implementing high level checking
from scratch, reducing the task to a few "for each ... in ..." loops.
I would greatly appreciate it if you could mail me the answer to this
query.

SELECT 'No'

Martin

P.S.: I don't think it is to much asked to check one thread in one
newsgroup, even through groups.google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top