Commit graph

111 commits

Author SHA1 Message Date
jez_higgins
8f211da950 Parameterised on string_type so that it can accept the appropriate type
of basic_SAXParseException.
2003-08-27 14:22:15 +00:00
jez_higgins
5fe71a1059 Corrected setProperty call so works with std::wstring 2003-08-27 14:20:34 +00:00
jez_higgins
21a9defd91 renamed SAX.lib/libSAX to Arabica.lib/libArabica 2003-08-25 15:13:47 +00:00
jez_higgins
91b590ad66 *** empty log message *** 2003-08-22 16:13:27 +00:00
jez_higgins
f5c8a5d7a8 libArabicaUtils folded into libSAX 2003-08-22 15:54:16 +00:00
jez_higgins
c5f6e86422 libArabicaXML folded into libSAX 2003-08-22 15:50:38 +00:00
jez_higgins
58d80f9b23 int -> size_t 2003-04-28 14:53:10 +00:00
jez_higgins
1e6eda19b5 added some explicit casts from size_t to unsigned ints 2003-04-28 14:51:48 +00:00
jez_higgins
ffb7f9d6f7 VC6 fix so it doesn't choke on typenames 2003-04-28 14:49:55 +00:00
jez_higgins
60cb42d1e0 spits out qName if there is one, otherwise the localname
replaced some occurances of std::cout
2003-04-28 14:48:47 +00:00
jez_higgins
d4a3472a85 added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
jez_higgins
b83217f186 No longer tries to expand refs to undeclared entities 2003-04-28 14:45:58 +00:00
jez_higgins
eccb9ba909 added DOMWriter sample 2003-04-28 14:43:58 +00:00
jez_higgins
5e7e8ce0a4 *** empty log message *** 2003-04-28 14:43:31 +00:00
jez_higgins
5403308ed3 Added DOMWriter sample 2003-04-28 09:55:02 +00:00
jez_higgins
54b3663bcb Example for writing a DOM tree to a stream 2003-04-28 09:54:23 +00:00
jez_higgins
e094a4a8b4 Use boost::bind instead of our own binder class. 2003-04-04 19:30:29 +00:00
jez_higgins
57f0d905d0 added /Zm200 compiler switch so it can compile Garden 2003-04-04 17:04:09 +00:00
jez_higgins
54810da5f0 added PropertyNames include 2003-04-04 17:03:21 +00:00
jez_higgins
90e3d6d5a0 Added constructor which takes a message, but no locator 2003-04-04 16:58:58 +00:00
jez_higgins
d33192d99d Added property names include 2003-04-04 16:58:05 +00:00
jez_higgins
6ffee1bec5 Updated to compile with boost 1.30 (spirit 1.6) 2003-04-04 16:54:54 +00:00
jez_higgins
8af13de092 confirm build on VC7 and VC6 2003-04-04 13:41:24 +00:00
jez_higgins
4b3a9684aa fixes to build with gcc 3.2.2 and libstdc++ on Linux 2003-04-04 09:26:23 +00:00
jez_higgins
34c84383a2 corrected #ifdefs so gcc doesn't try and compile VC6 specific code 2003-04-03 17:58:11 +00:00
jez_higgins
2304018b6f minor makefile changes 2003-04-03 14:01:44 +00:00
jez_higgins
a5304d9e68 s/.tpl/.S/ 2003-04-03 13:24:36 +00:00
jez_higgins
6c548e4a8e initial work for new config system 2003-04-03 13:18:27 +00:00
jez_higgins
9af762fb34 renamed *.tpl -> *.S
.tpl has a special meaning for gcc it seems
2003-04-03 13:18:00 +00:00
jez_higgins
15c39e8d2a Added constants for 0-9, A-Z and a-z 2003-03-21 14:06:32 +00:00
jez_higgins
dbdcb6fde8 Writes DTD declaration, if present
All character literals now come from Unicode<>
2003-03-21 14:05:47 +00:00
jez_higgins
5b5670c9bd Added compile time messages saying whether the Xerces namespace is defined or not 2003-03-21 12:54:47 +00:00
jez_higgins
6428fb5093 Direct debug output to cerr 2003-03-21 12:53:12 +00:00
jez_higgins
61795869ae Escapes < > & and " 2003-03-21 12:52:46 +00:00
jez_higgins
b309bedb6b Now picks up lexical elements - specifically startCDATA/endCDATA. This is
the first little step to making Writer produce proper well-formed markup - atm
it doesn't do entity escaping at all.
2003-03-21 12:05:23 +00:00
jez_higgins
50b03b3ded no message 2003-03-21 12:03:59 +00:00
jez_higgins
f0c0a3fbe5 VC++.Net solution file 2003-03-20 16:32:49 +00:00
jez_higgins
6d693e4e71 VC++.Net project file 2003-03-20 16:32:35 +00:00
jez_higgins
fce9d3643f Corrected MSC_VER ifdefs for VC++.Net 2003-03-20 16:31:40 +00:00
jez_higgins
1e34351b83 no message 2003-03-20 16:31:09 +00:00
jez_higgins
31b9597a4f Updated for new config mechanism 2003-03-20 16:30:31 +00:00
jez_higgins
9ccc3cdce6 Updated for now config mechanism 2003-03-20 16:30:08 +00:00
jez_higgins
924103481e Corrected for Xerces 2.2.0 release - depending on the compiler, the Xerces stuff maybe in its own namespace
couple of VC++.Net changes
Xerces initialiser stuff does not need to be templated, so isn't :)
2003-03-20 16:29:08 +00:00
jez_higgins
0a2b8af351 VC++.Net project file 2003-03-20 16:22:56 +00:00
jez_higgins
71dbe82062 Corrected MSC_VER ifdefs for VC++.Net 2003-03-20 16:22:17 +00:00
jez_higgins
9bb5eba823 updated project file 2003-03-20 16:17:08 +00:00
jez_higgins
d11e758d5d Minor changes to the message 2003-03-20 16:16:32 +00:00
jez_higgins
dc3f6a01e9 ParserConfig.h is now generated from ParserConfig.tpl 2003-03-20 16:15:25 +00:00
complement
48124bd5ab fix typename problem 2002-11-23 20:10:46 +00:00
complement
90739325f9 Don't generate saxlib.cpp and ParserConfig.h; uncomment appropriate definition(s) for XML wrapper(s) in ParserConfig.h; (This should be fixed for non-Makefiles OSes, such as Windows/VC++/Borland etc.) 2002-11-23 20:09:25 +00:00