|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
I use this code to display all items [links],
<% set xml = Server.CreateObject("Microsoft.XMLDOM") xml.async = false xml.load(Server.MapPath("navi.xml")) set xsl = Server.CreateObject("Microsoft.XMLDOM") xsl.async = false xsl.load(Server.MapPath("navi.xsl")) Response.Write(xml.transformNode(xsl)) %> how can I change the code only to display the Link named Google <links> <link> <number>4</number> <name>Google</name> <href>URL</href> </link> <link>.....</link> <links> Kindest Regards Attila |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > ASP - XML - XSL Transformation Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|