Quote:
Originally Posted by DaleDe
Actually PML has good support for non-ascii characters but CSS would be a problem. PML doesn't now support elaborate CSS functions but of course if you pick and choose you might get a few things to work. PML is a bit like mobi in that it expects the user application to have more control over the display of the data than everything being dictated by the author.
|
It sounds like you could get usable results by transforming HTML entities to corresponding PML constructs and simply stripping out all the stuff that wasn't supported, like CSS.
The next step would be to try to parse the CSS and convert it to corresponding PML functions, if any, but that would be a lot harder, and the question is whether it would be worth the effort.
______
Dennis