|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I am trying to select multiple elements from an XML document using server side microsoft.xmldom and I have some difficulties. This is my XML Schema: <jukebox> <CD id="1000" category="classical"> <title>Bach's best</title> <description>The most popular Bach tunes performed and compiled by Electran and DJ Classy</description> </CD> <CD id="1001" category="metal"> <title>Metallica</title> <description>the album with the black cover</description> </CD> ..etc... </jukebox> How can I select the title and description of all "metal" cds using xmldom? And if I need SelectNodes how can I get a list of the nodes with the title and description? What do I need to do to also use a XSL stylesheet Thanks, -Rogier
__________________
- Rogier Doekes |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > selecting elements with XMLDOM |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|