Commit graph

715 commits

Author SHA1 Message Date
jez
59cf7db05e don't use aged tar format, as we have some long file names. turns out the more modern format crunches everything down more too. 2007-08-28 23:38:30 +00:00
jez
af17eb9209 no longer relevant 2007-08-28 23:37:29 +00:00
jez
2f28b7a88f fixed syntax error - worked on linux and cygwin, blew up on BSD 2007-08-28 23:33:35 +00:00
jez
464014d156 added filter tests 2007-08-28 12:47:50 +00:00
jez
8103580a5e added filter tests 2007-08-28 12:47:30 +00:00
jez
7380f5c609 sorted out paths, different release and debug library builds, and what not 2007-08-28 10:22:17 +00:00
jez
c2b889cf48 Release and debug versions now have different names - arabica.lib and arabica-debug.lib. Release and debug versions on the executables link to the appropriate version.
Sorted out lots of output paths, and other nonsense too.
2007-08-28 08:41:50 +00:00
jez
d407574c3f added XSLT test files to distribution 2007-08-28 01:57:56 +00:00
jez
f370e9277a corrected dependencies 2007-08-28 01:57:39 +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
13a5baae06 2007-08-27 02:42:08 +00:00
jez
04411f4cd9 Error in test data - correct namespace declaration 2007-08-27 01:42:22 +00:00
jez
9cd4752c00 Prevent hierarchy exception if the parser reports the DTD as a skipped entity 2007-08-26 23:12:49 +00:00
jez
cc1ad0ca24 got a couple of cases which now work 2007-08-25 12:35:36 +00:00
jez
1c78d6cadc Error in test data - namespace declaration didn't match stylesheet or expected output 2007-08-25 12:34:42 +00:00
jez
83c34592f3 2007-08-25 11:51:29 +00:00
jez
d2b66ca34f mdocs14 now passes 2007-08-25 10:09:38 +00:00
jez
ccde3a8404 pass through prefix mappings too, so we pick up the namespace declatations in included docs 2007-08-25 09:33:11 +00:00
jez
320344dfec set base URI correctly on included stylesheets, while also respecting xml:base (like Saxon, but not like msxml and xalan, ner ner) 2007-08-24 12:37:32 +00:00
jez
cb35ff15c4 don't try to absolutise an empty string 2007-08-24 10:38:13 +00:00
jez
70910a56de allow non xsl elements as children of xsl:stylesheet 2007-08-24 08:52:12 +00:00
jez
9d70b5c1c0 now handles document('') 2007-08-24 08:51:31 +00:00
jez
9a6a8e0a9c no need trim because we do that when resolving relative paths anyway 2007-08-24 08:50:58 +00:00
jez
887e4d9003 whitespace changes 2007-08-24 08:49:58 +00:00
jez
d63b9a504c make document(url) respect base URI 2007-08-23 13:55:06 +00:00
jez
f036ba1b64 pulled out stylesheet parser into a seperate class 2007-08-22 12:38:20 +00:00
jez
b1149906ab skip mdocs14 2007-08-22 12:37:36 +00:00
jez
7ff212a1b6 bumped version 2007-08-22 12:36:51 +00:00
jez
7f02f5f406 added vs8 to extra_dist 2007-08-22 12:36:33 +00:00
jez
e95b455b83 check select returns a node-set 2007-08-22 12:23:38 +00:00
jez
1108d7f5de whitespace changes 2007-08-22 12:22:57 +00:00
jez
dc6a3ad454 fixed #includes 2007-08-22 12:22:09 +00:00
jez
0f2368368f corrected default constructor 2007-08-22 12:21:43 +00:00
jez
d4fe2c4c3a whitespace changes 2007-08-22 12:21:08 +00:00
jez
9543fb810e updated 2007-08-21 01:50:28 +00:00
jez
eaa1192967 corrected copyright dates 2007-08-20 20:24:13 +00:00
jez
727626bf36 added uri.cpp to build 2007-08-20 19:50:29 +00:00
jez
584299cf94 2007-08-10 11:28:45 +00:00
jez
5133fdd1e2 2007-08-10 11:28:14 +00:00
jez
ca24c614ba 2007-08-10 11:27:42 +00:00
jez
733e9d3c3a Fixed for VS8/VS2005
See http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101866
2007-08-10 10:35:17 +00:00
jez
74da13769b added silly and wide string versions of these tests 2007-08-08 09:09:28 +00:00
jez
c44d201148 reset parser so it can be reused 2007-08-07 21:43:36 +00:00
jez
cc374c5f8f what it says - whitespace stripping filter tests 2007-08-07 21:31:18 +00:00
jez
3d3fbaedce pass through skippedEntity and processingInstruction 2007-08-07 21:29:27 +00:00
jez
6aa07ebbd2 reset parser after a parse, allowing it to be reused 2007-08-07 21:28:47 +00:00
jez
f900c435e6 extended to take std::auto_ptr<iostream> as well as std::auto_ptr<std::istream> 2007-08-07 21:27:55 +00:00
jez
0dd9e4f728 cross-platform std::mbstate_t initialisation 2007-08-07 16:11:29 +00:00
jez
645247287d see http://www.jezuk.co.uk/cgi-bin/view/SAX/news?id=3285 2007-08-07 14:43:44 +00:00