Will it be possible to access/inject XML inside of the CFFORM tag when
format="xml"?  If so, being able to access the XML as Alex mentioned
would be very useful.

i.e.

<cfform format="xml">
<xforms:label>Part 1</xforms:label>
<cfinput name="someField" type="text">
</cffform>

...or would anything I place inside get "inserted" into the resultant
server-side transformed html, meaning you'd just do this:

<cfform format="xml">
Part 1:<br />
<cfinput name="someField" type="text">
</cffform>

(I have no experience with XForms, so please excuse me if this shows
an ignorance of how this works)

Thanks,
Joe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to