What is the Preferred VBA Model for XML Generation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    What is the Preferred VBA Model for XML Generation?

    Folks,

    Hopefully the title "says it all".

    What I'm asking about is what is the preferred VBA model for XML generation. There are two DOM models MSXML and OFFICE. However, if there is a better way, I'm all ears.

    Right now I'm using MSXML2 to generate Jelly (see http://commons.apache.org/jelly/) scripts that I'm using to manage a program called JIRA.

    So far my worst problems have been generating human readable XML and searching through the XML. The former being a serious irritant, and the later I have barely touched on.

    Thanks!
    Oralloy
    Last edited by Oralloy; Jan 25 '11, 09:35 PM. Reason: minor edit to insert a closing parenthesis.
Working...