jez_higgins
2563eee75c
added DualMode
2005-12-06 11:20:42 +00:00
jez_higgins
80617d400a
increased buffer sizes
2005-12-02 17:04:56 +00:00
jez_higgins
a6be9bb5ad
gcc 4.0 (and Standard in general) compatibility fix
...
from Isak Johnsson <isak@hypergene.com>
2005-11-23 10:45:27 +00:00
jez_higgins
1f0a08f25d
fixed completed mindo in badIndex
2005-11-21 09:53:59 +00:00
jez_higgins
3f74d5b50e
string_adaptor fixes
2005-11-17 22:06:12 +00:00
jez_higgins
a975b7f08a
Fixed attribute handling in the face of namespaced attributes
2005-11-17 15:45:59 +00:00
jez_higgins
464de99172
string_adaptor fixes
2005-11-17 12:45:49 +00:00
jez_higgins
372fd70d82
Knocked out a load of std::string assumptions, fixing string parameterisation bugs
2005-11-15 16:18:03 +00:00
jez_higgins
4ab8c2dca7
*** empty log message ***
2005-11-09 21:13:22 +00:00
craigp98072
3f48a78dba
various fixes to placate gcc 4.0.2 compiler
...
(mostly adding typenames and templates, changing std::bad_cast to std::runtime_error)
2005-10-22 03:17:39 +00:00
jez_higgins
382a92a613
updated for new string_adaptor
2005-10-15 22:43:11 +00:00
jez_higgins
37e114a49d
phew!
2005-10-03 12:40:44 +00:00
jez_higgins
5c455f543f
Ensure xmlInitParser is called once, before anything else happens.
2005-10-03 08:48:19 +00:00
jez_higgins
eb3005637f
get it - partly broken
2005-09-28 20:02:00 +00:00
jez_higgins
a07a9521e0
fixed rules - typos
2005-08-23 19:55:06 +00:00
jez_higgins
0670677ce2
moved several classes into impl namespace
2005-08-22 15:04:27 +00:00
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