I'm trying to use SGMLreader to clean up some HTML for parsing. I need it to add empty tag closure marks:
<img src="source.gif"/>
but instead it's throwing in another </img> end tag someplace else.
if anyone has used SGMLReader and knows how to get it to close the tags correctly please let me know.
thanks
Travis Hawkins
<img src="source.gif"/>
but instead it's throwing in another </img> end tag someplace else.
if anyone has used SGMLReader and knows how to get it to close the tags correctly please let me know.
thanks
Travis Hawkins