Connecting Tech Pros Worldwide Forums | Help | Site Map

error xpath substring in asp

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 9 '06
I'm trying to use an xpath expression in an asp page:
Expand|Select|Wrap|Line Numbers
  1. set prezzo_andata = xmlDoc.selectNodes("//Outward[substring(SegmentList/Segment/DepartDate,1,2) = '21/09/2006']/Price") 
the error is:
Tipo di errore:
msxml3.dll (0x80004005)
Unknown method. //Outward[-->substring(//<--SegmentList/Segment/DepartDate,1,2) = '21/09/2006']/Price


could you help me ?
Thanks a lot.

Reply


Similar XML bytes