> Also, another question. Would the following be XHTML compliant: > > <cfset myVar = "some text" & anotherVariable /> > > Or would it have to be: > > <cfset myVar = "some text#anotherVariable#" />
You can't "comply" the CF markup language to an XML standard, it's not XML. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

