dbertoni 2002/09/24 18:36:53
Modified: c/src/XSLT StylesheetExecutionContextDefault.cpp
Log:
Revert default value of flag.
Revision Changes Path
1.103 +2 -2
xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp
Index: StylesheetExecutionContextDefault.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- StylesheetExecutionContextDefault.cpp 24 Sep 2002 06:57:42 -0000
1.102
+++ StylesheetExecutionContextDefault.cpp 25 Sep 2002 01:36:53 -0000
1.103
@@ -167,7 +167,7 @@
m_resultTreeFragAllocator(eResultTreeFragAllocatorBlockSize),
m_documentFragmentAllocator(eDocumentFragmentAllocatorBlockSize),
m_documentAllocator(eDocumentAllocatorBlockSize),
- m_usePerInstanceDocumentFactory(true),
+ m_usePerInstanceDocumentFactory(false),
m_cloneTextNodesOnly(false),
m_escapeURLs(eEscapeURLsDefault),
m_omitMETATag(eOmitMETATagDefault),
@@ -211,7 +211,7 @@
m_resultTreeFragAllocator(eResultTreeFragAllocatorBlockSize),
m_documentFragmentAllocator(eDocumentFragmentAllocatorBlockSize),
m_documentAllocator(eDocumentAllocatorBlockSize),
- m_usePerInstanceDocumentFactory(true),
+ m_usePerInstanceDocumentFactory(false),
m_cloneTextNodesOnly(false),
m_escapeURLs(eEscapeURLsDefault),
m_scratchQName()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]