dbertoni 01/08/22 07:17:06
Modified: c/src/XSLT Stylesheet.cpp
Log:
Make sure base identifier is always normalized and absolute when possible.
Revision Changes Path
1.63 +2 -0 xml-xalan/c/src/XSLT/Stylesheet.cpp
Index: Stylesheet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Stylesheet.cpp 2001/08/13 17:08:53 1.62
+++ Stylesheet.cpp 2001/08/22 14:17:06 1.63
@@ -174,6 +174,8 @@
if (length(urlString) != 0)
{
m_includeStack.push_back(urlString);
+
+ m_baseIdent = urlString;
}
}
catch(const XMLException&)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]