[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    [xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to xalanj dev branch xalan-j_xslt3.0
From:       mukulg () apache ! org
Date:       2023-05-13 3:31:14
Message-ID: 168394867496.1518487.17954197207028731111 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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

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


The following commit(s) were added to refs/heads/xalan-j_xslt3.0 by this push:
     new cd641aa5 minor improvements to xalanj dev branch xalan-j_xslt3.0 codebase \
comments cd641aa5 is described below

commit cd641aa5fdc7b66db4b714eba2a73b64682a2996
Author: Mukul Gandhi <gandhi.mukul@gmail.com>
AuthorDate: Sat May 13 09:00:54 2023 +0530

    minor improvements to xalanj dev branch xalan-j_xslt3.0 codebase
    comments
---
 src/org/apache/xalan/templates/ElemForEachGroup.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/org/apache/xalan/templates/ElemForEachGroup.java \
b/src/org/apache/xalan/templates/ElemForEachGroup.java index 6db61ea5..19c85723 \
                100644
--- a/src/org/apache/xalan/templates/ElemForEachGroup.java
+++ b/src/org/apache/xalan/templates/ElemForEachGroup.java
@@ -92,8 +92,8 @@ import org.apache.xpath.objects.XString;
    The XSLT transformation output result order of the groups, can be explicitly \
affected by one   or more xsl:sort elements within the xsl:for-each-group element. If \
xsl:sort elements are not  present within xsl:for-each-group element, then the XSLT \
                transformation output result order of 
-   the groups, is according to the default sorted order (also known as order of \
                first appearance), as
-   defined by XSLT 3.0 spec.    
+   the groups, is according to the default sorted order (also known as order of \
first appearance), +   as defined by XSLT 3.0 spec.    
 */
 public class ElemForEachGroup extends ElemTemplateElement 
                                                 implements ExpressionOwner
@@ -782,7 +782,7 @@ public class ElemForEachGroup extends ElemTemplateElement
   /* 
    * For the purpose of, evaluating grouping key XPath expressions for \
                xsl:for-each-group, 
    * the grouping keys are treated as of type string, number or boolean. Any other \
                data 
-   * type for grouping key is converted to a String value.
+   * type for grouping key is converted to a string value.
    */
   private Object getXPathEvaluationRawResult(XObject xpathEvalResult) {
       Object xpathRawResult = null;


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic