in reply to Re: So Simple, Yet no tutorial covers it
in thread So Simple, Yet no tutorial covers it
Once I have XML I can then parse using XML::DOM. That way I can concentrate on learning how to use XML::DOM well by using it for all markup, both HTML and XML.
I respect the work that went into making HTML::Parser. But the next version of HTML called XHTML is going to be XML compliant. All of the XML parsers will work on it, and I do not see why we would be needing a specialized HTML parser.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: So Simple, Yet no tutorial covers it
by mirod (Canon) on Jan 22, 2001 at 04:45 UTC | |
by sierrathedog04 (Hermit) on Jan 22, 2001 at 21:06 UTC |