tags:

views:

29

answers:

2

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 anyone point me in the right direction>

A: 

This blog-post might help. I haven't tried it, but bookmarked it ones when I was looking into this matters.

bjorsig
Well, all the links to the docs and download are 404s.
NinjaCat
A: 

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

plutext
NinjaCat