| Contents > Developing ColdFusion MX Applications > Using XML and WDDX > Using WDDX > Using the cfwddx tag |
|
|
|
|
||
The cfwddx tag can do the following conversions:
From |
To |
|---|---|
CFML |
WDDX |
CFML |
JavaScript |
WDDX |
CFML |
WDDX |
JavaScript |
A typical cfwddx tag used to convert a CFML query object to WDDX looks like the following:
<cfwddx action="cfml2wddx" input="#MyQueryObject#" output="WddxTextVariable">
In this example, MyQueryObject is the name of the query object variable, and WddxTextVariable is the name of the variable in which to store the resulting WDDX XML. Note
For more information on the cfwddx tag, see CFML Reference.
|
|
||
| Contents > Developing ColdFusion MX Applications > Using XML and WDDX > Using WDDX > Using the cfwddx tag |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.