RE: Problem with HTMLGenerator

2003-02-28 Thread Bruno Dumon
On Fri, 2003-02-28 at 09:12, Carsten Ziegeler wrote: > Bruno Dumon wrote: > > > > On Thu, 2003-02-27 at 22:14, Miles Egan wrote: > > > After updating cvs and rebuilding I get this error when using the > > > HTMLGenerator: > > > > > > [NamespaceNormalizingDOMStreamer] Encountered a DOM Element wi

Re: Problem with HTMLGenerator

2003-02-28 Thread Gianugo Rabellino
Ugo Cei wrote: Isn't there anything better than JTidy for converting HTML to XHTML? How about CyberNeko (http://www.apache.org/~andyc/neko/doc/index.html)? I never tried it, but might start using it in a short timeframe if it proves to be useful... Ciao, -- Gianugo Rabellino Pro-netics s.r.

Re: Problem with HTMLGenerator

2003-02-28 Thread Ugo Cei
Bruno Dumon wrote: On Thu, 2003-02-27 at 22:14, Miles Egan wrote: After updating cvs and rebuilding I get this error when using the HTMLGenerator: [NamespaceNormalizingDOMStreamer] Encountered a DOM Element without a localName. DOM Level 1 trees are not supported by this DOMStreamer. Is this a

RE: Problem with HTMLGenerator

2003-02-28 Thread Carsten Ziegeler
Bruno Dumon wrote: > > On Thu, 2003-02-27 at 22:14, Miles Egan wrote: > > After updating cvs and rebuilding I get this error when using the > > HTMLGenerator: > > > > [NamespaceNormalizingDOMStreamer] Encountered a DOM Element without a > > localName. DOM Level 1 trees are not supported by this

Re: Problem with HTMLGenerator

2003-02-27 Thread Bruno Dumon
On Thu, 2003-02-27 at 22:14, Miles Egan wrote: > After updating cvs and rebuilding I get this error when using the > HTMLGenerator: > > [NamespaceNormalizingDOMStreamer] Encountered a DOM Element without a > localName. DOM Level 1 trees are not supported by this DOMStreamer. > > Is this a bug?