From: Aigars Grins <[EMAIL PROTECTED]>
Subject: Re: html->RealText
Well,
If you have a sgml parser it shouldn't be so hard to remake the html
into some xml type language (replacing <br> to <br/>, etc.) If you also
stripped of the main html-tags (like html, head, title, body, etc) and
replaced them with the realtext dito, you should have a quite good
realtext document.
But I haven't heard of a 'good' converter (that would take into account
javascript, a-tags, etc.).
--
Aigars
RealForum wrote:
>
> From: "Ed Eichman" <[EMAIL PROTECTED]>
> Subject: html->RealText
>
> Hi,
>
> Is there any mechanism to convert html->RealText? I want to automate
an
> SMIL maker that assembles user chosen files, and would like to allow the use
> of HTML for text (due to the fact that my customer has a large number of
> HTML documents).
>
> Best Regards,
> Ed