vipasane 0 Posted December 11, 2011 Report 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? Quote Link to post Share on other sites
vipasane 0 Posted December 11, 2011 Author Report 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. Quote Link to post Share on other sites
vipasane 0 Posted December 11, 2011 Author Report 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? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.