Re: [xslt] Selecting on nodeset in variable from stylesheet




> <xsl:stylesheet version="1.0"
>   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>   xmlns:exslt="http://exslt.org/common";
> >
> <xsl:template match="/">

You are missing the attribute extension-element-prefixes="exslt" in the
xsl:stylesheet element.

- Mark












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