sboag       00/12/20 19:18:50

  Modified:    test/tests/conf/namespace namespace16.xsl
  Log:
  The namespace decl for a prefix was not present, so the XML
  was illegal.  Xerces didn't croak on this, Crimson did.
  Decl added, and the namespace declared as an extension element
  prefix so that the gold won't be effected.
  
  Revision  Changes    Path
  1.2       +3 -1      xml-xalan/test/tests/conf/namespace/namespace16.xsl
  
  Index: namespace16.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace16.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace16.xsl   2000/12/17 21:28:43     1.1
  +++ namespace16.xsl   2000/12/21 03:18:50     1.2
  @@ -1,5 +1,7 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0"
  +                             xmlns:help="http://foobar.com";
  +                             extension-element-prefixes="help">
   
     <!-- FileName: NSPC16 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  
  
  

Reply via email to