Re: Component interfaces

> So to properly support XSLT and XQuery then it must be possible to
> pass around document nodes that do not represent XML documents, such
> as those that have a single text node as a child.

The document models you mention support elementless documents, and
XSLT supports them for output.  But do any XML-related standards
require support for them on input?  It would imply not using a
standard XML parser.

-- Richard

Received on Monday, 16 January 2006 23:35:15 UTC