You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2009/04/04 00:57:09 UTC

svn commit: r761831 - /xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp

Author: dbertoni
Date: Fri Apr  3 22:57:09 2009
New Revision: 761831

URL: http://svn.apache.org/viewvc?rev=761831&view=rev
Log:
Enabled code that had been erroneously commented out earlier.

Modified:
    xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp

Modified: xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp?rev=761831&r1=761830&r2=761831&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp (original)
+++ xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp Fri Apr  3 22:57:09 2009
@@ -1279,8 +1279,8 @@
                 }
                 else
                 {
-                    if (fromCopy == false /* ||
-                        m_resultNamespacesStack.prefixIsPresentLocal(s_emptyString) == false */)
+                    if (fromCopy == false ||
+                        m_resultNamespacesStack.prefixIsPresentLocal(s_emptyString) == false)
                     {
                         addResultNamespaceDecl(s_emptyString, value, theLength);
                     }



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