USING UNKNOWN ELEMENTS WITH TIDY COM

Hi all,
	When passing unknown elements through Tidy.exe using the config options...
new-inline-tags: do,go,prev, the following file passes through fine.

***************************************************
<?xml version="1.0"?>
<html>
<head>
<title></title>
</head>
<body>
<div id="help" title="Help">
<p><u>Principal</u> - $$ amount<br />
 <u>Interest</u> - e.g. 7.5<br />
 <u>Payments</u> - e.g. 360 for 30 years<br />
 <do type="prev" label="Back"><prev /></do></p>
</div>
</body>
</html>
****************************************************

However using the same options with Tidy COM the unknown elements get
removed !! Could anyone shed any light on this PLEASSSSSSEEEEE !!

Received on Wednesday, 14 February 2001 00:47:40 UTC