Hi,
this might have been asked a couple of times already, but searching the forum
did not really help.
I have marked-up text, mixing HTML tags with a custom tag <placeName>. The
latter is usually embedded in a <p>...</p> pair, i.e:
<p>...<placeName>...</placeName>...</p>. When I parse the text with TagSoup, the
output is made into:
<p>...</p><placeName>...</placeName>
Any ideas, suggestions what I am doing wrong? I'm using TagSoup 1.2.
Cheers,
Alex