You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/10/01 13:44:21 UTC

[xalan-java] branch xalan-j_xslt3.0 updated (6c3babb1 -> 3d9d3be8)

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a change to branch xalan-j_xslt3.0
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


    from 6c3babb1 Merge pull request #92 from mukulga/xalan-j_xslt3.0_mukul
     new 4530a1a7 committing improvements to implementations of xslt 3.0 instructions xsl:iterate (providing ability to xsl:next-iteration->xsl:with-param element to specify its value as child contents of xsl:next-iteration->xsl:with-param element) and xsl:function, along with few new related working test cases as well.
     new a25a7909 committing improvements to implementations of xslt 3.0 instructions xsl:iterate (providing ability to xsl:next-iteration->xsl:with-param element to specify its value as child contents of xsl:next-iteration->xsl:with-param element) and xsl:function, along with few new related working test cases as well.
     new 3d9d3be8 Merge pull request #93 from mukulga/xalan-j_xslt3.0_mukul

The 4784 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../xalan/templates/ElemIterateNextIteration.java  | 79 +++++++++++++++++++---
 src/org/apache/xalan/templates/ElemSequence.java   | 10 ++-
 src/org/apache/xalan/templates/ElemVariable.java   |  5 --
 .../templates/XslIterateParamWithparamData.java    |  5 --
 tests/org/apache/xalan/xslt3/XslFunctionTests.java | 10 +++
 tests/org/apache/xalan/xslt3/XslIterateTests.java  | 10 +++
 tests/xsl_function/gold/test10.out                 |  1 +
 .../test8.xsl => xsl_function/test10.xsl}          | 23 +++----
 .../gold/test1.out => xsl_iterate/gold/test27.out} |  5 +-
 tests/xsl_iterate/test23.xsl                       |  4 +-
 tests/xsl_iterate/test24.xsl                       |  4 +-
 tests/xsl_iterate/test25.xsl                       |  6 +-
 tests/xsl_iterate/test26.xsl                       |  4 +-
 .../{fn_data/test1.xsl => xsl_iterate/test27.xsl}  | 31 ++++-----
 14 files changed, 130 insertions(+), 67 deletions(-)
 create mode 100644 tests/xsl_function/gold/test10.out
 copy tests/{xsl_sequence_inst/test8.xsl => xsl_function/test10.xsl} (70%)
 copy tests/{fn_codepoints_to_string/gold/test1.out => xsl_iterate/gold/test27.out} (67%)
 copy tests/{fn_data/test1.xsl => xsl_iterate/test27.xsl} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org