Commit graph

567 commits

Author SHA1 Message Date
jez
febb67170c sync with cvs tree 2006-08-04 09:51:48 +00:00
jez
0200ed6e70 fixed warning 2006-08-04 09:51:03 +00:00
jez
205fd30cf0 don't blow up when parsing DTDs 2006-08-04 09:49:58 +00:00
jez
56b1aff551 2006-08-01 20:34:34 +00:00
jez
5109712aea Removed another inner_node_d 2006-08-01 20:34:13 +00:00
jez
f85d3f79c0 PrimaryExpr - replaced use of inner_node_d with two discard_node_d. This
appears to be a regression in Boost 1.33.1, because it worked in Boost 1.32.  
Might be it was wrong before and has now been fixed and my usage was incorrect.
2006-08-01 18:02:19 +00:00
jez
875bfe4a58 2006-07-31 21:51:49 +00:00
jez_higgins
d5af0e27b1 off we go 2006-07-19 21:57:53 +00:00
jez_higgins
b2520179b2 fixes so dom_test_ss builds
no idea how I missed this before
2006-07-18 21:02:14 +00:00
jez_higgins
1b4510fd9d *** empty log message *** 2006-07-14 10:09:14 +00:00
jez_higgins
71bac03b49 fixed translate function, tests now pass 2006-07-13 21:03:00 +00:00
jez_higgins
e894e03c89 Fixed normalize-space function for arbitrary string types. Convert the string to UTF8, normalise, convert back to whatever. Not the world's most efficent, I guess, but I can't think of a better alternative right now. 2006-07-13 20:47:51 +00:00
jez_higgins
167f36ec74 updated for latest string_adaptor - not sure how this was missed before 2006-07-13 20:45:12 +00:00
jez_higgins
e7fdb6e546 made *Handler member functions public rather than private. Thanks to Isak Johnsson for pointing this out 2006-06-27 09:37:11 +00:00
jez_higgins
65bcac5d31 Test for predicate evaluation bug
http://www.jezuk.co.uk/cgi-bin/view/arabica/news?id=2883
2006-06-23 22:53:07 +00:00
jez_higgins
5caf17b989 Fixed for predicate evaluation bug
see http://www.jezuk.co.uk/cgi-bin/view/arabica/news?id=2883
2006-06-23 22:51:30 +00:00
jez_higgins
625c7141e1 vc6 compatibility fixes 2006-06-08 09:51:18 +00:00
jez_higgins
c1a9672d3a took codecvt_specialisation.cpp out of the build 2006-05-23 18:25:44 +00:00
jez_higgins
792c7f8017 ignore the executables 2006-05-19 22:24:30 +00:00
jez_higgins
8e928f74a5 codecvt_specialisations.cpp isn't needed any more - it's all in the header 2006-05-19 22:13:35 +00:00
jez_higgins
fd5531985e fixes to build with gcc 3.3 on GNU Darwin 2006-05-19 21:27:35 +00:00
jez_higgins
76a6dd8d45 exclude from build if now wchar_t 2006-05-19 21:15:05 +00:00
jez_higgins
8148a0aa46 *** empty log message *** 2006-05-19 18:48:17 +00:00
jez_higgins
c72f2ffd1e added static id member 2006-05-19 18:46:43 +00:00
jez_higgins
6840c7b88d moved definitions inline 2006-05-05 13:19:47 +00:00
jez_higgins
23626b6748 *** empty log message *** 2006-05-01 21:06:26 +00:00
jez_higgins
77d35fe71e turn off warnings about long doubles 2006-05-01 20:59:41 +00:00
jez_higgins
0ec2439e9c fixed settings so it builds - not sure how I managed to get set it not to 2006-05-01 20:42:36 +00:00
jez_higgins
7371da6bd1 use MSXML 2006-05-01 20:40:42 +00:00
jez_higgins
051aba3d75 added default string adaptor parameter where sensible 2006-04-26 18:03:11 +00:00
jez_higgins
0a3ccc297b whipped out redundant comment 2006-04-24 20:34:05 +00:00
jez_higgins
5e6d988bbb vs6 fix 2006-03-23 10:55:32 +00:00
jez_higgins
6eb8335603 gcc 4.1.0 conformance fix 2006-03-06 22:55:52 +00:00
jez_higgins
54a75bfcdd path seperator changes, requested by Isak Johnsson, isak@hypergene.com 2006-01-27 11:05:41 +00:00
jez_higgins
09fe28158f added tests for XSLT attribute value tests 2006-01-12 14:35:59 +00:00
jez_higgins
374a31a45a oops, left in some debug stuff 2006-01-12 14:34:57 +00:00
jez_higgins
ad7e7923e2 extended to support XSLT attribute value templates 2006-01-12 14:22:25 +00:00
jez_higgins
ef383c5dbc correct SelfSelect 2006-01-10 15:05:44 +00:00
jez_higgins
ecd8ae7edc *** empty log message *** 2006-01-09 11:00:29 +00:00
jez_higgins
f693ee28fa *** empty log message *** 2006-01-05 17:39:53 +00:00
jez_higgins
655a906071 gcc4 fixes 2006-01-05 16:30:31 +00:00
jez_higgins
16a95885ca lots of XSLT compilation and matching tests 2006-01-05 16:28:19 +00:00
jez_higgins
648a89dd9d everything compiled, but to the wrong thing. now compiles to the correct thing, at least as far as my current tests go 2006-01-05 16:25:30 +00:00
jez_higgins
93ebae8f14 added NotAttributeNodeTest 2006-01-05 16:24:11 +00:00
jez_higgins
f07e022936 now compiles compound XSLT patterns of the form test1|test2|test3 ... |testN. that's them all done. I love Spirit 2006-01-05 10:50:01 +00:00
jez_higgins
211ae3d2b5 getAxis now calls itself when it encounters an AxisSpecifier. both switches have been combined as a result, and more XSLT patterns compile without further work 2006-01-04 16:48:23 +00:00
jez_higgins
aa4be03ea0 MinGW patches from Cromwell Enage, spanage@yahoo.com 2006-01-04 10:29:24 +00:00
jez_higgins
54d4ce66f8 for some reason BOOL is now an ambiguous symbol 2005-12-22 00:10:03 +00:00
jez_higgins
1ed2ea7ee8 compiling more XSLT patterns 2005-12-22 00:02:48 +00:00
jez_higgins
409e86f42e added AttributeNodeTest - needed for XSLT patterns 2005-12-21 23:59:43 +00:00