Re: FYI: Epoz 0.7 - the XHTML-release
On Sun, 30 Nov 2003 18:27:45 +0100, Maik Jablonski wrote:
Hi to all,
many people asked for XHTML-support in good old Epoz... and so I decided to do it. Epoz produces now clean and nice XHTML for IE and Mozilla. You only need to install mxTidy for Python (download at http://www.lemburg.com/files/python/mxTidy.html) besides Epoz.
Hi, i've installed 0.7 and the output is great! I've converted the mxTidy rpm to debs, i can post them somewhere if there's interest. I have a problem with longer tables on latest mozilla firebird (linux) snapshot. I have a table with about 70 rows and 14 colums. It's valid xhtml, i ran it through tidy --asxhtml and validated using the w3c checker. When i try to edit the table it loads fine, but whenever it switches to html source (manually or on save) it cuts off anything below the sixth row. Without looking at the code i would guess it has something to do with some conversion/checking/indenting going on with a variable that can't handle the amount of data or a timeout (firebird is not very fast in js). In IE 6.0 it works fine, haven't checked IE 5.5 yet. Any ideas? I'm not shure if this is unique to 0.7, it didn't catch me before, though. Cheers Gabriel
Gabriel Wicke wrote:
i've installed 0.7 and the output is great! I've converted the mxTidy rpm to debs, i can post them somewhere if there's interest.
I have a problem with longer tables on latest mozilla firebird (linux) snapshot. I have a table with about 70 rows and 14 colums. It's valid xhtml, i ran it through tidy --asxhtml and validated using the w3c checker. When i try to edit the table it loads fine, but whenever it switches to html source (manually or on save) it cuts off anything below the sixth row.
I've just uploaded Epoz 0.7.1 which fixes this bug. There was an error in the 3.party-vcXMLRPC-JavaScript which resulted in Mozilla truncating the XHTML returned from the server to 4096 characters. "Download":http://www.zope.org/Members/mjablonski/Epoz I've just posted an announcement, but I didn't see it on the list yet. Cheers, Maik
On Tue, 02 Dec 2003 00:58:37 +0100, Maik Jablonski wrote:
I've just uploaded Epoz 0.7.1 which fixes this bug. There was an error in the 3.party-vcXMLRPC-JavaScript which resulted in Mozilla truncating the XHTML returned from the server to 4096 characters.
Works great, thanks heaps! It's only afterwards that i understood that it runs the html through tidy when switching- amazing! Gabriel
participants (2)
-
Gabriel Wicke -
Maik Jablonski