You are viewing a plain text version of this content. The canonical link for it is here.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xslt 3.0's fn:current-group() and fn:current-grouping-key() functions, that are used with xslt xsl:for-each-group instruction. the implementation of xsl:for-each-group is still wip. - posted by mu...@apache.org on 2023/05/01 13:48:52 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor refactoring of the xpath 3.1 regex implementation class, and mentioning of code author's email address within few of code files - posted by mu...@apache.org on 2023/05/01 15:13:43 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing the concept of, xslt 3.0 variables evaluating to nodesets, instead of RTFs which are not compliant to xslt 3.0 spec - posted by mu...@apache.org on 2023/05/04 09:24:58 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: as per xslt 3.0 spec, implementing nodesets instead of RTF for xsl:with-param element - posted by mu...@apache.org on 2023/05/04 11:44:11 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated (df793d6c -> 8001de23) - posted by mu...@apache.org on 2023/05/04 14:47:53 UTC, 0 replies.
- [xalan-java] 01/02: fixing a bug with xsl:for-each-group implementation - posted by mu...@apache.org on 2023/05/04 14:47:54 UTC, 0 replies.
- [xalan-java] 02/02: fixing a bug with xsl:for-each-group implementation - posted by mu...@apache.org on 2023/05/04 14:47:55 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing xsl:for-each-group's group-adjacent attribute - posted by mu...@apache.org on 2023/05/05 14:30:53 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: making xsl:for-each-group's grouping key values more strongly typed (supporting string, number and boolean types). making xslt stylesheet error handling better as well. - posted by mu...@apache.org on 2023/05/06 06:31:56 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to codebase comments - posted by mu...@apache.org on 2023/05/06 06:54:40 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing xsl:for-each-group's order of first appearance concept as defined by xslt 3.0 spec, when xsl:sort elements are not present within xsl:for-each-group - posted by mu...@apache.org on 2023/05/08 12:55:13 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementations of xsl:for-each-group attributes group-starting-with and group-ending-with - posted by mu...@apache.org on 2023/05/09 17:21:59 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: fixing few minor bugs with, xslt 3.0 xsl:for-each-group xalanj implementation on xalan-java repos's branch xalan-j_xslt3.0 - posted by mu...@apache.org on 2023/05/10 12:22:54 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor changes to codebase comments, to one of the xalanj code files on the xalan-java repos's branch xalan-j_xslt3.0 - posted by mu...@apache.org on 2023/05/10 17:50:00 UTC, 0 replies.
- [xalan-test] branch xalan-j_xslt3.0 created (now ab71b741) - posted by mu...@apache.org on 2023/05/11 11:21:16 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xslt 3.0 xsl:for-each-group sorting with xsl:sort element(s) - posted by mu...@apache.org on 2023/05/12 16:35:36 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to xalanj dev branch xalan-j_xslt3.0 codebase comments - posted by mu...@apache.org on 2023/05/13 03:31:14 UTC, 1 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: increasing the default indent amount for the xalanj document serializer. this makes it little bit easier to view xalanj xslt transformation result. - posted by mu...@apache.org on 2023/05/13 07:27:19 UTC, 0 replies.
- [xalan-java] branch master updated: increasing the default indent amount for the xalanj document serializer. this makes it little bit easier to view xalanj xslt transformation result. doing this xalanj codebase change on 'master' branch. the previous commit, did this codebase change on xalanj branch xalan-j_xslt3.0. - posted by mu...@apache.org on 2023/05/13 08:06:21 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor improvement to whitespace character, within one of xalanj file on the dev branch xalan-j_xslt3.0 - posted by mu...@apache.org on 2023/05/13 08:09:55 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 fn:abs() function - posted by mu...@apache.org on 2023/05/13 14:35:31 UTC, 0 replies.
- [xalan-test] branch master updated: Move tests/2.7.3 into main test driver framework, document bugzilla test status (#1) - posted by gg...@apache.org on 2023/05/13 16:46:06 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing xsl:attribute element's 'select' attribute. xslt 1.0 didn't allow 'select' attribute on element xsl:attribute, but xslt 3.0 allows this. - posted by mu...@apache.org on 2023/05/14 06:17:56 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor changes to codebase comments, to one of xalanj's code files - posted by mu...@apache.org on 2023/05/14 06:28:40 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xslt 3.0 instruction xsl:analyze-string. this is fairly complete, but is wip - posted by mu...@apache.org on 2023/05/16 17:23:20 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing improvements to the implementation of, xslt 3.0 xsl:analyze-string instruction. committing implementation of related xslt 3.0 function fn:regex-group. - posted by mu...@apache.org on 2023/05/17 16:45:21 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing xsl:analyze-string 'regex' attribute as an avt, as defined by xslt 3.0 spec. also doing, few other minor refactoring within xalanj codebase on this dev branch. - posted by mu...@apache.org on 2023/05/19 15:46:19 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 fn:tokenize() function, and related enhancements to xalanj codebase on dev branch xalan-j_xslt3.0 - posted by mu...@apache.org on 2023/05/21 15:50:31 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing improvements to implementation of xpath 3.1 fn:tokenize function, and related codebase changes. also implementing xpath 3.1 function fn:unparsed-text.. - posted by mu...@apache.org on 2023/05/22 16:54:03 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: improvements to fn:unparsed-text implementation, fn:string-join implementation and few other existing codebase improvements - posted by mu...@apache.org on 2023/05/23 15:14:28 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 functions fn:current-dateTime, fn:current-date, fn:current-time. also committing, little bit of implementation of XML Schema data types. there are few other miscellaneous code improvements as well, related to earlier codebase commits. - posted by mu...@apache.org on 2023/05/24 16:53:49 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to xalanj implementation codebase, on the dev branch xalan-j_xslt3.0 - posted by mu...@apache.org on 2023/05/25 12:20:41 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: fixing a minor bug, while emitting string value of xpath 3.1 timezone related functions like fn:current-dateTime - posted by mu...@apache.org on 2023/05/25 15:27:22 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: fixing a minor bug, while emitting string value of xpath 3.1 timezone related functions like fn:current-dateTime. also making, minor changes to codebase writing style to one of the java code file. - posted by mu...@apache.org on 2023/05/26 04:50:33 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing xalanj tests, for xslt 3.0 and xpath 3.1 functionality developed so far on the dev branch xalan-j_xslt3.0. minor enhancements to xpath 3.1 fn:count function implementation as well. - posted by mu...@apache.org on 2023/05/29 12:23:19 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 functions fn:upper-case, fn:lower-case. also committing few related test cases as well. - posted by mu...@apache.org on 2023/05/29 17:25:07 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: refactoring xalanj xslt 3.0 and xpath 3.1 test suite. thanks to Vladimir Sitnikov, for suggestions. - posted by mu...@apache.org on 2023/05/30 10:46:16 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 function fn:implicit-timezone() - posted by mu...@apache.org on 2023/05/30 15:38:53 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: adding few xslt 3.0 working test cases, illustrating quantified expression evaluations - posted by mu...@apache.org on 2023/05/31 11:51:03 UTC, 0 replies.