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 2002/05/09 22:32:38 UTC

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

dmarston    02/05/09 13:32:37

  Added:       test/tests/conf/attribset attribset40.xsl attribset40.xml
  Log:
  The (failing) test for #5389.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/attribset/attribset40.xsl
  
  Index: attribset40.xsl
  ===================================================================
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
              xmlns:bdd="http://bdd.test.com">
  
    <!-- FileName: attribset40 -->
    <!-- Document: http://www.w3.org/TR/xslt -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 7.1.3 Creating Attributes -->
    <!-- Creator: David Marston -->
    <!-- Purpose: The attribute must be in the designated namespace, even if the prefix has
      to be reset or ignored. -->
  
  <xsl:template match="/">
    <out>
      <bdd:jam>
        <xsl:attribute name="{docs/b}" namespace="http://xyz.com">jaminben</xsl:attribute>
      </bdd:jam>
    </out>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  1.1                  xml-xalan/test/tests/conf/attribset/attribset40.xml
  
  Index: attribset40.xml
  ===================================================================
  <?xml version="1.0"?>
  <docs>
    <b>bdd:attr</b>
  </docs>
  
  

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