sboag 01/06/19 14:34:46
Modified: java/src/org/apache/xalan/templates StylesheetRoot.java
Log:
Send endCompose to the outputProperties, so that the mark stack
will be popped properly.
Revision Changes Path
1.42 +1 -0
xml-xalan/java/src/org/apache/xalan/templates/StylesheetRoot.java
Index: StylesheetRoot.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/StylesheetRoot.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- StylesheetRoot.java 2001/06/12 19:15:13 1.41
+++ StylesheetRoot.java 2001/06/19 21:34:44 1.42
@@ -277,6 +277,7 @@
// Need to clear check for properties at the same import level.
m_outputProperties.compose(this);
+ m_outputProperties.endCompose(this);
// Now call the compose() method on every element to give it a chance to
adjust
// based on composed values.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]