[Home] [By Thread] [By Date] [Recent Entries]
Microsoft's XML SDK integrates XPath support with their DOM implementation. If I understand what you are asking, it will probably give you what you need. Check the docs of their XML SDK for the "selectNodes" and "selectSingleNode" functions. -----Original Message----- From: Bob Sharp [mailto:bobsharp@n...] Sent: Friday, September 21, 2001 2:54 PM To: xml-dev@l... Subject: Newbie asking for help. Importance: High Hi This is probably quite easy for most of you, and as such I can't understand why there is not one clear example in any tutorial I have searched through on the web. I have a set of XML files on the server containing related data, each contains< /FONT>the main relationship ("key") with a tab called "pageName". <pages> <page> <pageName> </pageName> <pageTitle> </pageTitle> <pageDescription> </pageDescription> <pageKeywords> <pageKeyword> </pageKeyword> < ....... </pageKeywords> </page> </pages> pageName is passed in Session. I need to get the pageTitle of just one record, but without using XSL. Can anyone tell me how this is done with the briefest possible script. I use JavaScipt and the XML is instigated with .... var aspObj = Server.CreateObject("ContentMgtClient.CMClient"); var pagesXML = aspObj.GetPageDetailsList(); Hoping someone can put me on the right track ASAP best regards Bob Sharp bobsharp@n...?CC=bob.sharp@a...
|

Cart



