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 (OutputFormat.Method.TEXT) * METHOD_HTML/METHOD_XML have been changed to Method.HTML, Method.XML arkin 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 element, so that > all pages are not displayed... > Did anyone tried those yet? > > Pier