Commit graph

180 commits

Author SHA1 Message Date
jez_higgins
69dcc1578f doc changes 2005-08-22 08:53:34 +00:00
jez_higgins
7ce581df1b gcc 4 fixes 2005-08-21 12:48:00 +00:00
jez_higgins
97e9414b73 parameterised all of xpath_object.hpp 2005-08-19 16:39:29 +00:00
jez_higgins
79a6295e52 parameterised AxisEnumerator 2005-08-19 09:05:11 +00:00
jez_higgins
2b1f3802a9 parameterised AndOperator and OrOperator 2005-08-17 21:26:03 +00:00
jez_higgins
df816c1b05 parameterised XPath class 2005-08-16 20:59:04 +00:00
jez_higgins
ffffbff9ce templated XPath::NodeSet on string_type 2005-08-16 14:17:22 +00:00
jez_higgins
4014643f71 Binned out DOM/Simple/StringAdaptor.h - it hasn't been used for ages, because
everything uses SAX/helpers/StringAdaptor.h
Binned out SAX/helpers/StringAdaptor.h - moved it to Utils/StringAdaptor.h and
changed namespace from SAX to Arabica.
2005-08-15 21:09:13 +00:00
jez_higgins
ef04cc6407 *** empty log message *** 2005-08-15 13:13:46 +00:00
jez_higgins
286e46bb77 *** empty log message *** 2005-08-15 09:20:41 +00:00
jez_higgins
c78d918bce saxmsxml2.h 2005-08-15 09:05:56 +00:00
jez_higgins
34d6d811b5 clean ups for gcc warnings 2005-08-11 12:13:13 +00:00
jez_higgins
3a5dcaf8ef *** empty log message *** 2005-08-09 15:46:01 +00:00
jez_higgins
dbebcb8e49 silence gcc warnings 2005-08-09 15:27:55 +00:00
jez_higgins
01d697c3f6 minor tweaks to silence gcc warnings 2005-08-08 05:41:43 +00:00
jez_higgins
5b5cb43696 Moved SAX2DOM_test into test subdirectory 2005-08-07 20:45:21 +00:00
jez_higgins
b515ec10a7 fixes to silence gcc warnings 2005-08-07 20:16:02 +00:00
jez_higgins
6f809ffd3a gcc portability fixes 2005-08-05 21:02:24 +00:00
jez_higgins
b99428d391 added XPath source 2005-08-04 21:26:06 +00:00
jez_higgins
02bbe4c6e6 fixes to namespace processing 2005-08-02 10:59:34 +00:00
jez_higgins
05a97aab88 gcc 3.4.3 compatibility fixes 2005-08-01 10:21:44 +00:00
jez_higgins
4249ede14d compliance fixes 2005-07-21 10:58:12 +00:00
jez_higgins
50afeee69a *** empty log message *** 2005-07-20 20:47:31 +00:00
jez_higgins
883952238a update to build with latest VC7 and Spirit release 2005-07-20 20:45:56 +00:00
jez_higgins
29778b3345 *** empty log message *** 2005-04-08 16:02:31 +00:00
jez_higgins
615a83cc37 Added optional encoding to XML declaration 2005-04-08 11:25:16 +00:00
jez_higgins
7fc5cea45e Updating to build with gcc 3.4.2 2004-09-14 20:51:36 +00:00
jez_higgins
7633b08d00 Added newline.
Fixed signed/unsigned comparison, but actually need to remove implicit
basic_string dependencies
2004-09-11 10:17:27 +00:00
jez_higgins
aa2c7837e1 gcc 3.4.1/3.4.2 fixes 2004-09-11 10:11:03 +00:00
jez_higgins
c1102f4280 updated for OSX/Darwin 2004-09-10 21:04:03 +00:00
jez_higgins
008572a73a Removed assert
it was confusing gcc 3.3 which is the out of hte box compiler for oSX and Darwin
2004-09-10 20:53:59 +00:00
jez_higgins
e50959e091 Fixed bug arising when the new base path didn't end with a / 2004-06-28 21:22:29 +00:00
jez_higgins
c00cad9606 removed ARABICA_NO_WCHAR_T symbol from ArabicaConfig.S command line 2004-05-27 11:53:07 +00:00
jez_higgins
140c460006 Fixed for absolute path, but no scheme 2004-05-27 11:48:14 +00:00
jez_higgins
14c055bd28 Now compiles :) 2004-05-27 09:23:12 +00:00
jez_higgins
59575108e2 Added stringT and value_type typedefs into default_string_adaptor<std::*> 2004-05-27 09:19:51 +00:00
jez_higgins
0a9b0bb86a Filled out absolutise 2004-05-27 08:28:26 +00:00
jez_higgins
57c6d814ce added XMLBase support 2004-05-12 19:40:20 +00:00
jez_higgins
ad69b4658e *** empty log message *** 2004-05-12 19:36:51 +00:00
jez_higgins
e3e756e6c2 make sure declHandler_ is null initialised 2004-05-12 19:35:53 +00:00
jez_higgins
65cb3ef835 *** empty log message *** 2004-02-24 16:09:17 +00:00
jez_higgins
ab3cf245e4 VS.NET workaround 2004-02-24 16:07:09 +00:00
jez_higgins
17090b3b55 writes internal DTD subset 2004-02-24 16:04:40 +00:00
jez_higgins
67e16e5190 *** empty log message *** 2004-02-24 11:32:40 +00:00
jez_higgins
1dfd447d23 Correct copy constructor and operator= 2004-02-24 11:22:19 +00:00
jez_higgins
57e03092cf Corrected fatalError - it now throws a SAXParseException 2004-02-24 10:40:19 +00:00
jez_higgins
5a339ca613 ErrorHandler callbacks should be able to thrown exceptions. However, exceptions
cannot propagate through the COM boundary.  ErrorHandlerAdaptor now caches
reported errors until the parse has completed, then reports them to
ErrorHandler afterwards.  This ensures that throw exceptions propogate as expected.
2004-02-24 09:52:18 +00:00
jez_higgins
cf1ad6d8eb *** empty log message *** 2004-01-28 17:06:39 +00:00
jez_higgins
3032a34a39 Now prints DTD declaration and internal subset. 2004-01-28 17:05:19 +00:00
jez_higgins
519f44c7a8 added ignorableWhitespace 2004-01-26 23:21:30 +00:00