Link XSL Style Sheet to XForms generated XML document
- by iHeartGreek
Hi!
Through XForms, I generate an XML document.
I need this XML document to be transformed by a specific XSL.
How do I link the XSL to the XML through XForms? Example of link:
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
(The XML doc gets regenerated every time the XForms submits to it.. so I cannot hardcode the link in the XML doc, in needs to be done through the XForms)
Thanks!