Convert XML files to Html

This should cover W3C XML Schema, Relax NG and DTD related problems.
patc890
Posts: 1
Joined: Mon Oct 15, 2007 9:37 pm
Location: Rockville, MD

Convert XML files to Html

Post by patc890 »

Hi, I have a some books that are in XML and need to covert them to HTML. I'm not sure if Oxygen is the right program for this?

Can anyone tell if I've got the right program and if so any pointers on how it's done?

Thanks

Pat
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

oXygen provides powerful XSLT transformation and debugging features which I think can assist you with the translation to the HTML output format. Once you define and associate a transformation scenario to an XML file (or to an XSLT stylesheet) running the scenario to get the desired output is as simple as clicking on the button "Apply Transformation Scenario" on the Transformation toolbar. To define a transformation scenario means to specify parameters like the XSLT stylesheet applied to the XML document (or the XML document to which the XSLT is applied), the XSLT parameters of the stylesheet, the name of the output file, how the output is displayed (in a results panel at the bottom of the oXygen window or in an external application like a Web browser), etc. You can find more details in the User Manual.


Regards,
Sorin
Post Reply