in reply to Re^2: XML Parsing Suggestions?
in thread XML Parsing Suggestions?
But, yes, you can parse comments in Stream mode. (If you couldn't, you couldn't get at them in any other mode as all XML::Parser modes are implemented as Stream mode.) The Comment handler (which is readily visible when you read the documentation is probably what you're looking for.
|
|---|