> <CFSET myVar = > xmlSearch(myXMLDoc,"/cfapp-config/[EMAIL PROTECTED]"> > > I have tried many different things to get this to work, but it keeps > erroring out?
Without looking at your code it's hard to figure out what's wrong. Anyway, I usually built the XPath expression first as a string and store it into a variable, then pass it to xmlSearch. I find it easier to read and debug the code ---------------------------- Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ ---------------------------- ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
