Saxon

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Saxon

JohnBampton
I want to install a particular version of saxon - saxon9pe  in orbeon.

How do I do this?
Reply | Threaded
Open this post in threaded view
|

Re: Saxon

Erik Bruchez-3
With recent builds, just put your Saxon JARs in WEB-INF/lib. Then
instead of using oxf:xslt in XPL, use oxf:external-saxon (oxf:xslt
triggers the use of the built-in Saxon).

We just moved the relevant doc to the wiki:

http://wiki.orbeon.com/forms/doc/xslt-jaxp-processors

-Erik

On Wed, Feb 17, 2010 at 4:26 AM, JohnBampton <[hidden email]> wrote:

>
> I want to install a particular version of saxon - saxon9pe  in orbeon.
>
> How do I do this?
> --
> View this message in context: http://n4.nabble.com/Saxon-tp1558571p1558571.html
> Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Saxon

JohnBampton
I am calling the xslt from java code.  The xform is submitted to java and inserted into a firebird database.  Then the xslt runs on the xml instance.  How do I set up this xpl?  I don't understand the documentation.
 
Also I want to use - com.saxonica.config.ProfessionalTransformerFactory - and that is not listed in the documentation.  

Can you give me an example of the xpl and where to put this i.e. in which directory?

Regards
Reply | Threaded
Open this post in threaded view
|

Re: Saxon

JohnBampton
I have decided to move away from saxon now so I don't need help with this anymore