Subject: Re: [xsl] parameters in XSLT 2.0 From: Bruce D'Arcus <bdarcus@xxxxxxxxx> Date: Wed, 8 Jun 2005 08:17:52 -0400 |
The only case where creating a temporary tree might be more efficient is if
it's optimized for subsequent processing, e.g. if it contains derived data,
sorted values, type annotations etc, that make subsequent computation
easier.
<xsl:variable name="raw-biblist"> <modsCollection xmlns="http://www.loc.gov/mods/v3" xmlns:bib="http://purl.org/NET/xbiblio/citeproc"> <xsl:copy-of select="$bibrecord/*/mods:mods"/> </modsCollection> </xsl:variable>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] parameters in XSLT 2.0, Bruce D'Arcus | Thread | RE: [xsl] parameters in XSLT 2.0, Michael Kay |
Re: [xsl] What is exciting in XSLT , James Fuller | Date | Re: [xsl] What is exciting in XSLT , Dimitre Novatchev |
Month |