Re: problem with xml containing html

* 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...

Received on Sunday, 19 October 2003 08:31:12 UTC