[Htmlparser-developer] xml
Brought to you by:
derrickoswald
|
From: Joshua K. <jo...@in...> - 2003-01-13 15:27:36
|
Folks, Of late, Somik and I have been using the HTML Parser for various tasks related to XML documents, not HTML. We have found that the parser's scanners make our life easier than it would be if we were to use Xerces. Yet I find it awkward for our code to interact with classes like HTMLNode when we are in fact working with XML nodes. I wonder if it makes sense to make the parser more generic so that it is clear that it is useful for both HTML and XML. I'd welcome any feedback on this idea. best regards jk |