Martin Honnen replied to Billy
19-Jan-10 12:03 PM
The XPath would be
cust_survey_list/cust_exit_survey/value[@name = 'comments']/@value
and if you want to output that value then you need
'comments']/@value"/>
and not xsl:attribute as that would be used to create an attribute in
the result tree.
--
Martin Honnen --- MVP XML
http://msmvps.com/blogs/martin_honnen/