Tagged Questions
0
votes
1answer
978 views
XSL. Evaluate expression
Sorry for my English.
XSL 1.0. How can I to calculate expression from element or attribute value?
For example XML:
<position>
<localizedName>ref-help</localizedName>
...
1
vote
1answer
263 views
XSLT1.0+Schematron: translate instance text XPath values so they can be dynamically evaluated during an XSLT transformation
I'm using Schematron to validate instance XML documents inside a custom schema aware XML editor (note that Schematron validation is just an XSLT transformation). The instance may contain elements with ...
0
votes
1answer
660 views
Evaluate a string-expression in XSL
Is there any way to evaluate a string expression in XSL?
example:
<myItem id="1">
<validator expression="$someVariable = '3'" />
</myItem>
...
<xsl:variable ...
0
votes
2answers
1k views
XSLT fop-0.95: problem with dyn:evaluate
I've been struggling with some weird behavior of fop 0.95 (don't know if I'm doing
something wrong, or if there is a work around).
I have an auto generated XML as follows:
<projectteam>
...