RE: [xsl] Variable Array extract

Subject: RE: [xsl] Variable Array extract
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 6 Aug 2002 09:13:10 +0100
> <xsl:variable name="month" select="number(substring(//Date,5,2))"/>
> <xsl:value-of select="$month"/>
> <xsl:value-of select="$monthnames/month[@number=$month]"/>
> 
> 
> The line <xsl:value-of select="$month"/> prints the month 
> number just fine, 
> but the next line (trying to print the month name) gives me 
> this error:
> 
> "An error occurred while getting or processing the formatter 
> for XML to HTML 
> conversion."
> 

The error is the common one that you are using a result tree fragment as
if it were a node-set. But can you tell us which processor is giving
this appallingly unhelpful error message?

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx  


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread