xpath functions - TechRepublic
General discussion
May 27, 2003 at 08:13 PM
vandana_km

xpath functions

by vandana_km . Updated 22 years, 11 months ago

I am getting error as “unknow method/function” when i try to access the xPath functions such as “Translate(), Starts-with()” either in javascript or vbscript.

Any one help me through this… how can i access all Xpath functions at client side/ server side functions ???

I just tried this
var xmlResult= Source.documentElement.selectSingleNode(“/employees/employee[starts-with(” + sSearchNode + “,” + sSearchText + “)]”);

getting error as “unknown method”

This discussion is locked

All Comments