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:XSL for element containing mixed content.


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@unisvr.net.tw



 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]