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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Co-operating with Architectural Forms

[ Lists Home | Date Index | Thread Index ]

> The common problem that arises here is that someone has a 500MB XML
> catalog and their machine bombs when they try to transform the whole
> thing at once.  So they write a SAX reader that grabs each "author"
> element and transforms it individually using a cached XSLT stylesheet.

This is in effect what Saxon's saxon:preview extension does for you.

> This happens unfortunately very often.  So the natural 
> question becomes,
> if the XSLT stylesheet has a base template that calls
> <xsl:apply-templates match="author" /> then why doesn't the
> transformation engine just figure it out and do the right thing under
> the covers?

I think the number of cases where you can do this automatically is rather
limited, though it might become rather more feasible if the optimizer has
knowledge of the schema. It only takes a single template that uses "..", or
a leading "//", or <xsl:number/>, or key(), or various other things, to make
the optimization invalid, unless you know for certain that these are only
selecting within the current subtree.

Mike Kay

<<attachment: winmail.dat>>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS