On Thu, Oct 13, 2011 at 21:51, Mojca Miklavec wrote:
> When processing HTML with TeX Live 2011, all the entities are nicely
> converted into corresponding characters.
>
> With latest version of ConTeXt I get literal "le" instead of ≤ for
> ≤ or "hellip" instead of ... for …
>
> I will try to send a minimal version (the one I sent with MathJax can
> probably serve as a good starting point).

And here is the minimal example that works with TL 2011. Well, the
≤ and ≥ don't work with LM, but they work fine with Iwona (TL
2011). In latest version no entity works.

\startbuffer[test]
<html>
Here are some entities like &le; &ge; &ccaron; &hellip;
</html>
\stopbuffer

\startxmlsetups all:html
        \xmlsetsetup{main}{}{*}
\stopxmlsetups

\xmlregistersetup{all:html}

\starttext
\xmlprocessbuffer{main}{test}{}
\stoptext

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to