cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp XSLTEngineImpl.cpp XSLTResultTarget.cpp XSLTResultTarget.hpp

2003-02-12 Thread dbertoni
dbertoni2003/02/12 14:41:27 Modified:c/src/XSLT StylesheetRoot.cpp XSLTEngineImpl.cpp XSLTResultTarget.cpp XSLTResultTarget.hpp Log: Removed support for XalanNode as the target of a transformation. Removed redundant DocumentHandler-related calls from XSLTRes

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 16:35:06 Modified:c/src/XSLT StylesheetRoot.cpp Log: Fix bug with supressing cdata-section-elements attribute. Revision ChangesPath 1.72 +2 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp ===

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp StylesheetRoot.hpp

2002-12-11 Thread dbertoni
dbertoni2002/12/11 14:51:41 Modified:c/src/XSLT StylesheetRoot.cpp StylesheetRoot.hpp Log: Don't honor cdata-section-elements for HTML output. Make sure we honor the encoding the XSLTResultTarget instance. Fixed bugzilla 13284. Revision ChangesPath 1.71 +45 -17

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2002-11-14 Thread dbertoni
dbertoni2002/11/14 12:05:27 Modified:c/src/XSLT StylesheetRoot.cpp Log: Don't use std::cout as the fallback target. Revision ChangesPath 1.69 +4 -13 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp =

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2002-05-20 Thread dbertoni
dbertoni02/05/20 11:12:43 Modified:c/src/XSLT StylesheetRoot.cpp Log: Removed unnecessary include. Revision ChangesPath 1.58 +0 -4 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp =

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2002-05-20 Thread dbertoni
dbertoni02/05/20 11:11:48 Modified:c/src/XSLT StylesheetRoot.cpp Log: Removed unnecessary include. Revision ChangesPath 1.57 +1 -2 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp =

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp XSLTEngineImpl.cpp

2002-03-11 Thread dbertoni
dbertoni02/03/11 21:41:04 Modified:c/src/XSLT StylesheetRoot.cpp XSLTEngineImpl.cpp Log: Make sure the default namespace is used for cdata-section-elements attribute of xsl:output. Revision ChangesPath 1.56 +4 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp In

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2001-12-19 Thread dbertoni
dbertoni01/12/19 14:08:02 Modified:c/src/XSLT StylesheetRoot.cpp Log: Names of keys should be QNames. Revision ChangesPath 1.54 +4 -2 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp ==

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2001-07-26 Thread dbertoni
dbertoni01/07/26 22:38:48 Modified:c/src/XSLT StylesheetRoot.cpp Log: Fixed warning on Tru64. Revision ChangesPath 1.51 +1 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp ==

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2001-06-29 Thread dbertoni
dbertoni01/06/29 12:21:03 Modified:c/src/XSLT StylesheetRoot.cpp Log: Commented out include. Revision ChangesPath 1.47 +1 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp ===

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2001-06-27 Thread dbertoni
dbertoni01/06/27 11:27:03 Modified:c/src/XSLT StylesheetRoot.cpp Log: Don't try to catch an exception setting top-level params. Revision ChangesPath 1.45 +1 -12 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp

cvs commit: xml-xalan/c/src/XSLT StylesheetRoot.cpp

2001-06-14 Thread dbertoni
dbertoni01/06/14 12:25:56 Modified:c/src/XSLT StylesheetRoot.cpp Log: Use new StringTokenizer overload. Revision ChangesPath 1.44 +14 -7 xml-xalan/c/src/XSLT/StylesheetRoot.cpp Index: StylesheetRoot.cpp