Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: Hyphen in XML row name causing problems

$
0
0

Try:

 

<cfset temp = QuerySetCell(orderquery,"WORK_E_MAIL",

mydoc.rowset.ROW[i].WORK_E-MAIL.XmlText, i)>



 

or:

 

<cfset temp = QuerySetCell(orderquery,"WORK_E_MAIL",

"#mydoc.rowset.ROW[i].WORK_E-MAIL.XmlText#", i)>

 

If either of these work, I'm not sure how your code worked for the first 13 rows.


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>