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: selecting a node without its children


> figure out how to select just the text of a node without including that
> node's children. Microsoft provides a text() method to accomplish this, can
> anyone help me with an alternative that will work with Xalan? Thanks.

  <xsl:apply-templates select="text()"/>

should do what you want.

 Steve


 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]