Click here to Skip to main content
15,885,546 members
Articles / Web Development / HTML

XHTML2RTF: An HTML to RTF conversion tool based on XSL

Rate me:
Please Sign up or sign in to vote.
4.80/5 (44 votes)
29 Dec 200511 min read 365.3K   13.6K   142  
This article describes a conversion tool which takes an HTML document as input and generates a Microsoft Word document for printing.
<?xml version="1.0" encoding="iso-8859-1" ?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml2rtf="http://www.lutecia.info/download/xmlns/xhtml2rtf">
  <head>
    <title>Hello, World! from file</title>
  </head>
  <body>
    <h1>Hello, World!</h1>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
France France
Fell into computer software at the age of 11, founder of 3 startups, and now manager of an independent software vendor (ISV) labelled proSDK (www.prosdk.com)... And still a freeware writer and technical article author!

Comments and Discussions