function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michael Haddad.ax365Michael Haddad.ax365 

Is XmlStreamReader the only way to process XML in Apex?

Is it?  Am I missing something or is it woefully inefficient and tedious?
Joseph FerraroJoseph Ferraro
i believe it is (someone correct me if i'm wrong)...it can definitely be tedious, but it's also extremely powerful (being a port of java's xmlstreamreader).  i suppose you could write up your own xml parser for apex.