Re: Problems with serialization classes

2000-01-05 Thread Pierpaolo Fumagalli
Stefano Mazzocchi wrote: > > Pierpaolo Fumagalli wrote: > > > > Hi... I have a small problem w/ Serialization classes... > > Running them w/ stylebook (I made a new printer, called HTMLSerializer) > > they produce invalid HTML (XHTML when I select METHOD_HTML and HTML when > > I select METHOD_XHTM

Re: Problems with serialization classes

2000-01-03 Thread Assaf Arkin
I did have a bug report about that on the OpenXML mailing list, and I did post a fix, so if you can try it. The HTML/XHTML mixup was in the old serializer, but not in SerializerFactory. Also, TextSerializer is up there in the CVS, so test it and send me feedback. arkin Stefano Mazzocchi wrote:

Re: Problems with serialization classes

2000-01-03 Thread Stefano Mazzocchi
Pierpaolo Fumagalli wrote: > > Hi... I have a small problem w/ Serialization classes... > Running them w/ stylebook (I made a new printer, called HTMLSerializer) > they produce invalid HTML (XHTML when I select METHOD_HTML and HTML when > I select METHOD_XHTML). And also they don't close some elem

Re: Problems with serialization classes

2000-01-03 Thread Assaf Arkin
The problems you have reported have also been reported last week on the OpenXML mailing list. I'm going to commit some updates today including the following changes: * Serializer is now an interface * Correct the mix between XHTML and HTML * Fix to some element closure * TextSerializer (Output

Problems with serialization classes

2000-01-03 Thread Pierpaolo Fumagalli
Hi... I have a small problem w/ Serialization classes... Running them w/ stylebook (I made a new printer, called HTMLSerializer) they produce invalid HTML (XHTML when I select METHOD_HTML and HTML when I select METHOD_XHTML). And also they don't close some element, so that all pages are not display