Commit graph

141 commits

Author SHA1 Message Date
Jez Higgins
3454ba8809 mangle: direct messages to std::cerr rather than collecting them up into a stringstream 2024-09-10 12:09:36 +01:00
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
6674947a12 Got rid of auto_ptr in the XSLT stylesheet compiler 2020-04-15 23:05:47 +01:00
Jez Higgins
51f1912534 Removed last of the std::string-isms. 2012-11-21 06:59:40 +00:00
Jez Higgins
39d85b29c6 First pass as parameterising the whole of the XSLT library on string_type is done 2012-11-12 21:46:08 +00:00
Jez Higgins
7827fcb161 stylesheet 2012-11-06 20:03:15 +00:00
Jez Higgins
6c8f6246bf Starting to parameterise the XSLT library 2012-11-02 21:01:15 +00:00
jez
72bfe7a883 Add PARSER_LIBS into link 2011-11-25 18:47:54 +00:00
Jez Higgins
b46b48d006 I think that's the last of the warnings 2010-01-11 09:28:48 +00:00
Jez Higgins
7f8d20b46f more warnings fixed 2010-01-10 18:47:09 +00:00
Jez Higgins
855e4b2635 fixed unused param warnings 2010-01-10 10:45:05 +00:00
Jez Higgins
eaeaf1e03d fixed unused param warnings 2010-01-09 23:41:21 +00:00
Jez Higgins
9b0ffe958f added the new test script 2010-01-09 21:25:52 +00:00
Jez Higgins
0030be4581 record tests as changes since last time 2010-01-09 21:24:10 +00:00
jez
42bcf3566b XGrep example output non-nodeset results now too 2009-09-13 17:41:34 +01:00
jez
9c839505dd added more text node tests 2008-09-16 08:31:30 +01:00
jez
f3e85f9d27 Taggle doesn't have a dependency on Boost. I am a twit. 2008-07-08 18:57:44 +01:00
jez
bdcdccdad6 don't build taggle example if no Boost - it uses XPath 2008-06-26 15:11:58 +00:00
jez
dee85af224 fixes to help out-of-tree builds 2008-05-04 14:42:09 +00:00
jez
9ea360f3ef collapsed tagsoup-port into mainline 2008-04-07 15:37:47 +00:00
jez
adc1150712 2007-12-29 23:35:01 +00:00
jez
a9a5858300 working on detecting illegal xsl:stylesheet children - including is currently broken 2007-11-20 23:12:08 +00:00
jez
a0083c14d2 '' 2007-11-19 22:11:05 +00:00
jez
8228130d7a whipped out bit of old commented out code 2007-11-10 22:27:27 +00:00
jez
240c97814c added dom2pyx example 2007-10-25 20:40:08 +00:00
jez
fac7cf88de XPathExpressionPtr no longer derives from boost::shared_ptr, it contains it instead 2007-10-22 20:25:35 +00:00
jez
6d76412103 fixed namespaces declaration 2007-09-25 19:17:58 +00:00
jez
f213c402cd moved DOM streaming from Utils/ to io/ 2007-09-13 21:21:55 +00:00
jez
723ef90108 the last, I think, of the namespace shuffling business 2007-09-11 08:32:54 +00:00
jez
0525191ebe move convert_adaptor.hpp and convertstream.hpp into io subdirectory 2007-09-10 17:32:43 +00:00
jez
caebe3f63e moved codecvt facets into convert subdirectory 2007-09-10 16:21:31 +00:00
jez
77c2d74398 more template parameter malarkey 2007-09-06 09:04:01 +00:00
jez
a76b137b60 removed basic_ prefixes from SAX classes, removed typedefs 2007-09-05 12:57:07 +00:00
jez
7d46f6f4e2 Moved DOM:: into Arabica::DOM:: 2007-09-05 11:47:13 +00:00
jez
a6c116acd6 moved SAX:: into Arabica::SAX:: 2007-09-05 09:49:18 +00:00
jez
7cf3897061 renamed all .h to .hpp 2007-09-04 22:55:47 +00:00
jez
bfac77736e corrected VS warnings 2007-08-31 10:59:50 +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
59dee666d8 merged with mangle-dev branch 2007-07-19 16:58:57 +00:00
jez
968127deb0 garden fixes 2007-06-18 12:01:47 +00:00
jez
dc5070db07 added --without-dom option to configure 2006-09-19 10:42:00 +00:00
jez
30c53656b8 made building XPath stuff conditional on availability of Boost 2006-09-13 21:55:51 +00:00
jez
ecf4f74304 sept 2006 release 2006-09-12 21:21:48 +00:00
jez
5399a7ca81 updated Makefiles for new source layout 2006-08-09 09:19:53 +00:00
jez
69b11a256c removed ancient C++Builder build files. maybe when the new Turbo C++ comes out I can add something up-to-date back in. I hope so, because I loved Turbo C++ and Borland C++, hope the new ones rock like they did. 2006-08-08 21:47:07 +00:00
jez
95e07c4b13 corrected build files for now source layout 2006-08-08 21:43:28 +00:00
jez
38d9ad2524 updated solution and project files for new directory structure 2006-08-08 10:30:59 +00:00
jez
fce1ba265a removed .cvsignores left over from CVS migration 2006-08-04 20:11:00 +00:00
jez
5c7a8b44b9 work with Nodes rather than elements 2006-08-04 09:53:06 +00:00