[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: convert XML to HTML

  • From: "Andrew Welch" <andrew.j.welch@g...>
  • To: "Carlos Narváez" <crakup@g...>
  • Date: Mon, 22 Oct 2007 09:56:04 +0100

Re:  convert XML to HTML
On 20/10/2007, Carlos Narváez <crakup@g...> wrote:
> I need to convert a receiving XML into HTML, and save it as html.
> This has to be done as the application where it later shall be used
> does not support xml format (only html, tiff and pdf).
> So with the xsl I need to run through a directory, and convert all xml
> into html.
> Is there a freeware out there that handles this?

Seems like a good time for a Kernow plug:

http://kernowforsaxon.sourceforge.net/

Kernow was originally designed for performing directory transforms -
all you'd need to do is write a transform which converts XML to HTML,
which is as simple as:

<xsl:output method="html"/>

<xsl:template match="/">
  <xsl:copy-of select="."/>
</xsl:template>

Kernow compiles the stylesheet and uses caching URI and entity
resolvers for performance.  It can be run using the GUI, from ANT or
from Java using its API.

It's available in English, French and German - if anybody would like
to contribute other translations I'd be grateful... (there's not much
to translate, I'm guessing it would take no more than an hour or two).

thanks!
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.