Subject: Re:XSL for element containing mixed content.
From: "Yang" <sfyang@xxxxxxxxxxxxx>
Date: Fri, 7 Sep 2001 13:30:55 +0800
|
Hi Sandeep;
> if I make a template for 'directory'
>then I can write '<xsl:value-of select ".">', for
>directory template. But this prints all the data which
>is present in the child elements
try <xsl:value-of select="node()"/>
instead of <xsl:value-of select="."/>
Cheers,
Sun-fu Yang
sfyang@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|