Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by loequ

  1. loequ

    XPath contains function - help needed

    Hi guys Just to let you know that i got a solution. I was treating Mod_Code as a child of Mod_Coordinator rather than a sibling, therefore the correct syntax is: set EditList = ObjDOMDoc.selectNodes("Mod_Spec/Module_Specification/Mod_Coordinator[contains(.,'"& Session("UserName") & "')]/...
  2. loequ

    XPath contains function - help needed

    Hi manitoba Thanks for your suggestion, however Session("UserName") will not always be exact match to the data stored within Mod_Coordinator, therefore i cant see any other alternative but to use the contains function, however i still cant seem to get it working. Loe
  3. loequ

    XPath contains function - help needed

    I am having slight problems using the XPath contains() function. I have to following xml file <Mod_Spec> - <Module_Specification> <Mod_Title>Web Application Development</Mod_Title> <Mod_Code>COM409J1</Mod_Code> <Mod_Level>2</Mod_Level> <Credit_Pts>10</Credit_Pts>...

Part and Inventory Search

Back
Top