CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   XML (http://www.codingforums.com/forumdisplay.php?f=3)
-   -   convert xml/xsl-fo to postscript? (http://www.codingforums.com/showthread.php?t=12428)

frontline 01-05-2003 03:19 PM

convert xml/xsl-fo to postscript?
 
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


All times are GMT +1. The time now is 07:00 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.