Questions tagged [fxsl]

18 questions
1
vote
1 answer

FXSL Currying Function With Sequence Parameter

Taking the t:mult3 example in the FXSL's testFunc-curry.xsl file, I've changed it slightly so that the first 2 parameters are sequences. These sequences seem to loose any empty items when curried.
Phil
  • 592
  • 6
  • 15
1
vote
2 answers

error message The URI does not identify an external Java class

I am new to XSL, and thus new to using scripts within the XSL. I have taken example code (also using C#) and adapted it for my own use.. but it does not work. EDIT: This code works in Visual Studio.. The error is only generated in Oxygen... I am…
developer
  • 7,252
  • 14
  • 49
  • 57
0
votes
0 answers

How to parse a complex string with FXSL or equivalent

I'm new to XSL. Looking here I found the FXSL library that could help solve my problem but I don't know how to go about it. I have an XML similar to the following one. The application runs an XSL with some external parameters. Within the XML there…
Emanuele
  • 91
  • 1
  • 2
  • 7
1
2