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 xpath 3.1 predicate/index operator evaluations on sequence. also committing few new, related working test cases as well. - posted by mu...@apache.org on 2023/08/01 16:49:19 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: minor changes to comments within one of xalanj src file on this branch - posted by mu...@apache.org on 2023/08/02 16:31:30 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing improvements to, xslt 3.0 xsl:iterate instruction's evaluation where now with this enhancement, an xslt element xsl:iterate can process a sequence of atomic values as input. committing few new, related working xalanj test cases as well. - posted by mu...@apache.org on 2023/08/03 16:30:32 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: improving the xpath 3.1 parser implementation, when parsing xpath 3.1 sequence constructor expression. committing few new related working test cases as well. - posted by mu...@apache.org on 2023/08/04 17:45:13 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 node comparison operators 'is', '<<', '>>', and few new related working test cases as well. also committing, few new working test cases for xpath 3.1 inline function item expressions. - posted by mu...@apache.org on 2023/08/06 10:37:08 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 simple map operator '!', and few new related working test cases as well. other related minor changes to xalanj implementation, on this branch. - posted by mu...@apache.org on 2023/08/07 16:10:37 UTC, 0 replies.
- svn commit: r1911533 - /xalan/pmc/doap_Xalan_for_Java_XSLT_Processor.rdf - posted by mu...@apache.org on 2023/08/08 06:57:57 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing improvements to, xpath 3.1 parser implementation for parsing xpath dynamic function call expressions. also adding few new working related test cases as well. - posted by mu...@apache.org on 2023/08/08 14:05:20 UTC, 0 replies.
- svn commit: r1911571 - /xalan/pmc/doap_Xalan_for_Java_XSLT_Processor.rdf - posted by mu...@apache.org on 2023/08/09 08:43:36 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 functions fn:fold-left, fn:fold-right and few new related working test cases as well. also doing bit of, codebase refactoring and minor changes to src code comments on this xalanj dev implementation branch. - posted by mu...@apache.org on 2023/08/10 23:34:01 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 function fn:for-each-pair, and few new working related test cases as well. doing minor related codebase refactoring as well, and enhancements to few related areas of xalanj codebase on this branch. - posted by mu...@apache.org on 2023/08/11 16:00:32 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing a new working test case, for xpath 3.1 dynamic function call implementation. also committing as well, minor improvements to comments within one of xalanj codebase file on this dev repos branch. - posted by mu...@apache.org on 2023/08/12 16:25:05 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 fn:sort function, and few new working related test cases as well. with this commit, there's an implementation of xpath sequence expression () as well, which is an xpath syntax used to denote an empty sequence. - posted by mu...@apache.org on 2023/08/13 15:48:12 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 functions fn:codepoints-to-string, fn:string-to-codepoints, and few new related working test cases as well. adding and modifying few other working xslt 3.0 test cases as well. this commit also implements an enhancement, where xpath 3.1 function call arguments may be an xpath expression () (denoting an xpath empty sequence). - posted by mu...@apache.org on 2023/08/14 16:43:37 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing few fixes and improvements to, xslt 3.0 and xpath 3.1 implementations, along with few new working test cases as well. minor codebase comments enhancements as well. - posted by mu...@apache.org on 2023/08/16 16:44:06 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing few implementation enhancements to, few of xslt 3.0 language feature implementations. committing few related working test cases as well. minor improvements to, codebase comments as well within xalanj implementation on this branch. - posted by mu...@apache.org on 2023/08/17 17:02:39 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 collation support, that has implementations of 'unicode codepoint collation' and 'unicode collation algorithm' as defined by xpath 3.1 f&o spec. also committing an implementation of xpath 3.1 fn:compare function that makes use of these implemented xpath collations. also committing few new working test cases, for these xpath implementation features. committing a minor enhancement to implementation of xsl:for-each-group instruction as well, along with a [...] - posted by mu...@apache.org on 2023/08/19 16:33:59 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementation enhancements to xpath 3.1 fn:sort function to optionally use collation uri, and committing a new relevant working test case for these implementation changes. doing minor refactoring and codebase comments changes as well. - posted by mu...@apache.org on 2023/08/20 16:35:35 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: fixing a codebase issue that got unknowingly introduced, with the class file XPathCollationSupport.java - posted by mu...@apache.org on 2023/08/20 16:49:15 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 fn:codepoint-equal function. doing little bit of codebase refactoring within class ElemCopyOf. completing the implementation of XML Schema data type xs:string for the xpath 3.1 implementation. there are few other minor codebase improvements as well. committing few new related working test cases as well, on this dev repos branch. - posted by mu...@apache.org on 2023/08/21 16:20:03 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementations of the following xpath 3.1 functions : fn:empty, fn:exists, fn:head, fn:tail, fn:insert-before, fn:remove, fn:reverse, fn:subsequence, along with few new working related test cases as well - posted by mu...@apache.org on 2023/08/23 15:45:30 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: implementing the xpath 3.1 function fn:unordered. improving the implementations of xpath 3.1 functions fn:insert-before, fn:subsequence. adding few new working test cases for function fn:sort. - posted by mu...@apache.org on 2023/08/24 09:37:59 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing minor improvements to comments within, few of xalanj test case files on this branch. also committing an experimental xalanj xslt 3.0 developer binary release package, from latest codebase on this branch as of now (this could be used, to test xalanj's xslt 3.0 implementation as of now, without access to xalanj src code. test case folder with all its files are provided within this zip archive). - posted by mu...@apache.org on 2023/08/24 13:54:31 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: deleting a .zip archive, containing xalanj xslt 3.0 latest developer build, as suggested by xalanj team - posted by mu...@apache.org on 2023/08/25 00:57:49 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: adding few new working test cases for, xpath 3.1 'if' expression - posted by mu...@apache.org on 2023/08/25 14:17:19 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: solving an issue related to evaluation of xpath 3.1 expressions, having the string '.'. committing a new related working test case as well for this fix. - posted by mu...@apache.org on 2023/08/26 10:31:15 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 function fn:parse-xml, and few new working related test cases as well - posted by mu...@apache.org on 2023/08/26 14:54:47 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 function fn:parse-xml-fragment, and committing a related working new test case. fixing a bug for the processing of xsl:attribute instruction when using 'select' attribute, related to xslt variables not been resolved. committing and improving few other relevant xslt 3.0 test cases. and committing minor improvements to comments within codebase within this xalanj dev repos branch. - posted by mu...@apache.org on 2023/08/27 14:33:45 UTC, 0 replies.
- [xalan-java] branch master updated: committing minor changes to xalanj README file, as per the following change that was done earlier : movement of the 2.7.3_release test cases to jira directory. also making a minor improvement to error handling within xalanj implementation codebase, when variables were not been resolved within an xslt 1.0 stylesheet. - posted by mu...@apache.org on 2023/08/28 06:47:17 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing an implementation of xpath 3.1 function fn:avg, along with few related working new test cases. also doing little bit of refactoring within xalanj codebase on this branch. - posted by mu...@apache.org on 2023/08/28 14:24:04 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 functions fn:max, fn:min and few new related working test cases as well. also committing minor related xalanj codebase corrections, on this branch. - posted by mu...@apache.org on 2023/08/29 12:20:13 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing few new working xslt 3.0 test cases, related to xpath 3.1 'for' and quantified expressions - posted by mu...@apache.org on 2023/08/29 14:00:45 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing improvements to the use of xml schema data types xs:duration, xs:yearMonthDuration, xs:dayTimeDuration within xpath 3.1 implementation. also committing improvements to the implementation of xpath 3.1 functions fn:max, fn:min when using the xml schema data types xs:yearMonthDuration, xs:dayTimeDuration. also committing few new working related test cases as well. - posted by mu...@apache.org on 2023/08/30 12:47:13 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing implementation of xpath 3.1 function fn:contains-token, along with few new related test cases as well. also committing implementation of 'html ascii case-insensitive collation', as described by xpath 3.1 f&o spec. - posted by mu...@apache.org on 2023/08/31 09:20:06 UTC, 0 replies.
- [xalan-java] branch xalan-j_xslt3.0 updated: committing a fix within function fn:contains-token's implementation codebase - posted by mu...@apache.org on 2023/08/31 09:34:14 UTC, 0 replies.