[Home] [By Thread] [By Date] [Recent Entries]
David Totten wrote:
I have the following xml snippet descendant::file[@name] selects 'file' elements descendant of the context node, which have 'name' attribute. If you want to select attribute itself, it should be descendant::file/@name. <xsl:variable name="filename" select="translate(descendant::file/@name,
'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>-- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



