You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2004/02/09 22:16:00 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemTemplateElement.java

jycli       2004/02/09 13:16:00

  Modified:    java/src/org/apache/xalan/templates ElemTemplateElement.java
  Log:
  Applying Joanne Tone's (joannet@ca.ibm.com) patch for
  bugzilla bug report 26030.
  
  Do not suppress Xalan specified extension element namespace, unless they
  are declared as extension element namespaces by users
  
  Revision  Changes    Path
  1.63      +1 -3      xml-xalan/java/src/org/apache/xalan/templates/ElemTemplateElement.java
  
  Index: ElemTemplateElement.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemTemplateElement.java,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- ElemTemplateElement.java	22 Oct 2003 17:38:45 -0000	1.62
  +++ ElemTemplateElement.java	9 Feb 2004 21:16:00 -0000	1.63
  @@ -1074,9 +1074,7 @@
       if (uri != null)
       {
         if (uri.equals(Constants.S_XSLNAMESPACEURL)
  -              || getStylesheet().containsExtensionElementURI(uri)
  -              || uri.equals(Constants.S_BUILTIN_EXTENSIONS_URL)
  -              || uri.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL))
  +              || getStylesheet().containsExtensionElementURI(uri))
           return true;
   
         if (containsExcludeResultPrefix(prefix, uri))
  
  
  

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