Commit graph

297 commits

Author SHA1 Message Date
jez_higgins
686056afeb *** empty log message *** 2005-07-15 22:51:57 +00:00
jez_higgins
4f63d8dcdf Fixed embarrassing bug in max 2005-07-04 13:23:24 +00:00
jez_higgins
e9a97584fc *** empty log message *** 2005-06-08 21:45:07 +00:00
jez_higgins
925803b5b9 *** empty log message *** 2005-06-06 21:00:56 +00:00
jez_higgins
3eaf5ea436 comment fix 2005-06-06 21:00:20 +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
6cd0039207 Sorted out to get rid of implicit cast warnings 2005-04-03 18:55:14 +00:00
jez_higgins
e846abff0c ignoreableWhitespace now labelled as whitespace not characters in output 2005-03-30 11:06:02 +00:00
jez_higgins
30c498678a Backport to VC6 2005-03-30 11:04:30 +00:00
jez_higgins
7f0224ffc1 VS6 workaround 2005-02-21 13:44:56 +00:00
jez_higgins
77f9fb1d31 *** empty log message *** 2005-02-21 13:34:11 +00:00
jez_higgins
b0210e2253 bug fix 2004-12-16 20:40:07 +00:00
jez_higgins
7b64c014a2 Fixed typo in EXESUFFIX 2004-11-16 21:08:43 +00:00
jez_higgins
d205ed74c0 throw specifier fix 2004-10-12 20:50:27 +00:00
jez_higgins
db5b61aea6 Scope fixes 2004-10-12 20:49:30 +00:00
jez_higgins
a79b0ce020 fixes so compiles with gcc 3.4.2 2004-09-20 19:45:51 +00:00
jez_higgins
def0b81ce2 Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
jez_higgins
7fc5cea45e Updating to build with gcc 3.4.2 2004-09-14 20:51:36 +00:00
jez_higgins
7d0d6d8cd5 Added using declarations so will build under gcc 3.4.2 2004-09-14 19:41:43 +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
41c97bfe4d *** empty log message *** 2004-09-10 21:18:31 +00:00
jez_higgins
e1c5db27fb Fixed to xmlbase sample 2004-09-10 21:17:36 +00:00
jez_higgins
c1102f4280 updated for OSX/Darwin 2004-09-10 21:04:03 +00:00
jez_higgins
48974a54c6 A copy of the OS X one 2004-09-10 20:57:43 +00:00
jez_higgins
dc021947f9 removed undefined entity 2004-09-10 20:54:56 +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
8875207274 Fix for incorrect hasAttributeURI
from Mark D Anderson, mda@discerning.net
with input of:

<stuff:Blah name="test" xmlns:stuff="http://stuff.org/"/>

the Attr object for name returns true for hasNamespaceURI(),
yet the value of getNamespaceURI() is the empty string.
This is inconsistent; an empty namespace is illegal.

For now I'm working around this by putting
   (!n.hasNamespaceURI() || n.getNamespaceURI().empty())
into my code.
2004-09-04 11:44:26 +00:00
jez_higgins
09c7a6376f *** empty log message *** 2004-06-28 21:41:30 +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
4096d5b57e Added example_XMLBase project 2004-05-27 11:54:36 +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
def15dfbbe Added xmlbase - a simple example that picks up xml:base attributes
and reports xlink:hrefs in a document
2004-05-27 11:50:57 +00:00
jez_higgins
d0994d8b46 *** empty log message *** 2004-05-27 11:50:11 +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
cd4829163d *** empty log message *** 2004-05-27 08:28:43 +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
3110715864 beefed up error reporting a bit 2004-05-12 19:38:54 +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
8712a4fb16 *** empty log message *** 2004-02-25 21:14:38 +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