jez
caebe3f63e
moved codecvt facets into convert subdirectory
2007-09-10 16:21:31 +00:00
jez
77c2d74398
more template parameter malarkey
2007-09-06 09:04:01 +00:00
jez
a76b137b60
removed basic_ prefixes from SAX classes, removed typedefs
2007-09-05 12:57:07 +00:00
jez
7d46f6f4e2
Moved DOM:: into Arabica::DOM::
2007-09-05 11:47:13 +00:00
jez
a6c116acd6
moved SAX:: into Arabica::SAX::
2007-09-05 09:49:18 +00:00
jez
7cf3897061
renamed all .h to .hpp
2007-09-04 22:55:47 +00:00
jez
bfac77736e
corrected VS warnings
2007-08-31 10:59:50 +00:00
jez
f1274df9ac
removed commented out code
2007-08-28 01:56:58 +00:00
jez
e5f61a5a44
corrected dependencies
2007-08-27 23:15:23 +00:00
jez
59dee666d8
merged with mangle-dev branch
2007-07-19 16:58:57 +00:00
jez
968127deb0
garden fixes
2007-06-18 12:01:47 +00:00
jez
dc5070db07
added --without-dom option to configure
2006-09-19 10:42:00 +00:00
jez
30c53656b8
made building XPath stuff conditional on availability of Boost
2006-09-13 21:55:51 +00:00
jez
ecf4f74304
sept 2006 release
2006-09-12 21:21:48 +00:00
jez
5399a7ca81
updated Makefiles for new source layout
2006-08-09 09:19:53 +00:00
jez
69b11a256c
removed ancient C++Builder build files. maybe when the new Turbo C++ comes out I can add something up-to-date back in. I hope so, because I loved Turbo C++ and Borland C++, hope the new ones rock like they did.
2006-08-08 21:47:07 +00:00
jez
95e07c4b13
corrected build files for now source layout
2006-08-08 21:43:28 +00:00
jez
38d9ad2524
updated solution and project files for new directory structure
2006-08-08 10:30:59 +00:00
jez
fce1ba265a
removed .cvsignores left over from CVS migration
2006-08-04 20:11:00 +00:00
jez
5c7a8b44b9
work with Nodes rather than elements
2006-08-04 09:53:06 +00:00
jez
875bfe4a58
2006-07-31 21:51:49 +00:00
jez_higgins
1b4510fd9d
*** empty log message ***
2006-07-14 10:09:14 +00:00
jez_higgins
f693ee28fa
*** empty log message ***
2006-01-05 17:39:53 +00:00
jez_higgins
aa4be03ea0
MinGW patches from Cromwell Enage, spanage@yahoo.com
2006-01-04 10:29:24 +00:00
jez_higgins
77e654d41b
Cygwin fixes
2005-11-28 12:39:13 +00:00
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