RE: [xsl] mixed content nodes question

Subject: RE: [xsl] mixed content nodes question
From: "Mark Lundquist" <ml@xxxxxxxxxxxxxx>
Date: Fri, 7 Jan 2005 12:27:44 -0800
> From: Michael Kay [mailto:mike@xxxxxxxxxxxx]
>
> If $table is a result tree fragment, XSLT 1.0 doesn't allow it to be
> accessed using a path expression of the form
>
> $table/entry[...]//
>
> Instead you either have to do
>
> xx:node-set($table)/entry[...]//
>
> or
>
> document('')/*/xsl:variable[@name='table']/entry[...]//

Thanks, I remember now :-)

Last time I was working w/ XSLT day-to-day, I was still waiting for XSLT 2
to hit the mainstream... :-)

~ml

Current Thread