dbertoni 02/05/15 17:47:11
Modified: c/src/XSLT XSLTEngineImpl.cpp
Log:
Added copied namespaces to result namespaces.
Revision Changes Path
1.143 +1 -0 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
Index: XSLTEngineImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- XSLTEngineImpl.cpp 8 May 2002 21:02:59 -0000 1.142
+++ XSLTEngineImpl.cpp 16 May 2002 00:47:10 -0000 1.143
@@ -2753,6 +2753,7 @@
if(desturi == 0 || equals(srcURI, *desturi) == false)
{
addResultAttribute(thePendingAttributes, theName,
srcURI);
+ addResultNamespaceDecl(thePrefix, srcURI);
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]