Commit graph

29 commits

Author SHA1 Message Date
Jez Higgins
6bf75264de Completely removed XMLReader setProperty and getProperty member functions.
For nearly everyone, their use can be replaced by either setLexicalHandler
or setDeclHandler. For the particular case of the Xerces extended properties
I'll loop back round and add specific member methods for those.
2020-04-16 20:23:59 +01:00
Jez Higgins
e08ca80bb1 Remove ParserAdaptor.hpp references from build files 2020-04-16 16:51:41 +01:00
Jez Higgins
5e6cc173b3 Added -D NO_BOOST to release config 2012-05-22 16:27:41 +01:00
jez
f54cd699d5 Make MSXML the default parser on Windows 2010-10-22 10:31:29 +01:00
jez
7080c5049e finished up the test cases. now to get them to work 2010-07-14 10:04:34 +01:00
jez
7ec41194ac at long last, pulled out cppunit inot a seperate project 2010-06-02 10:35:36 +01:00
jez
a59274c14e added Xml output files to build 2010-02-19 11:21:18 +00:00
jez
70b3a2835b Added taggle implementation to build 2009-11-25 10:21:26 +00:00
jez
2cb2cc8bbe NamedNodeMap tests and bugfix 2009-11-23 22:36:15 +00:00
jez
2ea1ab8971 Reverted to libexpat 2009-08-18 21:15:01 +01:00
jez
85ceddec6e Added TO-DO list 2009-08-18 21:14:39 +01:00
jez
0941291af6 updated libtool 2009-07-31 17:46:11 +01:00
jez
5f7bfb66e0 2.3 Literal Result Element as Stylesheet - done 2009-04-28 21:00:38 +01:00
jez
76acb7939f added xslt_output 2009-04-03 19:01:14 +01:00
jez
89f6585d65 pulled output into its own file 2009-03-31 20:06:06 +01:00
jez
ff835d03c0 Pass inscope namespaces to key functions so it can resolve key names at runtime
key() now works (bar nodeset argument)
just need to do the key lookup
2009-02-26 09:32:55 +00:00
jez
9b70ca5187 rather large commit, propagating the QualifiedName changes through the NamespaceSupport and Tracker, simplifying item names in XSLT and so on. 2009-02-24 12:21:35 +00:00
jez
cd97e2aa58 Correct top level variable declarations 2008-11-25 12:49:25 +00:00
jez
f610d739fe More work on rejigging precedence.
Templates are now constructed with their precedence.
Variables are too, with a tweak to allow for the immediate evaluation of non-topl-level params and vars.
The execution context now no longer needs to track variable precedence, which is good because it will be getting it wrong anyway.
Corresponding simplifications follow to compliation context.
2008-11-19 17:26:07 +00:00
jez
dffb922156 Implemented generate-id function
Provided null implementation for unparsed-entity-uri
2008-10-27 22:21:30 +00:00
jez
f47e49a04c added Taggle headers 2008-10-17 18:58:36 +01:00
jez
2cf6d009bf added some more following, following-sibling, and child axis tests in the presence of text nodes 2008-09-17 22:58:36 +01:00
jez
e03345f5df vs7 back-portability fixes 2008-09-13 18:36:46 +01:00
jez
f96de3937d little script to backport vs9 project files to earlier versions of vs 2008-09-02 10:15:02 +01:00
jez
07ef52f308 Added -table option to test executables. It outputs the results as a tab
seperated table, which can be pasted into spreadsheet/google docs/etc.
2008-08-09 23:19:21 +01:00
jez
01db7aad46 added some new tests concerning variable declarations inside variables 2008-08-05 16:17:28 +01:00
jez
c5b4a7eae2 added library dependencies 2008-07-23 11:24:54 +01:00
jez
69f4e5888f added taggle example to build 2008-07-21 09:38:34 +01:00
jez
01cfd6eef7 build files for VS2008 2008-07-15 09:10:43 +01:00