Commit graph

1381 commits

Author SHA1 Message Date
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
jez
3c7aac4666 skip if not loading external DTD 2010-12-26 23:32:31 +00:00
jez
3536ce2413 s/c++/C++/ 2010-12-26 23:11:29 +00:00
jez
7d0c880508 added another couple of skips 2010-12-26 23:10:44 +00:00
jez
d45b5bbcb5 Check that inserted node isn't an ancestor of the new parent 2010-12-26 22:56:15 +00:00
jez
a8540e640a check ownerdocument of inserted node 2010-12-26 22:20:33 +00:00
jez
36af997d89 skip if external DTD not loaded 2010-12-24 23:05:10 +00:00
jez
56a3f9397f Check attribute names in setAttribute 2010-12-24 22:44:43 +00:00
jez
4d20439527 skip if no external DTD 2010-12-24 22:16:54 +00:00
jez
92090f6377 Checked element/attribute/pi names are valid 2010-12-24 22:00:49 +00:00
jez
968671c82d Checked element/attribute/pi names are valid 2010-12-24 21:42:30 +00:00
jez
5d572fef10 Whitespace changes 2010-12-24 21:42:06 +00:00
jez
6999f61599 Whitespace changes 2010-12-24 21:41:45 +00:00
jez
59ec067f96 Removed old CVS Id tag 2010-12-24 21:40:58 +00:00
Jez Higgins
e8753c80db silence unused parameter warning 2010-12-23 23:15:34 +00:00
Jez Higgins
8a9115fd53 Pulled out a couple of helper functions. Reworked CDATA output so it properly outputs wacky CDATA sections with ]]> in them. 2010-12-23 22:51:44 +00:00
Jez Higgins
2e1f279786 Added find(str, what, from) to the default_string_adaptor 2010-12-23 22:50:43 +00:00
jez
dbfcf1c41b fix output for CDATA sections that contain ]]> 2010-12-21 09:47:22 +00:00