[xsl] XPath question

Subject: [xsl] XPath question
From: "Emmanuel Oviosa" <Emmanuel.Oviosa@xxxxxxxxx>
Date: Thu, 8 Aug 2002 15:03:32 +0100
This is okay because the ResourceID attribute value is hard-coded
Set objNodeList =
objXMLDoc.selectNodes("//DAvailability/DefaultAvail[@ResourceID = '10']")

I have an integer variable named r_iResourceID

I tried doing this
Set objNodeList =
objXMLDoc.selectNodes("//DAvailability/DefaultAvail[@ResourceID =
'$r_iResourceID]")
didn't work.

Please help

 




The contents of this email and any attachments may be privileged or confidential, for the exclusive use of the intended recipient(s) only and may not be disclosed or used in any way other than by the addressee(s). If you have  received this email in error please advise the sender and delete from your system.

Integrated Solutions Consultants Ltd are unable to guarantee the security of email content outside of our own systems where all emails and content are treated in accordance with the Regulation of Investigatory Powers Act 2000.

Further information about Integrated Solutions Consultants Ltd is available at http://www.isc.co.uk or mailto:info@xxxxxxxxx

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread