RE: [xsl] How do you get the non-transformed character entity out of MSXML3.0

Subject: RE: [xsl] How do you get the non-transformed character entity out of MSXML3.0
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 18 Sep 2001 21:42:04 +0100
> If you modify your XPath statement to be
> /somenode/@someattribute/text()

That means /child::somenode/attribute:someattribute/child::text().

An attribute never has children, so this will always return an empty
node-set.

Mike Kay


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


Current Thread