problem with xml containing html

Hello tidy list,

I'm using tidy with an xml document that contains html.  When I run the
following command, spaces after the anchor tags are removed since it
reformats the document like normal xml.  Can I have tidy ignore anchor
tags?

/usr/local/bin/tidy -xml -iqm $file

untidied: <a href="blah">blah</a> hello world
tidied: <a href="blah">blah</a>hello world

notice the space after "</a>" is removed.

Any suggestions?

Thanks in advance,
-- 
David Klein
EDS Deutschland GmbH
EAD DP Unix Server Mgmt.
Eisenstr. 58
D-65428 Ruesselsheim
Tel   :  +49-6142-80-1313
Fax   :  +49-6142-80-1018
Mail  : david.klein-eds@eds.com

Received on Friday, 17 October 2003 05:17:14 UTC