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 08:23:00 UTC