how to change &lt; to < - please help I think that it is a quick answer

This little app is awesome. I believe that it is going to work for me but am
having a problem with getting the last part of my file cleaned up. You can
see from the file below the < tags are not being replaced. I have tried

 

C:\tidy>tidy --clean yes --ascii-chars yes -f error.txt -m
1165449305.eyeNote

 

but it does not work. The goal is to run tidy as a cron job and convert
eyeEdit files to HTML with the goal of opening it up as a Word file. If I
can change the tags I will be able to edit it. 

 

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>

<head>

<meta name="generator" content=

"HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">

<title></title>

</head>

<body>

&lt;p&gt; &lt;strong&gt;This is a

test&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp
;&lt;/p&gt;&lt;p&gt;&lt;em&gt;More

Test&amp;nbsp;&lt;/em&gt;&lt;/p&gt;

</body>

</html>

Received on Thursday, 7 December 2006 14:40:53 UTC