in reply to XML::Parser question.
BTW, you don't need to do the namespace processing yourself, you can use the namespace-related methods on the XML::Parser::Expat object described in the doc for that module (perldoc XML::Parser::Expat).
For example:
namespace(name)
Return the URI of the namespace that the name belongs to.
...
I would think using SAX is probably the best way to go though, you probably had a similar error in your initial code, reading the file name instead of the file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::Parser question.
by reyjrar (Hermit) on Nov 04, 2002 at 19:36 UTC |