You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2001/10/30 22:52:28 UTC

cvs commit: xml-xalan/test/tests/conf/namespace namespace85.xsl

jkesselm    01/10/30 13:52:28

  Modified:    test/tests/conf/namespace namespace85.xsl
  Log:
  Xerces2 complains (correctly) about attempts to define namespaces with empty URIs.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/namespace/namespace85.xsl
  
  Index: namespace85.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace85.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace85.xsl	2001/03/26 19:21:03	1.1
  +++ namespace85.xsl	2001/10/30 21:52:28	1.2
  @@ -10,7 +10,7 @@
   
   <xsl:template match = "/">
     <out>
  -    <xsl:element name="foo" namespace="testguys.com" xmlns:p2="">
  +    <xsl:element name="foo" namespace="testguys.com" xmlns:p2="http://dummy/namespace">
         <yyy/>
       </xsl:element>
     </out>
  
  
  

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