[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Attribute value

Subject: Attribute value
From: "Shailesh Shinde" <shailesh@xxxxxxxxxxxx>
Date: Thu, 25 Nov 2004 15:34:23 +0530
 Attribute value
Hi All,

I have an xml file as:

<file path="c:\test\test001\sec1.htm">
<top>
<p>asafdsf</p>
<keys>
<key>fdsfdfdf</key>
<key>kjkhkhhj</key>
</keys>
<top>
</file>
<file path="c:\test\test001\sec2.htm">
<top>
<p>asafdsf</p>
<keys>
<key>fdsfdfdf</key>
<key>kjkhkhhj</key>
</keys>
<top>
</file>

And so on....

I am trying to get the output as:

<html><body>
<ul><li> 
<test name=Name value="fdsfdfdf"/>
<test name=Name value=" kjkhkhhj "/>
<test name="local" value="c:\test\test001\sec1.htm"/>
</li>
<li> 
<test name=Name value="fdsfdfdf"/>
<test name=Name value="kjkhkhhj"/>
<test name="NAME" value="c:\test\test001\sec2.htm"/>
</li>
</ul>
</body></html>


When I am searching for key value from particular file the @path value
should come in value="" attribute.


How should i get this?

Thanks,
Shailesh

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.