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
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
=
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
===
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
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
===
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
=