Neil, I think Aiden's talking about the tags and not the variables.

In short, the only means of escaping tags is to simply name them something else other 
than <CF***...>

Steve

> -----Original Message-----
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED]
> Sent: 25 September 2003 12:08
> To: '[EMAIL PROTECTED]'
> Subject: RE: [ cf-dev ] Escaping cfid
> 
> 
> put it into a variable and assign it?
> 
> -----Original Message-----
> From: Aidan Whitehall [mailto:[EMAIL PROTECTED]
> Sent: 25 September 2003 12:04
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Escaping cfid
> 
> 
> I wanted to store a users cfid and cftoken values in an xml 
> packet, but
> when you do this:
> 
> <cfid>#xmlFormat(session.cfid)#</cfid>
> <cftoken>#xmlFormat(session.cftoken)#</cftoken>
> 
> ColdFusion tries to process the tag, saying
> 
> Unknown tag: cfid.  
> ColdFusion cannot determine how to process the tag cfid 
> because the tag
> is unknown and not in any imported tag libraries. The tag 
> name might be
> misspelled.
> 
> The obvious answer is to name of the tag to user-cfid or similar, but
> more out of curiosity more than anything, is there a way of 
> escaping cf
> tags?
> 
> 
> -- 
> Aidan Whitehall <mailto:[EMAIL PROTECTED]>
> Macromedia ColdFusion Developer
> Fairbanks Environmental Ltd  +44 (0)1695 51775
> Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>
> 
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ______________________________________________________________
> __________
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> 

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to