User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
911
912
913
914
915
916
917
918
919
920
XmlFormat
913
<someXML>
<someElement someAttribute="#
XmlFormat("'a quoted value'")
#">
#
XmlFormat("Body of element with <, >, "" and & goes here.")
#
</someElement>
</someXML>
</cfoutput>
1
...
...
911
912
913
914
915
...
...
1108