PDA

View Full Version : convert xml/xsl-fo to postscript?


frontline
01-05-2003, 03:19 PM
Hello
is there any free app that make this convertion?
and allso
is there any app that convert xml/xsl to plain html?
thanks

jkd
01-05-2003, 06:11 PM
I know of XSL:FO to PDF, but not Postscript... I'm sure something for that exists though:
http://xml.apache.org/fop/index.html


As for XML to HTML, just save the output of the XSLT transformation. If you want to do it outside of a browser, you can grab (and build) Transformiix from the Mozilla project's CVS, or you could get Apache's Xalan:
http://xml.apache.org/xalan-c/index.html

Or I'm sure you could whip out Visual Studio and write a quick program to do that using MSXML.

frontline
01-06-2003, 08:16 AM
hi
tnx for the reply
what you mean by :
"write a quick program to do that using MSXML"
how where?
tnx