开发者

How do I form an XML string from the APEX queries?

开发者 https://www.devze.com 2023-03-25 07:52 出处:网络
How do I form an XML data string from the APEX queries ? 开发者_运维问答 Any particular class I should be using ?Apex has a Class called XmlStreamWriter for constructing XML document. Refer the docume

How do I form an XML data string from the APEX queries ?

开发者_运维问答

Any particular class I should be using ?


Apex has a Class called XmlStreamWriter for constructing XML document. Refer the documentation at - XmlStreamWriter Class


You can use XmlStreamWriter (as suggested above) or XmlDom.cls (via Ron Hess) or TG_XmlDom.cls (Dom Library based on Spring'11 Apex Dom Classes)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号