Eclipse plugin and Saxon 7.x
Posted: Sun Jul 04, 2004 8:02 pm
Hi
I am trying to use Saxon 7.x (7.9) with the Eclipse plugin.
I am using the new (XSLT 2.0) "xsl:result-document" feature.
But I am not able to get the new Saxon running, because
it always complains:
I have tried:
set the TransformerFactory to
"net.sf.saxon.TransformerFactoryImpl"
anything else I could try?
Victor[/quote]
I am trying to use Saxon 7.x (7.9) with the Eclipse plugin.
I am using the new (XSLT 2.0) "xsl:result-document" feature.
But I am not able to get the new Saxon running, because
it always complains:
Code: Select all
Unknown XSLT element: result-document
- saxon7.jar in the "endorsed" directory of my Java Installation
- adding saxon to the plugin lib directory of Oxygen (which should
not work, because of the eclipse class loading algorithm). - manually adapt the plugin.xml:
<library name="lib/saxon7.jar">
<export name="*"/>
<packages prefixes="net.sf.saxon"/>
</library>
set the TransformerFactory to
"net.sf.saxon.TransformerFactoryImpl"
anything else I could try?
Victor[/quote]