vipasane Posted December 11, 2011 Share Posted December 11, 2011 I'm a total newbie what comes to xsl:fo, so please advise me how get following requirement done.I've created a very complicated (in my opinion and compared to my knowledge and skills) xslt to generate xhtml from xml, now this needs to be transformed on demand (from that xhtml page since paging with alternating footers and headers seems to be impossible with other methods) as PDF.What is the best way to accomplish this?I thought that it could be done with javascript empedded to this xhtml page, Is there a xsl:fo styleseets available that would transform xhtml to PDF or perhaps some converter that would generate some xsl:fo templates based on existing xslt or xhtml? Link to comment Share on other sites More sharing options...
vipasane Posted December 11, 2011 Author Share Posted December 11, 2011 I don't know if it helps for this solution but I have Altova XmlSpy pro and Visual Studio 2010 in use. Link to comment Share on other sites More sharing options...
vipasane Posted December 11, 2011 Author Share Posted December 11, 2011 found some examples from antennahousehttp://www.antennahouse.com/XSLsample/XSLsample.htmunder: Stylesheet for XHTML to XSL-FO transformationAnd then for client side transormation:http://www.w3schools.com/xsl/xsl_client.asp The one remaining problem is how can I get transformed xhtml in client side? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.