xslt transformation from within xst
Posted: Thu Nov 28, 2013 11:48 am
Hi,
I extended the dita conref to an XsltConref which adds an xslt transformation to the referred content before displaying it. In the author view I implemented my own ReferenceResolver and it works fine.
Now I want to generate a pdf with fop from my document so I have to resolve the XsltConref within the xslt transformation. In details: I have an url to the xsl script and an xpath to the element. Now I know the saxon extension funtion saxon:evaluate to get the element, but how can I apply the transformation to it?
Thanks
Patrik
I extended the dita conref to an XsltConref which adds an xslt transformation to the referred content before displaying it. In the author view I implemented my own ReferenceResolver and it works fine.
Now I want to generate a pdf with fop from my document so I have to resolve the XsltConref within the xslt transformation. In details: I have an url to the xsl script and an xpath to the element. Now I know the saxon extension funtion saxon:evaluate to get the element, but how can I apply the transformation to it?
Thanks
Patrik