> it helps when I change things in xtags-ini.tex
>
> [...]
> .unexpanded.gdef.enableXML*
> [...]
> .catcode`._=.@@other*
> [...]
> * .catcode`._=.@@active .def_B&tex-underscore;E*
> [...]
I head a similar problem with '#', under some circumstances. Hans, I believe the
doubling is part of the log writing code, meaning that there is actually really just
one hash mark in memory. That is quite important, because '#FFFFFF' (HTML color white)
became '\getXMLentity{tex-hash}FFFFF' (I lost one F!). So I now have
.catcode`.#=.@@other
which it works flawlessly.
--
groeten,
Taco