Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种在 Coldfusion 中将字符串转换为 xml 有效文本的方法。有任何想法吗?
谢谢!
给你:
#XmlFormat(MyStringThatHasCrapInIt)#
您可以使用 #xmlParse(xml_string)#
#xmlParse(xml_string)#