Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
emcniel #1
xforms and xsl
Hi, I was wondering it there a way to view the XML that the cfforms tags
generate prior to being transformed by the XSL file that is automatically
called by coldfusion?
This would really help people that are new to developing XSL files for the
coldfusion xforms tags.
Any help for this would really be appreciated.
Thanks
emcniel Guest
-
Implement XFORMS on ASP
Hi, I'm looking for a means to generate hundreds of ASP webforms using declarative language. I've put my attention on XFORMS. I understand... -
XFORMS
Hi, When specifying the skin='none' in the cfform how can i see the generated XML (XFORMS)? <cfform name='testXForm' format='XML' skin='none'> ... -
XForms ?
Is it possible to use the cfform tag to proccess XForm XML written outside of coldFusion? -
Xforms Extension
Hi All, Is there any dreamweaver extension for xforms. I want to design forms using dream weaver and view the code as xforms instead of html in the... -
Lyx and xforms!!
Hi all, I have this problem: I have Redhat 7.3 installed and i'm trying to install Lyx. I downloaded lyx-1.3.2.tar.gz e I launched ./configure... -
SYNCOP8D #2
Re: xforms and xsl
I'm not sure if this is what you're looking for, but if you dump your form name
after you close the form, you should get nicely formatted mxml. It has to be in
pre tags, though. Like this:
<pre>
<cfdump var="#myForm#">
</pre>
Hope this helps!
SYNCOP8D Guest



Reply With Quote

