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

2002-11-14 Thread dbertoni
dbertoni2002/11/14 09:54:58 Modified:c/src/XSLT NamespacesHandler.cpp Log: Fixed use of typedef. Revision ChangesPath 1.29 +4 -2 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ==

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

2002-11-13 Thread dbertoni
dbertoni2002/11/13 17:56:58 Modified:c/src/XSLT NamespacesHandler.cpp Log: More generic implementation. Added typedefs for typenamed types. Revision ChangesPath 1.28 +45 -26xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ==

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

2002-11-13 Thread dbertoni
dbertoni2002/11/13 09:51:20 Modified:c/src/XSLT NamespacesHandler.cpp Log: Removed bogus #ifdef. Revision ChangesPath 1.27 +0 -38 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ==

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

2002-11-13 Thread dbertoni
dbertoni2002/11/13 09:37:40 Modified:c/src/XSLT NamespacesHandler.cpp Log: Added typename keyword. Revision ChangesPath 1.26 +16 -16xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp

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

2002-11-12 Thread dbertoni
dbertoni2002/11/12 18:29:44 Modified:c/src/XSLT NamespacesHandler.cpp NamespacesHandler.hpp Log: Changed implementation from map to vector. Revision ChangesPath 1.25 +264 -104 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ===

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

2002-09-25 Thread dbertoni
dbertoni2002/09/25 22:14:14 Modified:c/src/XSLT NamespacesHandler.cpp NamespacesHandler.hpp Log: Use pointers to XalanDOMStrings in maps instead of copies. Revision ChangesPath 1.23 +9 -9 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.

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

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:08:13 Modified:c/src/XSLT NamespacesHandler.cpp NamespacesHandler.hpp Log: Removed obsolete strings. Revision ChangesPath 1.21 +1 -42 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ===

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

2001-12-19 Thread dbertoni
dbertoni01/12/19 09:57:31 Modified:c/src/XSLT NamespacesHandler.cpp Log: Always save excluded result prefixes, in case we need to resolve something later. Revision ChangesPath 1.18 +4 -0 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.c

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

2001-10-03 Thread dbertoni
dbertoni01/10/03 10:06:32 Modified:c/src/XSLT NamespacesHandler.cpp Log: Always exclude namespace by URI, not prefix. Revision ChangesPath 1.17 +1 -1 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp

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

2001-09-14 Thread dbertoni
dbertoni01/09/14 13:47:52 Modified:c/src/XSLT NamespacesHandler.cpp Log: Exclude the namespace URI for the xml prefix. Revision ChangesPath 1.13 +2 -1 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ===