Search found 4 matches

by 1ded6
Fri Apr 14, 2017 10:56 am
Forum: Common Problems
Topic: trouble with variables value not available
Replies: 4
Views: 2579

Re: trouble with variables value not available

Ok. It was the debugger... lost a day with that. :evil:
I will definitely consider upgrading with such a great support ! Thank you !
by 1ded6
Fri Apr 14, 2017 10:39 am
Forum: Common Problems
Topic: trouble with variables value not available
Replies: 4
Views: 2579

Re: trouble with variables value not available

Hello Radu,

Thank you so much for the answer.
I have not thought that the debugger could be wrong and did not check the publishing result.
I'll investigate further in this direction and come back to you.

Regards.
by 1ded6
Thu Apr 13, 2017 7:07 pm
Forum: Common Problems
Topic: trouble with variables value not available
Replies: 4
Views: 2579

trouble with variables value not available

Hello, Assuming that : <xsl:variable name="eur-uri" select="resolve-uri('prices/eur.xml',base-uri())"/> <xsl:variable name="eur-node" select="document($eur-uri)" /> Can someone explain me why this is retrieving some data : <xsl:value-of select="$eur-node/...
by 1ded6
Wed Nov 25, 2015 5:48 pm
Forum: Common Problems
Topic: use of xsl:param in output
Replies: 1
Views: 1017

use of xsl:param in output

Hi,

In a scenario transformaiton with xslt, is it possible to use the parameters defined in the xslt tab to name the files in the output ?
If yes, what is the syntax to call them ?

Best regards,