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
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:
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
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
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