[Xsltforms-support] Generating HTML view stylesheet from XForms with the help of XSLTForms.xsl
Brought to you by:
alain-couthures
From: Santosh C. <san...@gm...> - 2011-09-08 11:44:51
|
Hello Alain and Friends, I am thinking of this idea about generating a stylesheet from XForms definition with the help of which one should be able to view any XML instance for which the xforms was created. XSLTForms.xsl already creates HTML view which is HTML and Javascript. My requirement is just to generate single XSL file for viewing the instance XML file in browser (View only). XForm input * Transform (like xsltforms.xsl) = Result XSL XML Instance * Result XSL = View HTML (similar to what XSLTForms provides but view only. No javascript) I was wondering if I could learn from XSLTForms.xsl and remove the javascript components to generate the Result XSL. This would be generic enough to work for any XForm and instance XML. Any thoughts? Regards, Santosh |