[Twisted-Python] Lore and microdom problem.

Andrew Bennetts andrew-twisted at puzzling.org
Thu Dec 12 03:53:12 EST 2002


There's a small glitch in Lore's LaTeX generation, and I'm not sure of the
best way to solve it.

In XHTML (and probably normal HTML), you link to http://foo.com/path?x=1&y=2
with <a href="http://foo.com/path?x=1&amp;y=2">.  Note the "&amp;".

Microdom is returning that still escaped, i.e. with the & intact, when I
suspect that it should be unescaping text in attribute values.  Is this a
bug?  If not, what should I being doing?

Also, I note there's no test cases sux or microdom -- tsk tsk ;)

-Andrew.





More information about the Twisted-Python mailing list