Miscellaneous
toXHTML()
Signature
Section titled “Signature”toXHTML() — returns any
Description
Section titled “Description”Returns an XHTML-compliant string.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | yes | — | String to make XHTML-compliant. |
Examples
Section titled “Examples”toXHTML(text) <!--- Outputs `productId=5&categoryId=12&returningCustomer=1` --->
<cfoutput>
#toXHTML("productId=5&categoryId=12&returningCustomer=1")#
</cfoutput>