开发者

Word 2003 XML: Looking for XSL or XSD to render the document in browser

开发者 https://www.devze.com 2023-01-14 02:34 出处:网络
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

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消