|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Extract First node
Made a mistake with attribute name, it is type not className in <xsl:value-of select="b/c[attribute::className='pdf'][1]"/> -----Original Message----- From: SINGH Navpreet Sent: Friday, 2 September 2005 10:23 AM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Extract First node Hi I am having a problem with XPath expression for XSLT. I am trying to extract a node from xml with a special attribute. For example <a> <b> <c type="html">HTML file</c> </b> <b> <c type="text">Text File</c> </b> <b> <c type="pdf">First Pdf File</c> </b> <b> <c type="pdf">Second Pdf File</c> </b> <b> <c type="rtf">Rtf File</c> </b> </a> Element <c> can appear in any order and there could be a number of <c> with attribute type="pdf". I want to extract the first occurence of the element <c> which has a attribute type="pdf". I tried to extract it with <xsl:value-of select="b/c[attribute::className='pdf'][1]"/> after matching the template for <a>. But I am getting "First Pdf File Second Pdf File". Can anyone tell me where I am making mistake. I am using Saxon-B8.5. Thanks Navpreet.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







