Word 2003 XML: Looking for XSL or XSD to render the document in browser
I've used OpenOffice 3.2 to convert a word doc into Microsoft Word 2003 XML. I am looking for and XSD or XSL that I can append to the document to show it in my browser. Can any开发者_JAVA技巧one point me in the right direction>
Consider creating international standard 2007 XML, instead of 2003. (Use the Novell version of OO)
Then transform to HTML (Microsoft has a stylesheet floating around, or you can use docx4j if java is your cup of tea).
I think you'll get better results displaying an HTML doc, rather than styling OpenXML in the browser (this depends in part on how cross-browser you need to be).
精彩评论