Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Transform Word XML to HTML

Reply
Thread Tools

Transform Word XML to HTML

 
 
=?Utf-8?B?UnViZW4=?=
Guest
Posts: n/a
 
      03-27-2006
Hi, My users creates documents in MS Word 2003, thay save the docs as XML
files, and I want to load this XML and transform it to HTML (I mean, I don't
want Word to be opened in the browser, I want the document formatted be shown
as HTML)

Is there an XSLT to transform it?
 
Reply With Quote
 
 
 
 
Ken Cox - Microsoft MVP
Guest
Posts: n/a
 
      03-28-2006
Check out word2html.xsl that installs with the Word 2003: XML Viewer. It
might be able to do the transform for you.

"This download allows WordprocessingML files saved by Word 2003 to be viewed
as HTML from within Internet Explorer."

http://www.microsoft.com/downloads/d...displaylang=en

See also:

http://www.tkachenko.com/blog/archives/000556.html


"Ruben" <> wrote in message
newsD358CE1-B31B-4DE4-909D-...
> Hi, My users creates documents in MS Word 2003, thay save the docs as XML
> files, and I want to load this XML and transform it to HTML (I mean, I
> don't
> want Word to be opened in the browser, I want the document formatted be
> shown
> as HTML)
>
> Is there an XSLT to transform it?



 
Reply With Quote
 
 
 
 
=?Utf-8?B?UnViZW4=?=
Guest
Posts: n/a
 
      03-28-2006
Thanks Ken, I'll try this, it look very easy...I hope could make it work
regards,

"Ken Cox - Microsoft MVP" wrote:

> Check out word2html.xsl that installs with the Word 2003: XML Viewer. It
> might be able to do the transform for you.
>
> "This download allows WordprocessingML files saved by Word 2003 to be viewed
> as HTML from within Internet Explorer."
>
> http://www.microsoft.com/downloads/d...displaylang=en
>
> See also:
>
> http://www.tkachenko.com/blog/archives/000556.html
>
>
> "Ruben" <> wrote in message
> newsD358CE1-B31B-4DE4-909D-...
> > Hi, My users creates documents in MS Word 2003, thay save the docs as XML
> > files, and I want to load this XML and transform it to HTML (I mean, I
> > don't
> > want Word to be opened in the browser, I want the document formatted be
> > shown
> > as HTML)
> >
> > Is there an XSLT to transform it?

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dataset to XSL Transform not displaying HTML--only XML Anthony Harkness-Gripe ASP .Net 1 07-08-2008 01:23 AM
blocking I/O with javax.xml.parsers.DocumentBuilder.parse() and javax.xml.transform.Transformer.transform() jazzdman@gmail.com Java 1 03-27-2005 06:56 AM
How do I identify word<html><html>other word? Laura Perl 1 06-04-2004 11:32 PM
Re: Problem with XSL transform of XML file to dynamic HTML table with fixed columns Marrow XML 0 07-02-2003 09:33 AM
Re: Problem with XSL transform of XML file to dynamic HTML tablewith fixed columns Johannes Koch XML 0 07-02-2003 07:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57