I am performing an XML search like this

<CFSET myVar = xmlSearch(myXMLDoc, "/cfapp-config/[EMAIL PROTECTED]'COLOR']">

It works fine when the id static, does anybody know a way to make it
dynamic, passed on the appID being passed into my method? Basically,
something along these lines?

<CFSET myVar =
xmlSearch(myXMLDoc,"/cfapp-config/[EMAIL PROTECTED]">

I have tried many different things to get this to work, but it keeps
erroring out?

I have tired to build the string then DE() in the xmlSearch function.

Any help would be appreciated. 

Thanks,

Justin
----------------------------------------------------------
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).

Reply via email to