mmidy 01/01/22 13:03:45
Modified: java/compat_src/org/apache/xalan/xslt XSLTEngineImpl.java
Log:
Remove local re-definition of m_stylesheetRoot!
Revision Changes Path
1.7 +1 -1
xml-xalan/java/compat_src/org/apache/xalan/xslt/XSLTEngineImpl.java
Index: XSLTEngineImpl.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/compat_src/org/apache/xalan/xslt/XSLTEngineImpl.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSLTEngineImpl.java 2001/01/19 18:48:52 1.6
+++ XSLTEngineImpl.java 2001/01/22 21:03:43 1.7
@@ -587,7 +587,7 @@
// In case we have a fragment identifier, go ahead and
// try and parse the XML here.
- StylesheetRoot m_stylesheetRoot = null;
+ m_stylesheetRoot = null;
try
{
m_stylesheetRoot =
createStylesheetRoot(stylesheetSource.getSystemId());