Commit graph

86 commits

Author SHA1 Message Date
jez_higgins
4ab8c2dca7 *** empty log message *** 2005-11-09 21:13:22 +00:00
jez_higgins
eb3005637f get it - partly broken 2005-09-28 20:02:00 +00:00
jez_higgins
e8a40853c0 reverted previous bit of test code :) 2005-08-22 15:03:41 +00:00
jez_higgins
df816c1b05 parameterised XPath class 2005-08-16 20:59:04 +00:00
jez_higgins
7f53e6cba4 parameterised XPathExpression, UnaryExpression and BinaryExpression 2005-08-16 16:04:24 +00:00
jez_higgins
a71eb0345f parameterised XPathValue and XPathValuePtr 2005-08-16 15:29:02 +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
6f3fcf8a8a told VC7 not to bother with warning 4180 2005-08-11 21:45:24 +00:00
jez_higgins
610ef5d477 *** empty log message *** 2005-08-09 10:30:42 +00:00
jez_higgins
5b5cb43696 Moved SAX2DOM_test into test subdirectory 2005-08-07 20:45:21 +00:00
jez_higgins
e7451ff9c1 *** empty log message *** 2005-08-05 08:48:17 +00:00
jez_higgins
50f169b1c7 added new failing test 2005-08-02 11:00:35 +00:00
jez_higgins
29778b3345 *** empty log message *** 2005-04-08 16:02:31 +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
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
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
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
cd4829163d *** empty log message *** 2004-05-27 08:28:43 +00:00
jez_higgins
3110715864 beefed up error reporting a bit 2004-05-12 19:38:54 +00:00
jez_higgins
67e16e5190 *** empty log message *** 2004-02-24 11:32:40 +00:00
jez_higgins
9bff72c42a Used DefaultHandler::fatalError and catch thrown exception 2004-02-24 09:49:22 +00:00
jez_higgins
8e9d4d6ea7 *** empty log message *** 2004-02-23 14:21:07 +00:00
jez_higgins
2f6adc43be *** empty log message *** 2004-01-26 23:20:08 +00:00
jez_higgins
122142c25d Moved to VS2003. Annoyingly, all this seems to do is bump the version
number.
2004-01-04 21:05:08 +00:00
jez_higgins
78c3ddc505 Use CatchErrorHandler to report errors 2003-10-29 15:52:28 +00:00
jez_higgins
b7d79f2144 Use CatchErrorHandler.h to report errors 2003-10-29 15:51:55 +00:00
jez_higgins
bf2c892506 Added option to read from and write to files as well as console. This allows
transcode to process binary files properly - eg to Base64 an image.
2003-10-27 15:44:32 +00:00
jez_higgins
182cc06058 Portability fixes 2003-10-08 14:22:20 +00:00
jez_higgins
7d9a07ff85 *** empty log message *** 2003-10-08 07:55:38 +00:00
jez_higgins
84b93c75c9 added ifdefs so we can build with ARABICA_NO_WCHAR_T 2003-10-03 05:56:26 +00:00
jez_higgins
5075dc5b7a *** empty log message *** 2003-09-22 14:43:41 +00:00
jez_higgins
be44ac6302 *** empty log message *** 2003-09-18 08:25:27 +00:00
jez_higgins
1c1ff5ab96 *** empty log message *** 2003-09-15 16:07:35 +00:00
jez_higgins
927feee5d1 *** empty log message *** 2003-09-14 21:50:56 +00:00
jez_higgins
73b6ec0402 *** empty log message *** 2003-09-12 21:19:17 +00:00
jez_higgins
bb927066bf Moved Utils/* into Arabica namespace 2003-09-11 14:05:18 +00:00
jez_higgins
d19f187414 *** empty log message *** 2003-09-10 15:27:46 +00:00
jez_higgins
7253aa69eb *** empty log message *** 2003-09-10 15:16:07 +00:00
jez_higgins
9c937a5ac9 VS6 Portability fixes 2003-09-10 15:15:55 +00:00
jez_higgins
b70f4ec1c4 *** empty log message *** 2003-09-10 13:34:10 +00:00
jez_higgins
e0fd14906d *** empty log message *** 2003-09-10 11:01:47 +00:00
jez_higgins
1984e09c68 Reworked Makefiles again 2003-09-10 08:48:31 +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
80a16c347c Tweaks to build with gcc 3.2.3 on Linux 2003-09-09 09:25:42 +00:00