Subject: RE: Saxon from java application
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 16 Apr 2003 21:18:08 +0100
|
Saxon and Xalan both support the JAXP API, so there is very little
difference in how you call them from Java. There are a number of
examples in the program TraxExamples.java which you will find in the
samples/java directory.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of XSL Chatr
> Sent: 16 April 2003 18:33
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Saxon from java application
>
>
> Hello all,
> I am having to use the saxon transformer to apply
> transformations in my java application . for example, my Java
> programme should read from the disk, an xml and an xsl file
> and apply transformation to it and return a striong as
> result.I went through the docs but could not get my heads
> around it. I used xalan before and it was fairly straight
> forward. It would be of great help if someone can please
> help me get the code running for doing this thanks
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|