Re: DOM for XML SCHEMA ?

You can use DOM level 2 to access a schema document as XML + namespaces (
i.e. you can access it as you can access any other XML document in the DOM )

DOM level 3 has some schema constructs that model XML Schema/DTDs/Other
schema languages

I don't know of any DOM Level 3 implementations ( not surprising, given
Level 3 is not done yet )

Martin Gudgin
DevelopMentor

----- Original Message -----
From: "andrea" <aboriero@hoc.elet.polimi.it>
To: <www-xml-schema-comments@w3.org>
Sent: Thursday, July 05, 2001 3:43 PM
Subject: DOM for XML SCHEMA ?


I'm working on a tool that have to map a xml schema document into a
relational db structure, my problem is in manipulating the xml schema in a
standard way,
i have two questions ;
1)can i use DOM to access xml schema document ?
2) if yes what level 1,2 or 3 ?

thanks for help.

andrea

Received on Thursday, 5 July 2001 12:42:00 UTC