Commit graph

1598 commits

Author SHA1 Message Date
Jez Higgins
afcddb0175 Correct ArabciaConfig path 2012-11-01 22:39:12 +00:00
Jez Higgins
f94045bc38 Moved CMake files into subdir 2012-11-01 22:35:09 +00:00
Jez Higgins
2200a80a00 Added CMake build files contributed by Gunther Laure 2012-11-01 22:12:55 +00:00
Jez Higgins
9959e54a02 Minor DOM non-conformance in Attr.getSpecified
Can't fix this as the information is not available through SAX.  I
haven't ever used getSpecified, and I'm willing to bet that only a
handful of people ever have anywhere ever.
2012-09-16 15:54:35 +01:00
Jez Higgins
c706df5fdc Silence a new VS2012 warning 2012-09-15 10:20:06 +01:00
Jez Higgins
7b29f0a09d Project files for VS 2012 2012-09-15 10:19:56 +01:00
Jez Higgins
2f88819306 Expand entity references in the DOM 2012-09-14 19:44:29 +01:00
Jez Higgins
6d07f4a42d Add tests back into solution 2012-09-14 18:20:33 +01:00
Jez Higgins
770f04e0e8 Corrected circular dependencies 2012-09-14 16:56:47 +01:00
Jez Higgins
45268963bd getLineNumber/getColumnNumber now return size_t
Changed from int - underlying libraries are moving to large sizes
2012-09-14 16:54:51 +01:00
Jez Higgins
d76e60cce5 Add this-> 2012-09-14 11:22:21 +01:00
Jez Higgins
0d04986974 ignore .o 2012-09-14 11:13:13 +01:00
Jez Higgins
2f49994b09 Deal properly with the [dtd] pseudo-entity
Some parsers report the [dtd] pseudo entity through the LexicalHandler.
Arabica was incorrectly trying to create an Entity Reference for it.
2012-09-14 11:12:50 +01:00
Jez Higgins
0c37303b50 On Windows look for Xerces v3, rather than 2. 2012-09-14 11:11:43 +01:00
Jez Higgins
7fdcd309df Added ARABICA_ prefix to parser selection macros 2012-09-14 11:11:11 +01:00
Jez Higgins
eea670e2b6 Fiz for 64bit Xerces provided by oncaphillis@snafu.de 2012-09-13 19:04:29 +01:00
Jez Higgins
a8233656c9 cp .bzrignore .gitignore 2012-09-13 19:03:55 +01:00
Jez Higgins
304ddc6124 Fix for gcc4.7 provided by oncaphillis@snafu.de 2012-09-07 19:50:16 +01:00
Jez Higgins
351a00059d Fix for 64bit Xerces provided by Oncaphillis@snafu.de 2012-09-07 19:49:43 +01:00
Jez Higgins
25c4a331ba Renamed 2012-09-07 19:35:55 +01:00
Jez Higgins
ff089388bb Renamed 2012-09-07 19:35:41 +01:00
Jez Higgins
8316f6d6c5 Updated 2012-09-07 19:32:42 +01:00
Jez Higgins
b87ccdef11 Updated readme 2012-09-07 19:31:16 +01:00
Jez Higgins
5e94d05f28 Updated garden (after many years) so that it compiles. 2012-09-07 09:32:04 +01:00
Jez Higgins
3d4899032f Merge branch 'master' of github.com:jezhiggins/arabica 2012-09-06 23:48:37 +01:00
Jez Higgins
7d8d5a1090 Initial commit 2012-09-06 14:04:50 -07:00
Jez Higgins
5e6cc173b3 Added -D NO_BOOST to release config 2012-05-22 16:27:41 +01:00
jez
90d382b642 Added XML_PARSE_NOENT to see if it helps 2012-03-31 22:26:12 +01:00
Jez Higgins
0316f7ace8 Trying to get entity resolution going in Libxml2 2011-12-16 17:40:06 +00:00
Jez Higgins
3b54b7482a Fixed includes for DOMException - all this time they'd been wrong :( 2011-11-26 09:19:56 +00:00
jez
deca6907e1 Massage ArabicaConfig.hpp so all macros are prefixed ARABICA_ 2011-11-25 23:26:39 +00:00
jez
fb21a413e5 Updated taggle test for new Writer 2011-11-25 21:45:55 +00:00
jez
979ed035b4 Applied patch to Writer supplied by Gareth Sylvester-Bradley <garethsb@gmail.com>. Implements empty elements, and outputs namespace prefixes properly 2011-11-25 21:20:34 +00:00
jez
72bfe7a883 Add PARSER_LIBS into link 2011-11-25 18:47:54 +00:00
jez
148596b694 Use AC_LANG_PROGRAM to silence warnings 2011-11-25 14:17:36 +00:00
jez
1f22af47d1 added a skip 2011-01-08 19:57:28 +00:00
jez
1e77801b9d added a couple of skips 2011-01-02 18:18:28 +00:00
jez
247b2170a0 if no namespace, assume in the XSL namespace 2011-01-01 22:58:29 +00:00
jez
45adaf53d2 don't skip the results of hte dom tests now that they're all passing 2010-12-29 16:17:57 +00:00
jez
d4fb2dcdda Updated wording on DOM conformance test suite 2010-12-29 15:55:03 +00:00
jez
90d6726d1b skip if no external DTD 2010-12-29 15:53:47 +00:00
jez
e4fd3c8239 If node doesn't belong to this element, complain 2010-12-29 15:41:56 +00:00
jez
90156036c0 return oldChild not newChild when replacing with a docfragment 2010-12-29 00:11:20 +00:00
jez
6c749609c0 recalculate value if child nodes are fiddled with 2010-12-29 00:10:05 +00:00
jez
a71a89e918 calculate proper node value when it has entity ref children 2010-12-27 13:43:39 +00:00
jez
6dd167b363 factored out attribute node value 2010-12-27 13:35:40 +00:00
jez
d7b9375eba rejigged overrides 2010-12-27 13:06:18 +00:00
jez
16463bbd83 pop exception if trying to remove an item that doesn\'t exist. yay\! 2010-12-27 00:27:57 +00:00
jez
647de72862 skip if no external DTD 2010-12-27 00:18:02 +00:00
jez
7e22f79e71 more skips when no external DTD 2010-12-27 00:03:41 +00:00