Jump to content

_XMLDomWrapper


Recommended Posts

Is there a helpfile for _XMLDomWrapper.au3?

In the end I managed to parse valid xml-files but there are many questions. Some of them:

* _xmlgetfield is identical to _xmlgetvalue (expect of first element)?

* Is there an array version of _XMLGetAttrib, similar to _xmlgetfield?

* Is there an element version of _xmlgetvalue (similar to _xmlgetattrib)?

* What are requirements for XML-parsing (eg '<main>..</main>' is fine, '<main "a lot of text"> ..</main>' is not)?

* Is there a way to parse html (non strict)?

Link to comment
Share on other sites

If you are interested in writing your own XML processor/parser instead, I suggest you look at recursive decent parsing (google), that's how you do it.

Edited by hyperzap

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

It's more fun if you write your own.

Just saying...

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...