Return to v1.4.5 docs

toXHTML()



Returns an XHTML-compliant string.

Name Type Required Default Description
text string Yes String to make XHTML-compliant.
toXHTML(text) <!--- Outputs `productId=5&amp;categoryId=12&amp;returningCustomer=1` --->
<cfoutput>
    #toXHTML("productId=5&categoryId=12&returningCustomer=1")#
</cfoutput>