You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/09/08 00:26:46 UTC

cvs commit: xml-xalan/test/tests/conf/namespace namespace79.xsl namespace43.xsl namespace60.xsl namespace73.xsl namespace40.xsl

dmarston    01/09/07 15:26:46

  Modified:    test/tests/conf/namespace namespace79.xsl namespace43.xsl
                        namespace60.xsl namespace73.xsl namespace40.xsl
  Log:
  Improve comments. These show recovery from a bad name.
  
  Revision  Changes    Path
  1.2       +2 -3      xml-xalan/test/tests/conf/namespace/namespace79.xsl
  
  Index: namespace79.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace79.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace79.xsl	2001/03/26 19:21:03	1.1
  +++ namespace79.xsl	2001/09/07 22:26:46	1.2
  @@ -5,6 +5,7 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.2 Creating Elements -->
  +  <!-- Discretionary: name="element-name-not-QName" choice="pass-through" -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Have a non-empty but unprefixed xmlns declaration while specifying prefixed name. -->
     <!-- Should see one warning about namespace "wxyz" unresolvable.
  @@ -18,6 +19,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  -
  -
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +3 -4      xml-xalan/test/tests/conf/namespace/namespace43.xsl
  
  Index: namespace43.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace43.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace43.xsl	2001/02/09 22:14:45	1.1
  +++ namespace43.xsl	2001/09/07 22:26:46	1.2
  @@ -5,9 +5,10 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.2 Creating Elements -->
  +  <!-- Discretionary: name="element-name-not-QName" choice="pass-through" -->
     <!-- Creator: Scott Boag -->
     <!-- Purpose: Test for non-empty illegal element name. -->
  -  <!-- Should see a warning about illegal element name. -->
  +  <!-- Should see a warning about illegal element name. Recovery: put yyy directly in out. -->
   
   <xsl:template match = "/">
     <out>
  @@ -17,6 +18,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  -
  -
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -3      xml-xalan/test/tests/conf/namespace/namespace60.xsl
  
  Index: namespace60.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace60.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace60.xsl	2001/03/26 19:21:03	1.1
  +++ namespace60.xsl	2001/09/07 22:26:46	1.2
  @@ -6,6 +6,7 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.2 Creating Elements -->
  +  <!-- Discretionary: name="element-name-not-QName" choice="pass-through" -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test for resetting of a prefixed namespace by a LRE; stylesheet default NS set. -->
     <!-- Should see one warning about namespace "none" unresolvable.
  @@ -19,6 +20,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  -
  -
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -3      xml-xalan/test/tests/conf/namespace/namespace73.xsl
  
  Index: namespace73.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace73.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace73.xsl	2001/03/26 19:21:03	1.1
  +++ namespace73.xsl	2001/09/07 22:26:46	1.2
  @@ -5,6 +5,7 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.2 Creating Elements -->
  +  <!-- Discretionary: name="element-name-not-QName" choice="pass-through" -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Put an unprefixed xmlns declaration in xsl:element where requested name has prefix. -->
     <!-- Should see one warning about namespace "abc" unresolvable.
  @@ -18,6 +19,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  -
  -
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -3      xml-xalan/test/tests/conf/namespace/namespace40.xsl
  
  Index: namespace40.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace40.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace40.xsl	2001/02/09 22:14:46	1.1
  +++ namespace40.xsl	2001/09/07 22:26:46	1.2
  @@ -5,6 +5,7 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.2 Creating Elements -->
  +  <!-- Discretionary: name="element-name-not-QName" choice="pass-through" -->
     <!-- Creator: Scott Boag -->
     <!-- Purpose: Test for resetting of a prefixed namespace by a LRE. -->
     <!-- Should see one warning about namespace "none" unresolvable.
  @@ -18,6 +19,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  -
  -
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  

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