OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] RE: Namespaces Best Practice



On Fri, Sep 21, 2001 at 02:18:25AM -0700, PaulT wrote:
> 
> ----- Original Message ----- 
> From: "David Carlisle" <davidc@nag.co.uk>
> 
> > XSLT processors normally need to process entire input documents but XSLT
> > is designed so the result can be streamed. 
> 
> Really? Is there any W3C document that says it?

  There is a strong hint that it was designed to be possible,
 check the attribute 7.1.3 part: 
"Adding an attribute to an element after children have been added to it"
 is an error, it is clear that the goal is to be able to stream the opening
of the tag event before any content of the element.
 I didn't implemented this possibility, but I kept an eye on it through
the development of libxslt, and I don't remember any technical obstacle.
This kind of properties are not reached if they are not a design goal :-)
I didn't checked the XSLT 1.0 requirement document, maybe it's there.

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/