I want to use the saxon extention : saxon:evaluate() in stylesheet that is run from the XXE transform process command.
I have declared the extention namespace as following : xmlns:saxon="http://icl.com/saxon" extension-element-prefixes="saxon" version="1.0" But it does not work, I have the following error message : Failed to parse stylsheet : com.icl.saxon.PreparedStyleSheet.prepare(PreparedStyleSheet.java:117) com.icl.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:120) com.xmlmind.xmleditapp.process.StyleSheetCache.newTrasnformer(StyleSheetCache.java:58) com.xmlmind.xmleditapp.process.TransformItem.doExecute(TransformItem.java:181) com.xmlmind.xmleditapp.process.TransformItem.execute(TransformItem.java:123) com.xmlmind.xmleditapp.process.ProcessCommand$1.run(ProcessComman.java:179) fatal Error : Error reported by XML parser Does any one has used successfully the saxon extention ? How can I know the saxon version used by XXE ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20060704/005ff852/attachment.htm

