cbb wrote:

> 
> Sorry for this, my notes are in the office and I wanted to post this asap.
> I will revisit this post on Monday morning and add the exact XStream
> exception and verify my example.
> 
> Whenever I try to:
> 
> <xsl:variable name="PETS" select="root/pets"/>
> 
> <xsl:for-each select="$PETS">
>   <xsl:sort select="name"/>
>   <!-- stuff in here... -->
> </xsl:for-each>
> 
> I get an exception when XSLT tries to process the XML and the XSLT.
> 
> I am confident that my XML and XSLT are well-formed and correct because
> they work when tested using
> 
http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=tryxsl_for-
each_title.
> 
> Is this a known issue?
> 
> Any ideas?
> 
> I am using the latest stable XStream release.

Why do you think that XStream processes any style sheet??

- Jörg




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to