Commit graph

1297 commits

Author SHA1 Message Date
jez
ff61aec7fb Added DOM Level 1 Core conformance tests, derived from W3C DOM Conf tests 2010-12-09 11:34:15 +00:00
jez
6bd91d9abe Silence warning 4244 - loss of precision 2010-12-09 10:54:46 +00:00
Jez Higgins
99823ee8b5 Qualified sputc,setg,setp calls so compiles with clang++. Thanks Isak Johnsson 2010-11-20 14:39:06 +00:00
Jez Higgins
1d506be500 added vs7 and vs8 dirs back into dist 2010-10-23 00:16:43 +01:00
jez
cd1112c14c Added seperate project for CppUnit. Made sure builds don't generate warnings 2010-10-22 20:49:20 +01:00
jez
fa622c922f fixing project files to silence warnings 2010-10-22 20:06:27 +01:00
jez
682301c895 Added back vs7 and vs8 dirs, with explanatory readmes 2010-10-22 20:05:00 +01:00
jez
2e7016ca0f Removed vs7 and vs8 project files from the distribution. I no longer have tools or will to maintain and verify them. 2010-10-22 10:32:12 +01:00
jez
af44166e99 Silence unused variable warning 2010-10-22 10:32:03 +01:00
jez
f54cd699d5 Make MSXML the default parser on Windows 2010-10-22 10:31:29 +01:00
Jez Higgins
8b239dbecf set version to 2010-November. added vs10 into dist package 2010-10-21 23:50:31 +01:00
Jez Higgins
8f3b621410 Added new include file into distribution 2010-10-09 23:52:16 +01:00
Jez Higgins
bdfea4d29b Skip XSLTFunctions_DocumentInUnion because order of nodes from different documents is not defined. In mangle's case even consistent, so this test some times passed and some times fails 2010-10-09 23:27:12 +01:00
Jez Higgins
144fb9a6d6 Disallow variable references in xsl:key match and use expressions 2010-10-09 23:10:35 +01:00
Jez Higgins
ffec8d53b9 Modified XPath parser/compiler so that we can disallow variables at compile time 2010-10-09 22:29:13 +01:00
Jez Higgins
c2d1e42c20 Modified XPath parser/compiler so that we can disallow variables at compile time 2010-10-09 22:04:56 +01:00
Jez Higgins
332fa8cb27 Skip one of the errors tests, because actually running it is ok. 2010-10-09 22:04:23 +01:00
Jez Higgins
f8d7701f12 Named templates now take precedence into account - templates with higher precedence are discarded 2010-10-07 22:48:03 +01:00
Jez Higgins
3beed1d092 Verify that qNames used in the stylesheet (for template names and what not) have prefixes which are actually bound 2010-10-06 22:37:01 +01:00
Jez Higgins
8660ae4318 Updated expected fails - some of the Xalan namespace tests are looking for discretionary behaviour of recovering and continuing. I've opted (like MSXML and Saxon) to bail 2010-10-05 09:50:06 +01:00
Jez Higgins
981fd4e9e3 Failed if namespace was explicitly given as empty. Fixed 2010-10-05 09:39:58 +01:00
Jez Higgins
ccc4836fd7 Allow and ignore attributes in foreign namespaces 2010-10-05 09:39:05 +01:00
Jez Higgins
944e075488 Changed a couple of tests to skip - the XML namespace is bound to the wrong prefix, which only MSXML seems to accept without warning 2010-10-04 23:44:08 +01:00
Jez Higgins
eda354be6d Correctly implement the xsl:sort option attributes as attr-value-templates. Validate values *after* evaulated AVT, not before. Doh 2010-10-04 22:18:39 +01:00
jez
d322e15038 Explicitly compare pointer to zero to silence a rather pointless VS warning 2010-10-04 12:14:04 +01:00
jez
c1b21c0790 Explicitly compare pointer to zero to silence a rather pointless VS warning 2010-10-04 12:08:33 +01:00
Jez Higgins
d28849dc48 Finally sorted out the attributes and their namespaces issues. hurrah 2010-10-03 16:08:54 +01:00
Jez Higgins
1bad5c72a3 For some reason I don't remember and can't understand, I'd defined silly_string's operator< as returning an int rather than a bool 2010-10-03 16:08:15 +01:00
Jez Higgins
8f41a01b88 Fix for non-std::string classes 2010-08-20 21:32:22 +01:00
Jez Higgins
3eb404dcd9 Updated for Xerces changes 2010-08-20 21:31:55 +01:00
Jez Higgins
abaaaf4cc4 Generate a namespace prefix for unprefixed attributes in namespaces. It's a start, but needs to check for clashes. I also wonder if there are cases when I need to generate them for elements too. Hmmm 2010-07-14 22:36:05 +01:00
jez
7080c5049e finished up the test cases. now to get them to work 2010-07-14 10:04:34 +01:00
jez
7e8752fe30 Getting DOM operator<< to work with other strings 2010-07-14 09:08:46 +01:00
jez
7ec41194ac at long last, pulled out cppunit inot a seperate project 2010-06-02 10:35:36 +01:00
jez
6d9639d565 ignores 2010-05-21 09:58:29 +01:00
jez
94b834ff30 Sorted out exception handling in MSXML ContentHandler wrapper so that it no longer corrupts the stack 2010-05-21 09:56:18 +01:00
jez
b8ea5e1f64 more ignores 2010-05-19 20:23:14 +01:00
jez
a1ed87da31 fix segfault using MSXML 2010-05-19 20:22:22 +01:00
jez
4e7340caff VS2010/VS10 solution files 2010-05-19 20:21:51 +01:00
jez
a856f2ed7b fix so vs10 compiles without complaining 2010-05-19 20:19:31 +01:00
jez
4a79db620c whitespace changes 2010-05-19 20:18:49 +01:00
Jez Higgins
04754750c5 fixed initialisation order warnings 2010-02-21 22:29:06 +00:00
Jez Higgins
94a28f07f8 filled out element-available implementation 2010-02-21 22:14:04 +00:00
Jez Higgins
ade1285c4a extend_extend03 now compiles 2010-02-21 21:37:37 +00:00
Jez Higgins
44b5d6ed3a whipped up a quick do-nothing (ie broken) implementation of element-available 2010-02-21 18:35:58 +00:00
Jez Higgins
53730337f7 Miscellaneous 84111 now runs 2010-02-20 23:53:31 +00:00
Jez Higgins
7977423180 fixed warning 2010-02-20 23:39:38 +00:00
Jez Higgins
bd9052e486 think I finally done function-available 2010-02-20 23:25:36 +00:00
Jez Higgins
a6dcdbd87f tests for std::map interface 2010-02-20 23:24:52 +00:00
Jez Higgins
3557ec2d37 simplified parseQName so you can pass in a std::map if you fancy 2010-02-20 23:24:31 +00:00