[Twisted-Python] Woven (microdom?) problem

Bob Ippolito bob at redivi.com
Thu May 8 21:47:35 EDT 2003


On Thursday, May 8, 2003, at 21:42 America/New_York, Eric Holm wrote:

> I'm having some trouble with the following (at the very
> end of this mail) Woven script/html.  My problem is
> that the line:
>
> <script language="JavaScript" src="Refresh.js"></script>
>
> is re-written by Woven (microdom?) to:
>
> <script language="JavaScript" src="Refresh.js" />
>
> which apparently isn't kosher (at least as far as
> IE and Opera are concerned).  If I point my browser to
> Minimal.html, it works fine, if I point it to
> Minimal.rpy, the browser barfs due to the rewrite.
>
> I'm using Twisted 1.0.3 on Win2k, Python 2.2.
> Any help would be most appreciated.

I just took at look at microdom in CVS and it shouldn't do that 
anymore.  I don't recall when that bug was fixed, but try out CVS or 
1.0.5rc2.

-bob





More information about the Twisted-Python mailing list