This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Variable Array extract


> <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@ntlworld.com
work: Michael.Kay@softwareag.com  


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]