Re: [xsl] Re: For each child, create a new parent node including only that child

Subject: Re: [xsl] Re: For each child, create a new parent node including only that child
From: "Manuel Souto Pico terminolator@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Aug 2019 12:06:35 -0000
Hi Ruud,

I can also run now my last version (
https://xsltfiddle.liberty-development.net/6rewNxx/10) okay, with command:

java -jar /mnt/c/Apps/saxon6-5-5/saxon.jar -o output.tmx input.tmx
~/path/to/unmerge_tuvs_xsl2.xsl

And the same stylesheet seems to work both as XSLT 1 and as XSLT 2.

Thank you so much for your help! Have a great day.

Cheers, Manuel

Ruud GROSMANN r.grosmann@xxxxxx <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
escreveu no dia quarta, 28/08/2019 C (s) 14:02:

> On 8/28/19 1:34 PM, Manuel Souto Pico terminolator@xxxxxxxxx wrote:
> > One more update.
> >
> > I think I have managed more or less in this version of the stylesheet:
> > https://xsltfiddle.liberty-development.net/6rewNxx/8
> >
> > It works in XSLTFiddle, but not when I run it in the command line with
> > SaxonEE9-9-1-4J or saxon6-5-5, e.g.
> >
> > java -jar /mnt/c/Apps/saxon6-5-5/saxon.jar -o output_unmtuv.tmx
> > input.tmx ~/path/to/unmerge_tuvs_xsl1.xsl
> > or
> > java -jar /mnt/c/Apps/Saxon9/SaxonEE9-9-1-4J/saxon9ee.jar
> > -o:output_unmtuv.tmx input.tmx ~/path/to/unmerge_tuvs_xsl1.xsl
> >
> > Do you see any problem with it?
>
>
> Hi Manuel,
> I have no problem with running your stylesheet with saxon from the
> command line. So the problem is maybe in the call itself...
>
> Ruud

Current Thread