Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have been playing with Shawn Ribordy's foray into using Microsoft's XML parser from within Perl:
http://www.perl.com/pub/a/2001/04/17/msxml.htmland after getting confused by looking the MSDN site:
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xml_pro_ae_5fzn.aspHis example shows how to iterate through all child nodes underneath the document's root, but how does one get a list of attributes without knowledge of their names?
Thanks for insight you can provide.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: iterating through XML attributes using MSXML4.0?
by BrowserUk (Patriarch) on Oct 26, 2003 at 02:52 UTC | |
by Anonymous Monk on Oct 26, 2003 at 19:23 UTC |