No, this is correct. A tag starting with CF will cause ColdFusion to treat it like a tag. To get around it you could introduce a namespace to your XML, at a guess. Or how about replacing the offending tags with something that works until you're done with processing, at which point change them back. Not the best way to do things but if it works!
Ade -----Original Message----- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: 09 March 2005 23:38 To: CF-Talk Subject: Re: XML elements start with CF -- throwing an error I wish I could help you. This seems weird to me, as CF_ is reserved, but you *should* be able to use <CF as a start to some XML elements. Any ideas? -- Alex Shawna Hampton wrote: >I'm fairly new to using CF with XML and have a potential problem I need some help with. > >I'm using <cfxml> to create an XML document using elements given to me by a third party. > >The problem is a few of these elements start with CF (i.e., <CFDCurrentJoinDate>01/01/2005</CFDCurrentJoinDate> or <CFIMemberId>123456</CFIMemberId>). This is the way they have to be named because we're using BizTalk to integrate with a remote, internal database and that's the way it recognizes these elements (in other words there's no changing them). > >When I test it out I'm getting this error: > >"You are using tags whose name begins with CF, but the tag is not registered with Neo. Either the tag is not completed yet, or have you been playing with the configuration? > >Unknown tag: CFDCurrentJoinDate. >ColdFusion cannot determine how to process the tag CFDCurrentJoinDate because the tag is unknown and not in any imported tag libraries. The tag name might be misspelled." > >What should I do here to get it to work right? Any help is greatly appreciated! > >TIA, >Shawna > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.6.4 - Release Date: 07/03/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198091 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

