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/12/13 17:35:44 UTC

cvs commit: xml-xalan/test/tests/conf/attribset attribset15.xsl

dmarston    01/12/13 08:35:44

  Modified:    test/tests/conf/attribset attribset15.xsl
  Log:
  Add a comment in preparation for segregating tests based on
  their policy on bad attrib/element names.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/test/tests/conf/attribset/attribset15.xsl
  
  Index: attribset15.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/attribset/attribset15.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- attribset15.xsl	2000/12/17 21:19:55	1.1
  +++ attribset15.xsl	2001/12/13 16:35:44	1.2
  @@ -6,6 +6,7 @@
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.1.3 Creating Attributes -->
  +  <!-- Discretionary: name="attribute-name-not-QName" choice="ignore" -->
     <!-- Creator: Paul Dick -->
     <!-- Purpose: The name attribute is interpreted as an attribute value template.
          It is an error if the value of the AVT is not a QNAME or the string "xmlns".
  @@ -18,6 +19,6 @@
     	<xsl:attribute name="{doc/Third/@at}">Third</xsl:attribute>
     	<xsl:attribute name="xmlns">xmlns</xsl:attribute>
     </out>
  -</xsl:template>													
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  

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