Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Michiel1978 #1
CFML not necessarily valid XML?
I'm new to CF, just started today with a book. I was wondering about something:
in some examples and also in the examples that are installed on the server, I
notice CFML is not actually valid XML. Is that correct?
Was this never the purpose of Macromedia, or do you think it will be in the
future? Valid XML can be a big plus when you want to incorporate a technology
into an XML-based workflow, and I think (for instance) Flex is strictly XML
(mxml = Macromedia XML) and so are ASP.NET and Cocoon, the latter two are rival
frameworks.
Any thoughts on this?
Michiel1978 Guest
-
Newer is not necessarily better..
Seems that people have problems with the newer version of flash or can not download flash. www.oldversion.com Great site that archives the... -
CFML from MSSQL
I am attempting to pull CFML, <cfoutput>'s, etc. from a database and have them inserted into a .cfm page and executed at runtime. Instead of the... -
CFML to HTML
Is there a way to convert a whole ecommerce site with all of it's many products from CFML to HTML for easy spidering? I haven't found any snippets... -
CFML & MySQL
Can I use CFML with MySQL? at the moment I am using CFML with MS Access. Can I use the same CFML code with MySQL? Dario -
use cfml in JS
Hi Is it possible to use ColdFusion functions in Javacript ? e.g. (won't work) <script language="JavaScript" type="text/javascript"> <!--... -
Stressed_Simon #2
Re: CFML not necessarily valid XML?
As the only thing that will be interpretting the cfml is the CF administrator
this is not really a problem. You can have self closing cfml tags if it makes
you happier!
eg <cfparam name="FORM.Username" default="" />
Just don't do this with custom tags as they will be executed twice.
Stressed_Simon Guest
-
Michiel1978 #3
Re: CFML not necessarily valid XML?
But you couldn't store CFML pages in an XML database, or parse them, or do
other XML operations on them. This might just be something you'd want to do, if
Coldfusion is part of a larger Framework. An example might be to generate a
different file from the CFML using XSLT.
Michiel1978 Guest



Reply With Quote

