Saxon XSLT v2.0 and multiple node XML data

Post Reply
abonsey
Member
Posts: 142
Joined: Fri May 24, 2013 5:10 pm

Saxon XSLT v2.0 and multiple node XML data

Post by abonsey »

Hi All,
Has anybody worked with the new Saxon configurator? I've a multiple node XML file that I'm looking to break into individual XML or csv files and I've looking for help or examples on how to do this within the new configurator.

Thanks for any help
abonsey
Member
Posts: 142
Joined: Fri May 24, 2013 5:10 pm

Re: Saxon XSLT v2.0 and multiple node XML data

Post by abonsey »

Hi All,
Nobody out there got any thoughts on the new XSLT v2.0 and working with nodes?
sander
Advanced member
Posts: 274
Joined: Wed Oct 01, 2014 8:58 am
Location: The Netherlands

Re: Saxon XSLT v2.0 and multiple node XML data

Post by sander »

This month I'll upgrade to Switch 13 and want to achieve the same thing with the Saxon connector. At the moment I'm doing the same with Saxon via execute command.

Not really the reply you are looking for, but within a couple of weeks I probably have a useful reply :lol:
sander
Advanced member
Posts: 274
Joined: Wed Oct 01, 2014 8:58 am
Location: The Netherlands

Re: Saxon XSLT v2.0 and multiple node XML data

Post by sander »

Just switched from Saxon via Execute Command to the official Saxon Configurator. My old situation can be seen here: http://forum.enfocus.com/viewtopic.php?f=12&t=1201

With the old situation I am running Saxon HE 9.6.0.4 Java Edition. With Enfocus writing "On Windows configurator searches for .Net version of the processor first and only in case nothing is found it searches for Java version." I decided to switch to the .Net installation. Version 9.7 is not available as .Net yet, so I got 9.6.0.8.
http://sourceforge.net/projects/saxon/f ... on-HE/9.6/ (SaxonHE9-6-0-8N-setup.exe).

I only set the Stylesheet value in properties, and the output is exactly the same as my original setup.
Image

So quite easy at this side. What's your issue at the moment?
Arthur
Member
Posts: 114
Joined: Sat Sep 09, 2017 11:58 pm
Location: Yateley, UK

Re: Saxon XSLT v2.0 and multiple node XML data

Post by Arthur »

Hey Sander - would you be so kind as to share how you have the stylesheet line setup with variables??
I was under impression this is where you link to the stylesheet, but I can see I was not right on this.
Pls ? ;)

KR
Arthur
sander
Advanced member
Posts: 274
Joined: Wed Oct 01, 2014 8:58 am
Location: The Netherlands

Re: Saxon XSLT v2.0 and multiple node XML data

Post by sander »

True, this is where you link to the stylesheet :)

Code: Select all

D:\Scripts\Saxon\[Job.JobState].xsl
;)
jan_suhr
Advanced member
Posts: 592
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: Saxon XSLT v2.0 and multiple node XML data

Post by jan_suhr »

You can have different stylesheets that you link with variables. The variable is the filename of the stylesheet.
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
Post Reply