RE: SOM

Yes, but we have an XML (instance) DOM, an SVG DOM, an HTML DOM, it seems to
me like an XML Schema DOM would be very useful.
I s'pose you could also build XML Schema SAX interfaces, as well!!

-----Original Message-----
From: David Valera [mailto:dvalera@pcl-hage.nl]
Sent: Thursday, December 14, 2000 8:24 AM
To: xmlschema-dev@w3.org
Subject: RE: SOM


> Yes. Thanks. It would help if I only use DOM inside of my
> applications.
> But if I work with SAX, I have my old problem.

Then you would need an extension of SAX that would also 'model' XML schema.

> So I think it's useful to have a XML Schema object model
> intependent of
> DOM. In my first email, I used DOM only as an example of what I mean
> with object model.

I don't think it would be wise do develop a new object model to represent
XML schema. DOM represents XML files in general, and XML schema's, being XML
files, should be modelled in DOM.

David Valera

Received on Thursday, 14 December 2000 10:46:08 UTC