RE: Schema type info

> So what's needed is a way to access schema info from the
> DOM parse tree (or from SAX events).

> Did I miss something here?  How do others deal with this issue?

What you're missing is that XQuery makes no attempt whatsoever to create
any relation between its data model and the DOM.  As far as I can tell,
the Working Group does not seem to be concerned at all in whether XQuery
can be implemented on top of DOM or not.  Where you get your XQuery data
model instance from is your problem.

Bas de Bakker

Received on Tuesday, 8 January 2002 03:13:05 UTC