Re: problem with xml containing html

Is this something being addressed or should I open a bug report?

Regards,

David

On Sun, 2003-10-19 at 14:30, Bjoern Hoehrmann wrote:
> * David Klein wrote:
> >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?
> 
> No...
> 
> >/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.
> 
> A bug...
-- 
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 Monday, 27 October 2003 15:42:43 UTC