开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜