jez_higgins
167f36ec74
updated for latest string_adaptor - not sure how this was missed before
2006-07-13 20:45:12 +00:00
jez_higgins
625c7141e1
vc6 compatibility fixes
2006-06-08 09:51:18 +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
372fd70d82
Knocked out a load of std::string assumptions, fixing string parameterisation bugs
2005-11-15 16:18:03 +00:00
jez_higgins
37e114a49d
phew!
2005-10-03 12:40:44 +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
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
e50959e091
Fixed bug arising when the new base path didn't end with a /
2004-06-28 21:22:29 +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
ad69b4658e
*** empty log message ***
2004-05-12 19:36:51 +00:00
jez_higgins
ab3cf245e4
VS.NET workaround
2004-02-24 16:07:09 +00:00
jez_higgins
57e03092cf
Corrected fatalError - it now throws a SAXParseException
2004-02-24 10:40:19 +00:00
jez_higgins
2f6adc43be
*** empty log message ***
2004-01-26 23:20:08 +00:00
jez_higgins
1be3c72414
*** empty log message ***
2003-12-07 15:27:43 +00:00
jez_higgins
da1c63ea28
s/xmlns_uri/xml_uri/
...
add xmlns_uri
this is the start of work to support Namespaces 1.1 (which I may not actually
finish)
2003-11-10 10:45:23 +00:00
jez_higgins
6256a38fa4
VS6 fixes
2003-10-29 16:20:07 +00:00
jez_higgins
df3d61ce71
An ErrorHandler implementation that grabs hold of any errors reported, so
...
you can check later to see if anything happened.
2003-10-29 15:51:21 +00:00
jez_higgins
de3fd21d0b
*** empty log message ***
2003-10-08 14:39:43 +00:00
jez_higgins
5064d9c19c
*** empty log message ***
2003-09-17 11:08:31 +00:00
jez_higgins
92a1bf27b9
s/int/size_t
2003-09-15 13:09:57 +00:00
jez_higgins
4e7e47a6de
applied Philip Walford's patches
2003-09-12 14:09:13 +00:00
jez_higgins
bb927066bf
Moved Utils/* into Arabica namespace
2003-09-11 14:05:18 +00:00
jez_higgins
10668086f8
cosmetic include guard changes
2003-09-11 10:26:53 +00:00
jez_higgins
ad5c42953c
more wchar_t exclusion hackery
2003-09-09 13:09:48 +00:00
jez_higgins
56408bdce2
Added ArabicaConfig.h
2003-09-09 11:14:48 +00:00
jez_higgins
14abddb442
minor fixes to build on Linux with gcc3.2.2 and libstdc++
2003-09-08 16:03:57 +00:00
jez_higgins
4eac7fd788
*** empty log message ***
2003-09-08 15:15:05 +00:00
jez_higgins
bfe865d85e
Added typename
2003-09-08 15:13:54 +00:00
jez_higgins
9329ac47ca
added #ifndef ARABICA_NO_WCHAR_T around typedefs using wchar_t or std::wstring
2003-09-08 14:14:43 +00:00
jez_higgins
b909c6cad5
*** empty log message ***
2003-09-02 11:23:52 +00:00
jez_higgins
b2e29e67ac
*** empty log message ***
2003-08-29 21:09:00 +00:00
jez_higgins
e0dc6f0cca
ErrorHandler and wide string corrections
2003-08-27 14:27:49 +00:00
jez_higgins
ccba54460b
Errorhandler corrections
2003-08-27 14:27:04 +00:00
jez_higgins
2304018b6f
minor makefile changes
2003-04-03 14:01:44 +00:00
jez_higgins
fce9d3643f
Corrected MSC_VER ifdefs for VC++.Net
2003-03-20 16:31:40 +00:00
complement
48124bd5ab
fix typename problem
2002-11-23 20:10:46 +00:00
complement
08140e1876
ignore generated files
2002-11-23 19:59:57 +00:00
pwalford
c3b07a86f6
Backing-out changes. Sorry, should have been on branch.
2002-10-08 04:37:14 +00:00
pwalford
f4c48fb092
Porting to GCC 2.95.
...
Changes are required for the old version of libg++ which does not support:
* std::wstring
* locale
Changes include:
* #if/#endif removal of code which won't compile.
* Addition of a xerces_string_adaptor which doesn't need locale.
2002-10-08 03:09:56 +00:00
pwalford
34cba250a6
Fixes to the following issues:
...
* Mis-capitalised parameter names.
* Un-named parameters.
* Use of SAXException by ErrorHandler (SAX 2.0 API uses SAXParseException
here).
2002-10-08 02:49:59 +00:00
pwalford
481a59a813
Fixes:
...
* References to DTDHandler and ContentHandler changed to DTDHandlerT and
ContentHandlerT. (They were referencing the std::string versions.)
2002-10-08 02:49:27 +00:00
pwalford
55227f742c
Changes:
...
* Addition of other SAX 2.0 defined feature names.
* Addition of documentation.
2002-10-08 02:48:22 +00:00
pwalford
c13a04b386
Fixed errors in documentation. Fixed:
...
* "null" where "an empty string" was appropriate
* mis-spellings of parameters.
* cut-and-paste mistakes.
2002-10-08 01:00:22 +00:00
jez_higgins
1282e95604
*** empty log message ***
2002-09-20 10:13:00 +00:00
jez_higgins
7a016ee96c
made implicit typenames explicit
2002-09-20 10:06:31 +00:00
jez_higgins
a993bc42c4
Include SAXNotRecognizedException
...
Fix by nick.woolley@virgin.net
2002-09-03 13:21:40 +00:00