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

2003-06-03 Thread dbertoni
dbertoni2003/06/02 17:42:09 Modified:c/src/XSLT Stylesheet.cpp Log: Added a few asserts for safety. Revision ChangesPath 1.92 +3 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp =

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

2003-03-04 Thread dbertoni
dbertoni2003/03/04 21:03:25 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Cleaned up inconsistent naming for vector. Added assert to catch instances of namespace declaration attributes when locating a template. Revision ChangesPath 1.91 +39 -25xml-xala

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

2003-02-04 Thread dbertoni
dbertoni2003/02/04 16:05:45 Modified:c/src/XSLT Stylesheet.cpp Log: Make sure namespace prefixes resolve properly. Fixes Bugzilla 16790. Revision ChangesPath 1.89 +4 -3 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2002-12-20 Thread dbertoni
dbertoni2002/12/20 16:22:44 Modified:c/src/XSLT Stylesheet.cpp Log: Use new XalanLocator functions. Revision ChangesPath 1.88 +10 -4 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp =

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

2002-10-31 Thread dbertoni
dbertoni2002/10/31 00:12:04 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Use one definition of size_type. Revision ChangesPath 1.83 +2 -2 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp =

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

2002-09-12 Thread dbertoni
dbertoni2002/09/12 09:48:46 Modified:c/src/XSLT Stylesheet.cpp Log: Fixed bug with forward-compatible processing. Revision ChangesPath 1.79 +2 -2 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ==

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

2002-02-22 Thread dbertoni
dbertoni02/02/22 19:36:16 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Changed supported() to isSupported() to mirror actual DOM name. Revision ChangesPath 1.71 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2002-01-04 Thread dbertoni
dbertoni02/01/04 09:16:08 Modified:c/src/XSLT Stylesheet.cpp Log: Added default for DOM nodes not officially part of the XPath data model. Revision ChangesPath 1.70 +4 -0 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp =

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

2001-12-19 Thread dbertoni
dbertoni01/12/19 14:08:55 Modified:c/src/XSLT Stylesheet.cpp Log: Names of keys should be QNames. Revision ChangesPath 1.69 +14 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ==

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

2001-12-14 Thread dbertoni
dbertoni01/12/14 08:25:28 Modified:c/src/XSLT Stylesheet.cpp Log: Fix for bug with applying imported attribute-sets. (Bugzilla 5428) Revision ChangesPath 1.68 +9 -8 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2001-11-26 Thread dbertoni
dbertoni01/11/26 15:21:45 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Fixed error reporting. Retrieve xsl:decimal-format elements by QName. Revision ChangesPath 1.67 +15 -27xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp

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

2001-11-15 Thread dbertoni
dbertoni01/11/15 07:44:04 Modified:c/src/XSLT Stylesheet.cpp Log: Throw more appropriate exceptions. Revision ChangesPath 1.66 +19 -36xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2001-08-22 Thread dbertoni
dbertoni01/08/22 07:17:06 Modified:c/src/XSLT Stylesheet.cpp Log: Make sure base identifier is always normalized and absolute when possible. Revision ChangesPath 1.63 +2 -0 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:43:18 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Added new virtual function. Revision ChangesPath 1.61 +12 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

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

2001-06-27 Thread dbertoni
dbertoni01/06/27 11:28:02 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Better template handling. Revision ChangesPath 1.57 +270 -257 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp =