jez_higgins
c1102f4280
updated for OSX/Darwin
2004-09-10 21:04:03 +00:00
jez_higgins
008572a73a
Removed assert
...
it was confusing gcc 3.3 which is the out of hte box compiler for oSX and Darwin
2004-09-10 20:53:59 +00:00
jez_higgins
e50959e091
Fixed bug arising when the new base path didn't end with a /
2004-06-28 21:22:29 +00:00
jez_higgins
c00cad9606
removed ARABICA_NO_WCHAR_T symbol from ArabicaConfig.S command line
2004-05-27 11:53:07 +00:00
jez_higgins
140c460006
Fixed for absolute path, but no scheme
2004-05-27 11:48:14 +00:00
jez_higgins
14c055bd28
Now compiles :)
2004-05-27 09:23:12 +00:00
jez_higgins
59575108e2
Added stringT and value_type typedefs into default_string_adaptor<std::*>
2004-05-27 09:19:51 +00:00
jez_higgins
0a9b0bb86a
Filled out absolutise
2004-05-27 08:28:26 +00:00
jez_higgins
57c6d814ce
added XMLBase support
2004-05-12 19:40:20 +00:00
jez_higgins
ad69b4658e
*** empty log message ***
2004-05-12 19:36:51 +00:00
jez_higgins
e3e756e6c2
make sure declHandler_ is null initialised
2004-05-12 19:35:53 +00:00
jez_higgins
65cb3ef835
*** empty log message ***
2004-02-24 16:09:17 +00:00
jez_higgins
ab3cf245e4
VS.NET workaround
2004-02-24 16:07:09 +00:00
jez_higgins
17090b3b55
writes internal DTD subset
2004-02-24 16:04:40 +00:00
jez_higgins
67e16e5190
*** empty log message ***
2004-02-24 11:32:40 +00:00
jez_higgins
1dfd447d23
Correct copy constructor and operator=
2004-02-24 11:22:19 +00:00
jez_higgins
57e03092cf
Corrected fatalError - it now throws a SAXParseException
2004-02-24 10:40:19 +00:00
jez_higgins
5a339ca613
ErrorHandler callbacks should be able to thrown exceptions. However, exceptions
...
cannot propagate through the COM boundary. ErrorHandlerAdaptor now caches
reported errors until the parse has completed, then reports them to
ErrorHandler afterwards. This ensures that throw exceptions propogate as expected.
2004-02-24 09:52:18 +00:00
jez_higgins
cf1ad6d8eb
*** empty log message ***
2004-01-28 17:06:39 +00:00
jez_higgins
3032a34a39
Now prints DTD declaration and internal subset.
2004-01-28 17:05:19 +00:00
jez_higgins
519f44c7a8
added ignorableWhitespace
2004-01-26 23:21:30 +00:00
jez_higgins
2f6adc43be
*** empty log message ***
2004-01-26 23:20:08 +00:00
jez_higgins
8612fb979f
If indent==0 then don't indent and don't add carriage returns.
...
s/++depth_/depth_ += indent_/
s/--depth_/depth_ -= indent_/ Ooops!
2004-01-21 22:00:59 +00:00
jez_higgins
122142c25d
Moved to VS2003. Annoyingly, all this seems to do is bump the version
...
number.
2004-01-04 21:05:08 +00:00
jez_higgins
1be3c72414
*** empty log message ***
2003-12-07 15:27:43 +00:00
jez_higgins
b56eaec433
Use LINK_SHARED variable
2003-12-07 15:13:36 +00:00
jez_higgins
da1c63ea28
s/xmlns_uri/xml_uri/
...
add xmlns_uri
this is the start of work to support Namespaces 1.1 (which I may not actually
finish)
2003-11-10 10:45:23 +00:00
jez_higgins
a895d6617f
Back port VS6 fix for previous change
2003-11-10 09:45:46 +00:00
jez_higgins
49b2439757
Fix for VS.NET 2003
2003-11-10 09:39:17 +00:00
jez_higgins
6256a38fa4
VS6 fixes
2003-10-29 16:20:07 +00:00
jez_higgins
d44cd428df
Added CatchErrorHandler.h to build
2003-10-29 16:19:50 +00:00
jez_higgins
a37cf42af0
Added CatchErrorHandler
2003-10-29 16:13:29 +00:00
jez_higgins
df3d61ce71
An ErrorHandler implementation that grabs hold of any errors reported, so
...
you can check later to see if anything happened.
2003-10-29 15:51:21 +00:00
jez_higgins
de3fd21d0b
*** empty log message ***
2003-10-08 14:39:43 +00:00
jez_higgins
5064d9c19c
*** empty log message ***
2003-09-17 11:08:31 +00:00
jez_higgins
d727f783a9
s/int/size_t
2003-09-17 11:07:36 +00:00
jez_higgins
fa62d8c699
Diddled to silence
...
../../SAX/filter/Writer.h: In constructor
`SAX::basic_Writer<string_type>::basic_Writer(std::basic_ostream<string_type::value_type,
string_type::traits_type>&, unsigned int) [with string_type = std::string]':
writer.cpp:23: instantiated from here
../../SAX/filter/Writer.h:96: warning: member initializers for `
SAX::basic_LexicalHandler<std::string>*SAX::basic_Writer<std::string>::lexicalHandler_'
../../SAX/filter/Writer.h:94: warning: and `
SAX::basic_Writer<std::string>::<anonymous enum>
SAX::basic_Writer<std::string>::lastTag_'
../../SAX/filter/Writer.h:43: warning: will be re-ordered to match declaration order
warning.
2003-09-17 08:24:00 +00:00
jez_higgins
95ea8e834f
VS6 workarounds
2003-09-15 16:04:37 +00:00
jez_higgins
88e35887d9
automagically link to wsock32
2003-09-15 16:03:46 +00:00
jez_higgins
0e0a73dbe7
gcc fix
2003-09-15 13:13:05 +00:00
jez_higgins
c236102d0d
*** empty log message ***
2003-09-15 13:12:08 +00:00
jez_higgins
96ae40e974
s/int/size_t/
2003-09-15 13:11:37 +00:00
jez_higgins
92a1bf27b9
s/int/size_t
2003-09-15 13:09:57 +00:00
jez_higgins
4670ce19aa
added xerces_string_janitor class
...
Ordinarily you'd expect to be able to use Xerces' Array janitor class. However,
Windows exes and dlls use seperate heaps, so you can't delete something in one
module that was allocated by another. It's a pita. The solution here is to useXMLString::release.
Although this simply does a delete[], the deletion occurs in the Xerces DLL, so
it will work correctly.
2003-09-15 13:00:43 +00:00
jez_higgins
117190ebd8
*** empty log message ***
2003-09-15 10:03:41 +00:00
jez_higgins
193f570096
*** empty log message ***
2003-09-14 20:47:43 +00:00
jez_higgins
74581840f9
no message
2003-09-12 23:26:50 +00:00
jez_higgins
ba5fecddc3
*** empty log message ***
2003-09-12 23:24:26 +00:00
jez_higgins
3bb32e1a17
no message
2003-09-12 23:16:47 +00:00
jez_higgins
9c7bb92e25
*** empty log message ***
2003-09-12 16:24:18 +00:00