svn commit: r761831 - /xalan/c/trunk/src/xalanc/XSLT/XSLTEngineImpl.cpp
[email protected] Fri, 03 Apr 2009 22:57:09 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
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);
}