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/07/13 16:51:28 UTC

[xalan-java] branch xalan-j_xslt3.0 updated: minor changes to, comments within few xslt 3.0 test case xsl documents

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 de6d15b0 minor changes to, comments within few xslt 3.0 test case xsl documents
     new 471ef44a Merge pull request #27 from mukulga/xalan-j_xslt3.0_mukul
de6d15b0 is described below

commit de6d15b01d29012550e5fcdf7dc47052071dab0a
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Thu Jul 13 22:15:12 2023 +0530

    minor changes to, comments within few xslt 3.0 test case xsl documents
---
 tests/for_expr/test1.xsl | 2 +-
 tests/for_expr/test2.xsl | 8 ++++----
 tests/for_expr/test3.xsl | 8 ++++----
 tests/for_expr/test4.xsl | 2 +-
 tests/for_expr/test5.xsl | 2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tests/for_expr/test1.xsl b/tests/for_expr/test1.xsl
index c5c4de8a..32138800 100644
--- a/tests/for_expr/test1.xsl
+++ b/tests/for_expr/test1.xsl
@@ -6,7 +6,7 @@
                 
    <!-- use with test1_a.xml -->
    
-   <!-- This XSLT test, borrows an XPath "for" expression example
+   <!-- This XSLT stylesheet test, borrows an XPath "for" expression example
         from XPath 3.1 spec. -->
    
    <xsl:output method="xml" indent="yes"/>
diff --git a/tests/for_expr/test2.xsl b/tests/for_expr/test2.xsl
index ada42d73..6d4e2087 100644
--- a/tests/for_expr/test2.xsl
+++ b/tests/for_expr/test2.xsl
@@ -6,10 +6,10 @@
                 
    <!-- use with test1_a.xml -->
    
-   <!-- This XSLT test, borrows an XPath "for" expression example
-        from XPath 3.1 spec, and introduces a slight modification
-        (using an XSLT stylesheet global variable 'discount', that 
-        is also used within the XPath "for" expression). -->
+   <!-- This XSLT stylesheet test, borrows an XPath "for" expression example
+        from XPath 3.1 spec, and introduces a slight modification (using an 
+        XSLT stylesheet global variable 'discount', that is also used 
+        within the XPath "for" expression). -->
    
    <xsl:output method="xml" indent="yes"/>
    
diff --git a/tests/for_expr/test3.xsl b/tests/for_expr/test3.xsl
index 8d607e11..0b353152 100644
--- a/tests/for_expr/test3.xsl
+++ b/tests/for_expr/test3.xsl
@@ -6,10 +6,10 @@
                 
    <!-- use with test1_a.xml -->
    
-   <!-- This XSLT test, borrows an XPath "for" expression example
-        from XPath 3.1 spec, and introduces a slight modification
-        (using an XSLT stylesheet global variable 'discount', that 
-        is also used within the XPath "for" expression). -->
+   <!-- This XSLT stylesheet test, borrows an XPath "for" expression example
+        from XPath 3.1 spec, and introduces a slight modification (using an 
+        XSLT stylesheet global variable 'discount', that is also used 
+        within the XPath "for" expression). -->
    
    <xsl:output method="xml" indent="yes"/>
    
diff --git a/tests/for_expr/test4.xsl b/tests/for_expr/test4.xsl
index 2bd6108a..6a9931e7 100644
--- a/tests/for_expr/test4.xsl
+++ b/tests/for_expr/test4.xsl
@@ -4,7 +4,7 @@
 
    <!-- Author: mukulg@apache.org -->
    
-   <!-- This XSLT test, illustrates an XPath 3.1 "for" expression
+   <!-- This XSLT stylesheet test, illustrates an XPath 3.1 "for" expression
         example using two "for" expression binding variables. -->
    
    <xsl:output method="xml" indent="yes"/>
diff --git a/tests/for_expr/test5.xsl b/tests/for_expr/test5.xsl
index 961a1b6d..90b5f800 100644
--- a/tests/for_expr/test5.xsl
+++ b/tests/for_expr/test5.xsl
@@ -4,7 +4,7 @@
 
    <!-- Author: mukulg@apache.org -->
    
-   <!-- This XSLT test, illustrates an XPath 3.1 "for" expression
+   <!-- This XSLT stylesheet test, illustrates an XPath 3.1 "for" expression
         example using three "for" expression binding variables. -->
    
    <xsl:output method="xml" indent="yes"/>


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