Günter Obiltschnig
84f9bed805
fix for Windows
2017-06-21 16:29:11 +02:00
Guenter Obiltschnig
85879fb02d
upgrade bundled expat to 2.2.1; apply POCO-specific changes
2017-06-21 16:28:51 +02:00
Guenter Obiltschnig
547553278c
use #ifdef POCO_LONG_IS_64_BIT instead of if (sizeof(... to avoid warnings
2016-10-10 14:15:32 +02:00
Adrian Weiler
e350781084
Fixed "integer constant is too large for 'long' type" issue; make constant unsigned instead of typecasting
2016-10-07 19:16:12 +02:00
Guenter Obiltschnig
a53464e784
add optional name pool size argument to DOMParser constructor
2016-10-07 10:53:46 +02:00
Guenter Obiltschnig
2817376436
increased default XML name pool size, added Document constructor taking name pool size as argument
2016-10-07 10:44:18 +02:00
Guenter Obiltschnig
9c684af478
handle unlikely situation that XML_ParserCreate() fails
2016-09-26 19:21:47 +02:00
Günter Obiltschnig
81b140e0a9
Revert "GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings"
2016-09-05 08:31:43 +02:00
Guenter Obiltschnig
ba52ed967e
expat cross-platform fixes
2016-07-20 14:27:01 +02:00
Guenter Obiltschnig
0e19cea0fb
fixed GH #1313 : XML library compilation error
2016-07-19 15:28:55 +02:00
Günter Obiltschnig
d01110db59
fix for WinCE
2016-07-03 13:55:06 +02:00
Günter Obiltschnig
c88d44a5f7
fixes for Windows
2016-07-03 13:54:54 +02:00
Guenter Obiltschnig
b42bb014e1
updated bundled expat to 2.2.0
2016-07-03 13:54:40 +02:00
Guenter Obiltschnig
6b8834a5f1
upgraded bundled expat to 2.1.1
2016-03-19 08:11:47 +01:00
Miklos Vajna
617f2635ad
GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings
2016-03-14 16:09:50 +01:00
Guenter Obiltschnig
2c6a74c4f5
GH #713 : Improved support for producing Canonical XML in XMLWriter
2016-02-28 11:20:35 +01:00
Miklos Vajna
063011ba75
GH #1050 XML: fix gcc -Wshadow warnings
2015-12-14 10:31:10 +01:00
Guenter Obiltschnig
9feb6ea987
more style fixes
2015-09-06 09:56:29 +02:00
Guenter Obiltschnig
95818ff27f
fixes for style, documentation and consistency, part I. More coming...
2015-08-27 10:18:32 +02:00
Marian Krivos
0aa38d1262
remove serializer part
2015-08-24 17:31:08 +02:00
Marian Krivos
eca1119c82
Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream
2015-08-23 14:38:57 +02:00
Marian Krivos
ce003c5522
Formattingt fixes
2015-08-22 22:09:19 +02:00
Marian Krivos
81e495150c
Formattingt fixes
2015-08-22 22:02:41 +02:00
Marian Krivos
0887b56cad
Formattingt fixes
2015-08-22 21:54:43 +02:00
Marian Krivos
5865c9f383
Formattingt fixes
2015-08-22 21:48:17 +02:00
Marian Krivos
5c0ab24c41
Added XMLStream API tests
2015-08-22 20:58:45 +02:00
Marian Krivos
9bc8d3c851
XMLStream API fixes
2015-08-22 17:36:39 +02:00
Marian Krivos
11211d345d
Initial adding of XMLStream API based on libstudxml library
2015-08-22 16:32:51 +02:00
Simon Warta
2d3cd8203a
Fix result enum type XML_Error -> XML_Status
...
Code did not compile on linux64
2014-06-06 13:56:28 +02:00
Alex Fabijanic
ba0d9830eb
GH #463 : XML does not compile with XML_UNICODE_WCHAR_T
2014-06-03 22:50:07 -05:00
Roger Meier
b0581433a7
LICENSE: add info about SPDX-License-Identifier usage and use it
...
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718
LICENSE: add info about SPDX-License-Identifier usage and use it
...
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Guenter Obiltschnig
47f6ba60ab
XMLWriter: removed unnecessary apostrophe escaping (&apos)
2014-01-24 16:31:10 +01:00
Guenter Obiltschnig
173f205cb6
fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified
2013-05-24 23:13:03 +02:00
Guenter Obiltschnig
6ca49eb7f6
xmlparse fix for WinCE
2013-05-24 21:45:18 +02:00
Guenter Obiltschnig
94352e18c1
upgraded expat to release 2.1.0
2013-04-09 09:12:48 +02:00
Guenter Obiltschnig
9666e37317
XML: fixed an issue with parsing a memory buffer > 2 GB
2013-04-09 08:45:31 +02:00
Guenter Obiltschnig
80c45c859d
- added Poco::XML::XMLWriter::depth() member function.
...
- added Poco::XML::XMLWriter::uniquePrefix() and Poco::XML::XMLWriter::isNamespaceMapped().
- Poco::FileChannel now supports a new rotateOnOpen property (true/false) which can be used
to force rotation of the log file when it's opened.
- fixed a bug in Poco::XML::XMLWriter::emptyElement(): need to pop namespace context
2012-11-10 11:49:39 +01:00
Aleksandar Fabijanic
03ddca58f5
porting rev.1894 to trunk
2012-07-27 02:01:39 +00:00
Aleksandar Fabijanic
5a639074d9
change EOL to 'native'
2012-04-29 18:52:25 +00:00
Aleksandar Fabijanic
d75e68c027
new trunk (base for 1.5)
...
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7
removing old trunk files
2012-04-23 00:43:14 +00:00
Marian Krivos
6268aa3865
backport changes from 1.4.3 branch
2012-01-07 11:06:14 +00:00
Marian Krivos
3684f805de
xml tests fix
2011-09-14 16:14:06 +00:00
Marian Krivos
16ff8caf6b
XML: complete merge from 1.4.2
2011-09-14 14:34:31 +00:00
Guenter Obiltschnig
57762a2cfc
fixed various bugs (see SF tracker)
2008-09-16 17:26:28 +00:00
Guenter Obiltschnig
e4d9b3b40f
fixed line endings
2008-02-07 16:08:15 +00:00
Guenter Obiltschnig
b526dd81f2
changes from main repository
2008-01-29 09:06:52 +00:00
Guenter Obiltschnig
239471d354
synced with main repository
2008-01-28 17:26:21 +00:00
Guenter Obiltschnig
a04bae94d7
synchronized trunk
2007-08-10 13:57:07 +00:00