You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to masapi
Hi I am currently evaluating MasAPI for use in the company I work for,
I have one small question...
Why is XMLNode used for the ApplicationFileParser class rather than
the new XML class?
Cédric Tabin
unread,
Sep 26, 2008, 6:11:24 AM9/26/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mas...@googlegroups.com, brian....@gmail.com
Hello,
The new XML class is very useful with the E4X synthax to parse some complex XML descriptors. In the case of masapi, I need to iterated through all the nodes, so it is just easier to use a XMLDocument / XMLNode to do that...