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]

RE: Trying to put a <BR> in a string parameter


> This is what I'm doing. Within my called template, I'm
> writing the value to
> the Parameter named Value, and when I need to retrieve the
> text of value, I
> use:
>
> <xsl:value-of select="$Value" />

I suspected as much. xsl:value-of converts its argument to a string, so an
empty element becomes - nothing. Use xsl:copy-of.

Mike Kay
Software AG


 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]