2014-07-30  Stephan Sürken  <absurd@olurdix.de>

	[ui-auto-release run by absurd@weslok.olx.intra]: News for 1.4.3.

	configure.ac: Prepare 1.4.3.

2014-07-28  Stephan Sürken  <absurd@olurdix.de>

	COPYING: Update LGPL-2.1 text file to fix FSF postal address.

	Buffer: Support libxml2 >= 2.9 (LIBXML2_NEW_BUFFER)

	.ui-auto.conf: Adapt to new setup (SF, alioth, mbd).

	Makefile.am: Add .gitignore to dist.

	README: Updates and fixes.

	Doxyfile.in: Update to 1.8.7; no longer produce RTF.

2014-07-23  Stephan Sürken  <absurd@olurdix.de>

	compat-1.0: Apply FTBFS fixes from sp-gxmlcpp Debian package.

	Add .gitignore file.

2014-07-22  Stephan Sürken  <absurd@olurdix.de>

	configure.ac: Add AC_SYS_LARGEFILE

2012-05-08  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update ui-auto.conf: SVN URL && never commit Debian orig tarballs.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@86322 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2011-05-27  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update to use correct Debian branch.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@83224 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2010-12-28  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Revert ".ui-auto.conf: This should work down for lenny and etch, too."
	Doesnt, we use boost-text in gxmlcpp.

	This reverts commit 48a26effc249eaed499fa68e295e27992f2ddc98.

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@81632 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2010-12-28  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	.ui-auto.conf: This should work down for lenny and etch, too.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@81630 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2010-12-28  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	.ui-auto.conf: Update to build debs for sid/squeeze.
	(cherry picked from commit ba8456e0b65493af4dc48b42c9208a8db8a89bca)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@81629 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-11-05  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75811 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release run by absurd@manwe.use.schlund.de]: News update.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75810 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.4.2
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75809 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: Add header protection for new compat_warning header.
	(cherry picked from commit 114993bdf978d2659d886653bb69ca8eefb8b1ad)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75466 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Changing prefix "_" for POSIX calls back to non-prefixed.
	Visual C++ compiler warns on POSIX calls (though it supports
	them), stating "_<POSIXCALL>" would be ISO C++
	compliant. However, this is just an arbitrary renaming by
	VisualC++ for implementation-dependent functions, and there are
	no such names for gcc.

	To simplify porting, we just use the standard POSIX names, and
	suppress the warnings.

	(cherry picked from commit ee00ef520cb9fbad139528bec0f4fce7b33d3282)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75465 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Lots of cleanup.
	changed: raised to warning level 4
	removed: lots of warnings
	removed: #ifdef WIN32 where I could
	added: #pragma warning disable where necessary

	(cherry picked from commit e0ea505fce9137ae3edcb279c988102dc6c7bca6)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75464 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: Forgotten check-in of compat_warning.h
	(cherry picked from commit 0de3193aab290717f4ec79bb2f70b27c8835af4a)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75463 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	fixed: make compilable for Win32 removed: some compiler warnings
	(cherry picked from commit 3668323ce2211be22a284e0569edc51251b3431f)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75462 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Cleanup compat warning: Add a extra header to fix redundancies
	This fixes redundancy of the logic and the WIN32 ifdefs involved
	here in all compat API header files.

	(cherry picked from commit c3f0e0093fa4db51c17ba6b6da8fadf00455c6da)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75461 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-10-12  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Code cleanup: Fix a number of possible (-Wextra for g++) compiler warnings. (cherry picked from commit 7be020aa0444d746c8b9515b1fab436dbb8c9fbe)
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@75298 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-09-23  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	XSLTRansTree.hpp: Dont undef UI_GXMLCPP_IGNORE_DEPRECATED if it was def'ed before
	Formerly, the macro was just set before, and unset after the compat
	inclusion for simplicity; when using the header however, this might
	suprisingly unset the macro.
	(cherry picked from commit 94d829c2eb3a09cb67063295f88f64a3b3b730b3)

	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@74828 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-06-23  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@73720 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release run by absurd@manwe.use.schlund.de]: News update.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@73719 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.4.1
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@73718 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-06-18  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	set the orig commit flags for current ui usage
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@73696 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- use the new template for Debian config - build for lenny, bp for etch.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@73695 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-03-30  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	fix revapx.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@72888 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-03-27  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	build stable snapshots to experimental.
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@72863 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release run by absurd@manwe.use.schlund.de]: Branch tag
	git-svn-id: https://svn.1and1.org/svn/ssr/branches/ui-gxmlcpp/UI_GXMLCPP_1_4_PATCHES@72859 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	This is a new stable version, updating to ui-utilcpp 1.4 and some minor fixes. SO main version dumped to 5 (stable).
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72855 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-03-20  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	orig auto commit settings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72778 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-03-16  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	remove obsolete 1.2 todo list.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72726 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-02-17  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	  * Update tar archive format to tar-pax.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72381 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update .ui-auto.conf.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72363 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-02-05  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update .ui-auto.conf for autotmatic debian release.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@72191 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2009-01-19  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release (1.3.1) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71883 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.1) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71882 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Doxyfile.in: Fix EXAMPLE_PATH to be generated dynamically, not "./".
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71881 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.1) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71880 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.1) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71879 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Release with new ui-auto; adds missing manpage for ui-gxmlcpp-version.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71878 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	ignore created man page.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71877 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-12-19  slinder  <slinder@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	added: boost 1.35 support
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71786 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-12-04  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release (1.3.0) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71664 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.0) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71663 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	ifnore: tar.gz.sigs also.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71662 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Update doxygen config to 1.5.6.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71661 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.0) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71660 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.3.0) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71659 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	fix NEWS, prep release.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71658 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Depend on ui-utilcpp 1.3 (boost 1.35 update).
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71657 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-11-27  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	rather use ifdef, not ifndef. fix: dump so version to unstable, too, in trunk.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71591 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-11-26  slinder  <slinder@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	added: W2k8 support
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71577 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-11-12  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	  * Validator trees (RelaxNG+Schema): "validator Context" was used as if     thread-safe, but it is not.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@71422 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-06-19  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Bump version to unstable.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@68451 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.2.0) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@68447 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.2.0) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@68446 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Update configure check for utilcpp to 1.2 (stable).
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@68445 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prepare 1.2 release.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@68441 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-03-27  vgrecescu  <vgrecescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	removed auto-running of tests on the build machine
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@66398 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-03-18  vgrecescu  <vgrecescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	update visual studio projects
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@66083 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-02-14  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: Use the new-style https:// svn urls.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@64594 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-01-22  vgrecescu  <vgrecescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	define vsnprintf only if _MSC_VER < 1500
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@63517 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	visual studio 9.0 project files
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@63516 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-01-10  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	this should be a TAB.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62650 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * sp2ui: Fix: Also update "SP_GXMLCPP" to "UI_GXMLCPP" (some macros affected).
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62639 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-01-08  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62514 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62513 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62512 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62511 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62509 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.18) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62508 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.18.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62507 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * README: Remove/update various obsolete/outdated comments.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62505 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Tested against upcoming g++-3.4 and fixed all compile errors and     warnings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62503 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * boost test: Boost 34 deprecated some parts of API; updated to     a variant that works for both, 33 and 34.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62500 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	add new skeletion.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62499 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-01-07  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[ui-auto-release (1.1.17) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62440 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[ui-auto-release (1.1.17) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62439 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	fix project name.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62438 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.17.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62437 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	fix help/description.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62405 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	cosmetic: fix tempioryr file name.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62394 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp2ui must be in extra_dist; fixing distcheck.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62390 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2008-01-04  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	UI-update findihed; add to NEWS what we have done.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62346 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Clean up ignore settings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62345 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Fix up ignore settings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62344 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	cvs->svn && sp->ui: Fix up ignore settings,
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62343 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: File renamings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62342 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: File renamings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62341 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Directory renamings.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62340 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui && cvs->svn: Updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62339 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Auto updates from our own update script.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62338 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Add update script like in ui-auto, ui-utilcpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62337 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Auto updates from ui-utilcpp-sp2ui.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62336 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	cvs->svn: .cvsignore files are obsolete.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62335 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	sp->ui: Auto updates from ui-auto-sp2ui.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@62334 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-11-26  ldumitrescu  <ldumitrescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	update win32 project files
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@61065 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-11-13  srken  <srken@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Moving project sp-gcmlvpp to correct location after cvs import.
	git-svn-id: https://svn.1and1.org/svn/ssr/trunk/ui-gxmlcpp@60611 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-10-29  ldumitrescu  <ldumitrescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	for VC compilers it is neccesary that libraries static objects to be initialized before application static objects
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47209 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-08-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	add forgotten ";" for the unix part in win32 fix.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47208 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-08-28  ldumitrescu  <ldumitrescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	changes in VC project files
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47207 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	minor changes for windows compatibility
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47206 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-08-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47204 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47203 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47202 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47201 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47200 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47199 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47198 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.16) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47197 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.16; NEWS update.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47196 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-08-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	  * All *Tree classes: Add optional "parse options" arg to all std constructors.   * Add mandatory options:     - Tree (all): XML_PARSE_NOBLANKS     - XSLTree   : XSLT_PARSE_OPTIONS
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47195 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-08-06  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	remove obsoleted and not used entries.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47194 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-07-31  ldumitrescu  <ldumitrescu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	adding gxnlcpp unit test project
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47193 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-03-13  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.15) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47191 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.15) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47190 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Prep 15.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47189 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	add missing "\" ;(.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47188 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-03-12  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.14) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47186 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.14) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47185 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep new release.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47184 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2007-03-09  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	+  * Add convenience header sp-gxmlcpp/Shortcuts.hpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47183 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-11-08  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	+  * Having the SP_PROG_CXX c++ checker (rules out g++-2.95): Removed +    all gcc 2.95 compat code.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47182 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-11-03  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.13) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47180 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.13) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47179 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.13) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47178 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.13) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47177 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for sp-auto-0.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47176 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-08-28  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.12) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47174 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.12) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47173 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.12.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47172 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

		* "Relative xpath" support for nodes (new methods Tree::Node::getNode[Set]).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47171 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-08-17  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	no message
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47170 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-08-14  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.11) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47168 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.11) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47167 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.11.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47166 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-08-08  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Add name matching support for all "NodeSet-acquiring" methods.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47165 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Add "hasAttribute()" helper for nodes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47164 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-07-14  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	fix extra ";".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47163 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-07-13  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.10) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47161 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.10) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47160 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	prep 1.1.10.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47159 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Add ValidatorTree as common abstract class for RelaxNG+SchemaTree,     to share the common code   * Validator(=Relax+Schema)Tree API change: "validate" replaced by     "isValid"; "validate" now throws "TreeInvalid_" on validation error     and returns tree ref on success.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47158 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-06-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	don't warn on undocumented.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47157 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Some minor cleanups for exceptions.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47156 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-05-25  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	no message
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47155 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	no message
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47154 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-04-21  heikoh  <heikoh@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47152 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47151 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47150 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47149 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47148 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.9) run by heiko@hoth.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47147 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	set version to 1.1.9
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47146 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-04-20  heikoh  <heikoh@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* fixed Tree::getXPathObject() * added Tree::setXPathNamespace() and its desires * enhanced Tree::XPathContextSwitch::ctor() to handle namespaces
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47145 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	added method registerNamespace()
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47144 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-02-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	follow suite: Use const ref.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47143 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-01-26  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	stdlib.h has a #define max, so we need to undefine it first.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47142 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-01-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.8) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47140 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.8) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47139 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Preparing 1.1.8.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47138 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-01-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix extra ";".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47137 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-01-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Minor style updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47136 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Follow suite: Move all non-template code to cpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47135 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix typo.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47134 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2006-01-20  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Follow suite: Header/Impl listing.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47133 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-12-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Text fix.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47132 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * Log: Replacing one strange/possibly danferous usage of string     constructor w/ explicit resize().
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47131 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-12-12  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: Output should not add extra endl.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47130 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix: extra info should go to stderr.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47129 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-12-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.7) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47127 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.7) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47126 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.7) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47125 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.7) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47124 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Preparing sp-gxmlcpp-1.1.7.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47123 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Using exceptions, not assert.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47122 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	XSL/RelaxNG/SchemaTree: Protect "=", Tree(Tree) to avoid wrong usage.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47121 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-11-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Tree:   - Implement operator= (this fixes free segfault when default copy operator is used).   - Implement Tree(Tree) constructor (this fixes free segfault when default copy constructor is used).   - Implement operator== (for convenience).   - Protect Tree() (default constructor should not be used). * Some cleanup in Tree code.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47120 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-11-04  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixng release syntax.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47119 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Using EmptyString_ from sp-utilcpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47118 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-06-17  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	[sp-auto-release (1.1.6) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47116 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.6) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47115 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- ignoring tarballs. - update to sp-auto >= 0.1.1 - Preparing 1.1.6.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47114 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.5) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47112 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.5) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47111 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.5) run by absurd@manwe.use.schlund.de]: Automatically updated from vc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47110 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	[sp-auto-release (1.1.5) run by absurd@manwe.use.schlund.de].
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47109 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixing download url.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47108 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Not notifying "abteilung".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47107 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Preparing 1.1.5.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47106 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Cosmetic: Synchronizing changelog format. - Moving "1.2 TODO to README"
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47105 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-06-16  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	update ignore.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47104 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- +.sp-auto.conf in dist. - -historic changelog.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47103 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-06-15  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update to sp-auto.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47102 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-04-21  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Big update to doxygen docs, removing all doxygen warnings.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47101 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-04-06  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	cosmetics.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47100 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-03-11  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	add todo note.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47099 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-03-10  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixing forgotten const for getAttribute.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47098 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-03-09  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Uopdate news.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47097 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Explicitly naming "p_" (forced by standard, and g++-3.4).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47096 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix typo: no* -> No* in CodeException constructor.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47095 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-02-23  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Use libxml2-2.6.16 and libxslt-1.1.12.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47094 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-02-18  heikoh  <heikoh@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Added Node::addSiblingAfter() method
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47093 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-02-15  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Use devel-announce, not devel, for announcement mail.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47092 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Syncing compile todo.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47091 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to ChangeLog for 1.1.4.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47089 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates to NEWS and README for 1.1.4.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47088 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Preparig for unstable release 1.1.4.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47087 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-02-14  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	reverting volvic irrsinn.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47086 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	it cannot be
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47085 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-02-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Fix: for sp-utilcpp fixing name scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47084 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-01-31  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixing XSLTransTree::XSLTTransTree typo (like in CStrArray) (gcc obvioulsy doesn't bother). Removing obsolete WIN32 ifdef.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47083 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-01-31  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Make it build on Windows.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47082 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-01-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Adding global cathcer for better error handling. - Add xslt parameter example.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47081 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Proper (C++) support for xslt parameters.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47080 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-01-20  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	no message
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47079 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2005-01-14  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	XSLTransTree: Parameter support for xsl translation.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47078 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-12-08  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding note about DefaultEncodings_.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47077 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-12-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding a "deafult encodings list".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47076 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-11-25  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixed some paths (costin).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47075 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-11-24  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Added Windows compatibility
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47074 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-11-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixing buggy win32 "config.h" include.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47073 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-11-11  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Tree::getNode(): Default for "doThrow" set to true (was false).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47072 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	getRootNode(): Santa's little helper to build trees from scratch.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47071 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding check: Building trees from scratch.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47070 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-11-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Changing all "concat" methods to return written bytes. - Removed wrong throw for zero-sized node dumps.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47069 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-27  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- NodeSet::Dump: Removing separator support for dumps. - NodeSet::Dump: Default construtor, concat methods (string, node, nodeset), node/nodeset constructors-
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47068 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing obsolete XSLT dump support, and other obsolete includes et.al.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47067 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding proper OutputBuffer class - Using OutputBuffer for NodeSet dump.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47066 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Remove old libxml2 version compat.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47065 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Remove obsolete Buffer include.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47064 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-27  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Cleaning and repairing dumps:   - Generic dump options for all dumps: format, encoding [, nodeSeparator]   - Removing "child" option from all dumps.   - Removing obsolete formatDumpDump.
	Apart from the cleanup, this fixes the encoding problem for node dumps.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47063 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-26  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	All const to const references, for conformity's sake.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47062 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Synchronizing all dump*() parameters to use "format encoding", in that order.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47061 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Replacing "noname.xml" by constant.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47060 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing obsolete encoding parameter for XML tree parsing.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47059 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing cerr output.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47058 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-26  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Extra nodeDump tool method for NodeSet::Dump (instead of just using xmlNodeDump).   + encoding && format options. - Updating NodeSet to use that.
	This fixes the default encoding for node dumps (to UTF-8).


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47057 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding Ned Dump test for non ascii dumps (will be fixed later, currently fails!).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47056 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	cosmetics.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47055 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-22  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	   - Fix: Complete tree dumps with proper XML header: Make them have encoding always.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47054 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	All addChild() methods: Returning the new node.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47053 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-21  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Fixing getEncoding methods to just deliver empty string if there is no encoding given (else, we lose information). - Using Tree::EmptyString_ in childs classes, too.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47052 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding method to get original charset encoding. - Adding unit tests for this. - Adding a default encoding. All get*Encoding() methods now rtetun this instead of an empty encoding.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47051 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Partly implementing "Tree:xxx(xpath): Let them work on all nodes/nodelist." from todo list.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47050 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing obsolete INSTALL.sp-gxmlcpp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47049 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing false warning for libtool >=1.5.10
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47048 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-20  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	no message
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47047 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-18  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Also upgrading the libxslt version.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47046 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Check for: libxml2 <= 2.6.11 bug: Once a non-validating XML was checked against the Schema, all following checks would not validate.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47045 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Changing xml2 min version to 2.6.14, as this version is known to fix the schema bug.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47044 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-08  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Some todo brain helpers.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47043 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Add Tree::unlink shortcut.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47042 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some more dont-forget todos
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47041 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Doc updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47040 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-10-04  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix sp-utilcpp version to check to 1.1.0.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47039 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Remobing obsolete code (moved to Tree::setTopLevelNamespaces()).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47038 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	   - Adding setTopLevelNamespace() configurator to Tree. Seemingly, this      is still needed ;(.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47037 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	REVERSING TERRORISTIC ATTACK ON CVS HEAD.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47036 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	REVERSING TERRORISTIC ATTACK ON CVS HEAD.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47035 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-29  danielstanciu  <danielstanciu@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Added support for MSVC compilers
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47034 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Remove temporary static compile
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47033 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fix: removing assert size==res (xslTOString is wrongly documented). - Fix: Setting size_ in condtrsuctor.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47032 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	   - XSL trans and dumping: Segfault fixes:      - XSLTrees with encoding being NULL.      - XSLTransTree::Dump for empty translation results (when        xslToString writes 0 bytes, even buf_ pointer stays NULL).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47031 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Bugfix: Prepare against xsltSaveToString when bytes written is 0. In that case, even buf_ is NULL ;(.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47030 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix: Prepare for encdoing being 0.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47029 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	all-static for testing (commented).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47028 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fix: Use direct parsing from file to get basename set correctly (makes includes work, for example).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47027 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	   - Tree: add xsltDump tool function.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47026 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-21  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	   - NodeSet: unlink support.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47025 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding support for "child" dump in NodeSet::Dump. - Removing obsolete/redundant Node::Dump class.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47024 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-21  heikoh  <heikoh@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	merged changes needed for wintinc into trunk
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47022 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-18  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixes for new default to parse w/o blanks.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47018 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding const getNewInterface tool. - Fixing getCount() (wrong try/catch, replaced with new interface style).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47017 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixing wrong "no node from path" into "eval" error.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47016 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixes for new default to parse w/o blanks.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47015 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-16  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding missing header Util.hpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47014 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-15  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Parse ignoring blanks by default. - Note about support for xmlParserOptions.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47013 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Parse ignoring blanks by default.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47012 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-10  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Todo/checks reminder updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47011 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-08  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	   - Add Tree::formatDumpDump tool method.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47010 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	   - Fix error handling for modifying Tree methods:      - getNode() now throws if needed.      - All modifying methods updated to enable throw.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47009 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Making setKeepBlanks static. This must be called per thread, obviously.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47008 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	obsolete newlines...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47007 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	adding keepBlanks fro xslt tests to make them work again.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47006 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some docu fixes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47005 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	   - Tree::dump() fix: Running formatDump with format=false for "/".    - Conf: Add setKeepBlanks option, setting false as default (this is      a reasonable default: Standard dumps are as compact as possible,      format dumps work as expected.)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47004 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-06  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	some upgrade updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47003 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-09-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Commenting namespace hack. Seemes to work like before ;).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47002 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-31  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Start NEWS for 1.1.4.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47001 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix: logging w/o prefix or touched ...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@47000 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Merging support for prefix into Conf.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46999 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to ChangeLog for 1.1.3.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46997 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates to NEWS and README for 1.1.3.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46996 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Version changes for release 1.1.3.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46995 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-26  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Ignoring tarballs && sigs.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46994 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

		- Fix circular dependencies caveat. We will now have only _one_ library     to link against (src-compat-1.0 moved to src/compat-1.0).   - Proper solution for hacky chmod +x *-version.   - Use SP_GXML_IGNORE_DEPRECATED diversed, in source only where needed     (except for the compat library itself).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46993 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Buffer: Add concat() method. - Tree::Node/NodeSet: More tools to conveniently dump/get childs. - Tree::NodeSet::Dump: Be able to specify a node separator.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46992 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Tree::NodeSet::add(Node|NodeSet), Tree::NodeSet().
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46991 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	  - Removing XMLObjectWrapper, using SP::Util::auto_base (private) natively.     This also fixes some "libxml/xslt direct access via get()" issues.   - Number of upgrade hints added to README.   - Tree::Node: Using NullNode, adding getChild(), getParent(), etc. for     easy navigating.   - Tree, TreeNode, Tree::NodeSet: Quite a number of shortcuts/handy tools     added.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46990 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-20  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	  - Tree: Some "dump" shortcuts added.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46989 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  - Merging .strap_run/.strap_dev into ".strap_dev [runonly|ggcenv]".     - Use ./configure to produce that file. It can now be sourced       properly (no need for backticks).     - Default bevaviour now is to taint autotool-supported variables       only. This should always work if your project using this library       alos uses autotools.     - "gccenv" sets the gcc environment variables as before. autotools       test may fail unexpectedly.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46988 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-19  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Some cleanups.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46987 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  - Protecting all enum values from preprocessor by naming convention     ("CatDog_" like for constant class variables).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46986 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-18  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Add not about missing XMLException header.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46985 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding some upgrade hints.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46984 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixing missing paths for src-compat-1.0
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46983 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Makefile.am : Make automake 1.9 mandatory. - configure.ac: Generating tar-ustar. Fail for file length >255. - .strap_auto : Warn if libtool < 1.5.7 (.lib/.lib link bug).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46982 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Doc updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46981 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding runonly option.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46980 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Merging strap_run/strap_dev into strap_dev. Newer libtool's can cope with that.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46979 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-13  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update to ChangeLog for 1.1.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46977 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to ChangeLog for 1.1.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46976 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	todo update.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46975 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to ChangeLog for 1.1.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46974 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates to NEWS and README for 1.1.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46973 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update version part.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46972 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing obsolete packageCheck.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46971 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adapting versions for new development release.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46970 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-11  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Changes summary and todo update.-
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46969 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Changes for sp-utilcpp usage.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46968 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	version ignore.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46967 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Actually USING sp-utilcpp, removing all redundant code.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46966 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding check for libdl. - Adding standard library check for sp-utilcpp to make it link.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46965 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-10  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Adding library version environment setup. - You need sp-utilcpp >=1.1 installed from now on (You might need to extend the global aclocal dirlist).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46964 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-09  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Dont use --include m4 here. This is for libraries.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46963 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-06  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Some cosmetic updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46962 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updating to autoreconf.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46961 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Putting "m4" into build run (SUBDIR). - Adding libxslt.m4 macro into distribution. - Adding skeleton sp-gxmlcpp macro, adding to dist and install. - Boosting min versions to 2.6.11/1.1.8.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46960 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Putting "m4" into build run (SUBDIR). - Adding libxslt.m4 macro into distribution. - Adding skeleton sp-gxmlcpp macro, adding to dist and install. - Boosting min versions to 2.6.11/1.1.8.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46959 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-08-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	More "dont forget about this" updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46958 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Note not to forget to check compat/temp friends.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46957 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-28  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding hint about "move node" feature.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46956 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-22  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Style fixes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46955 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-13  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixing some const std:.tring to references.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46954 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update to ChangeLog for 1.1.1.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46949 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates to NEWS and README for 1.1.1.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46948 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46947 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Several compat fixes for g++-2.95.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46946 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding deprecated warning.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46945 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some docu/adm updates for 1.1.1.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46944 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some docu updates for 1.1.1.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46943 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- XMLSchme test - RelaxNG test - better custom logging handling.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46942 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding option to en/disable custom logging.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46941 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-02  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing obsolete commented code.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46940 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing clog debugging.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46939 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Node::Dump and NodeSet::Dump tests.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46938 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Removing fromat options from Node[Set]::Dump. - Add getC/get pair to NodeSet::Dump.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46937 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding compat dir.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46936 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Tree::Node: Severe bugfix: Use pointer of XMLObjectWrapper.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46935 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Re-enabling XSLTrans unit test.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46934 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding hacky namespaces workaround (functionality unclear ;).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46933 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	XSL transformation tests.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46932 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some cosmetic updates. Also printing encoding.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46931 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fixing buffer used by Dump.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46930 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- XSLTransTree::Dump: std get() should deliver std::string, added getC() method. - Some variable name generalisation. - New public methods: XSLTree|XSLTransTree::getOutputEncoding(), XSLTransTree::Dump::getEncoding(). - Dump: Using string buffer (temporary hack).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46929 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Re-adding compat XSLTrans (possible by renaming XSLTrans -> XSLTransTree).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46928 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Remove obsolete method getStylesheet(). - Cleanup include list.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46927 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing setKeepBlanks option. I think it's obsolete.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46926 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixing wrong ifndef protection.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46925 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Tree::Node::Dump: Adding getC(). Standard get() should also deliver standard std::string...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46924 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Rather finale versions of following tests:
	- Tree_Constructors
	- Tree_Node_Read
	- Tree_NodeSet_Read
	- Tree_Node_Write
	_ Tree_Dump


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46923 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-07-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Tree::Dump: Adding getC(). Standard get() should also deliver standard std::string...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46922 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Tree::dump: std::string not char *.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46921 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Tree::NodeSet: Fixing segfault for xpathobject type=NODESET, but nodesetval is 0 anyway ;). - Tree::Node, Tree: New methods: addChild(), setAttribute, getAttribute.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46920 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Removing obsolete assert.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46919 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fixing wrong switch syntax. - Adding setAttribute method.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46918 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Tree::Node: Protecting setName: Only for element nodes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46917 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Update to new proper interface.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46916 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Compat: friend XMLTree. - Tree::Node, Tree: add setContent && setName methods. - Tree::getNode: Throwing own exception when NodeSet is empty (this is less confusing than std::range exception.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46915 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	getContent(): don't recurse ;)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46914 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	get*C resurrection.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46913 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Generalize doxygen header file and hints to LGPL license. - Update for XSLTransTree.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46912 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generalize doxygen header file and hints to LGPL license.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46911 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Add "License" doxygen page with verbatim inclusion of COPYING.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46910 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to LGPL 2.1 text.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46909 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixing example path.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46908 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Tree: Adding getContent() shortcut. Util: some const correctness.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46907 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Privatising...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46906 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	*Tree Contructors: Normalize base to be std::string ref everywhere.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46905 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Making XSLTrans derive from Tree. - To follow naming suite, renaming it to XSLTransTree. - Using Tree default constructor, not constructor from xmlDoc. - Several smaller design flaws fixed in tha process.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46904 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Replacing constructor from xmlDoc with protected default constructor.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46903 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding "encoding" optional parameter for all *Tree constructors.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46902 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Tree: Fixing impl order. - Tree: noFreeDoc -> dontFreeDoc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46901 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Node: Removing extra getXXX() methods delivering std::string.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46900 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- setContext(void) -> setContext(bool on=true) - Removing unsetContext(). - Making setContext(true) idempotent.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46899 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Renaming "test" -> "unittests".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46898 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding RelaxNG support.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46897 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Separating src/src-compat-1.0:
	 - Updated .cvsignores.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46896 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Separating src/src-compat-1.0:
	 - Automake updates.
	 - Warning in compat header files.
	 - .strap_dev and .strap_run fixed.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46895 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Separating src/src-compat-1.0:
	 - Moving compat interface to src-compat-1.0.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46894 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Separating src/src-compat-1.0:
	 - Renaming: examples -> tools.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46893 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Separating src/src-compat-1.0:
	 - Moving UnitTestCompat.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46892 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Schema debug test...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46891 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding XMLSchema support.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46890 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing "from xmlDoc" constructor. Removing obsolete docu from cpp. Group-docs on standard Tree constructors.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46889 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-28  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding local Conf class.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46888 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Commenting changes XSLTrans part (tests need to be migrated to main tests).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46887 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to new interface.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46886 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some include/friend/protected cleanups.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46885 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for fixes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46884 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Re-implementation using Tree, XSLTree, OutputBuffer.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46883 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fixing include protector. - getStylesheet: protected -> public.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46882 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Update to XMLObjectWrapper.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46881 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SP::GXML -> SP::Util
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46880 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Update to XMLObjectWrapper (Tree, Tree::Node) - Tree::Node::Dump, Tree::NodeSet::Dump: updates, hopefully final version ;). - Many other chages.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46879 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	setKeepBlanks: default argument.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46878 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Buffer and OutputBuffer wrapper classes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46877 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	strrep -> strrpl Add XMLObjectWrapper Fix intro doc
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46876 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding protected "noFreeDoc" tree option (needed for XSLTree).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46875 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding Conf, exslt ldadd (need fix).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46874 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Initial Conf class for globale configuration.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46873 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	getStylesheet() fixed (const).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46872 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Added strep (mass string replacement)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46871 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Added Tree Dumper (serializer).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46870 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Autotools cleanup
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46869 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing compat for libxml versions <2.6.20.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46868 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Using local libxslt macro. - Many other cleanups and simplifications.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46867 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	No longer using acinclude.m4, nor any smr_ macros.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46866 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding m4 directory as recommended, -I m4 updates to strap/Makefile.am - Adding libxslt check macro
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46865 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Autotools cleanup:  - Using libxml2 macro to check for libxml2  - Writing test to check for libxslt1 using xslt-config  - Check for libxml2 (2.6.10) and libxslt (1.1.7) required versions.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46864 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	More plans for 1.1.1...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46863 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-11  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- Solution for XPathContext problem for Tree. - Update in NEWS. - Update UnitTests.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46862 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Protecting all non-encapsulated methods (get, ->).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46861 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Node -> Tree::Node NodeSet -> Tree::NodeSet
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46860 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix non-refernce const string.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46859 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	DESTDIR support for local installs.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46858 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	DESTDIR support for local installs.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46857 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-04  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	More tests, some cleanup.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46856 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Forward declarations for header. - Implementing getNode, getNodeSet, getXPathObject.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46855 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixes for g++-3.4 -pedantic.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46854 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding getType().
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46853 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Making class variable non-const, so that default copy operator works.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46852 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	NodeSet: Don't reimplement STL, but use it (Dude, where is my code?)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46851 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	memory leak fix for compat XMLNode.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46850 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-03  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	More generic naming sheme for get* methods.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46844 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Node && NodeSet reworked.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46843 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Constructro fix.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46842 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Moved compat unit tests to its own file/program.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46841 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Compat: Re-activated all old Unit-Tests, migrating to boost.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46840 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- XMLNode: Fix silly bug in constructor. - XMLNode: Compat(old unit tests): Add default constructor. - XMLNode: Compat(old unit tests): Make _node non-const, so that default assignment works.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46839 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- XMLTree: Retaining compatibility for getString, getFloat, getBool. - XPathObject: Fixing getString, getFloat, getBool: Obsolete xpath parameter. Saving xpath as class variable.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46838 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-02  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Added Node, NodeSet, XSLTree (derived from XMLNode, XMLNodeSet, XSLTrans).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46837 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Doc --> Tree.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46836 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Doc constructor unit tests: Adding check for internal pointer != 0.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46835 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Doc constructor unit tests.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46834 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	doxygen doc fix.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46833 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-06-01  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	We dont need istream, and g++-2.95 does not support it.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46832 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Compat for libxml2 < 2.6.10.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46831 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Compat for g++-2.95: This has not <istream> inlcude.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46830 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding library check for libxml2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46829 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Moving from CPPUnit to libboost auto unit testing.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46828 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-05-28  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Commenting all old unit tests for now, so that the project will compile again.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46827 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for  - doxygen 1.3.7  - new directory scheme
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46826 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Merging both historic changelogs into one file.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46825 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-05-27  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	New "change all, make no prisoners" plan.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46824 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Moving getString/getBool/getFloat where they belong (XPathObject). See redundancies just drop away.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46823 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Uhm, the good old if-idiom to get the value of a bool ;).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46822 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for diversed XPathObject/Context,Doc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46821 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Add XPathObject.?pp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46820 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for XPathContext, Doc.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46819 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	fix include comments.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46818 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Add XPathContext.?pp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46817 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Add Doc.?pp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46816 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- fix typp. - Add Doc.?pp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46815 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-05-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	- nodeFromPath: Update with bool flag whether to throw or not. - Many redundancies removed using new nodeFromPath.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46814 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Dome more doxygen doc updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46813 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Fix XPathObject: We dont need doc. - Replaced two more old-style xmlXPathObjectPtr.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46812 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Some doxygen docs updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46811 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Removing createXPathObject method. - Employing XPathObject class. => We are now exception safe for memory leaks.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46810 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding holder subclass for "XPathObject".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46809 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding holder subclass "Doc". - Removing obsolete genTree helper method. - Cleanup of XMLTree constructors.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46808 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Adding "getXPathContext()" method. - Removing some obsolete comments.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46807 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Replacing internal XPathContext classes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46806 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	XPathContext: Make it public, and a subclass of XMLTree.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46805 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	cvsignore...
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46804 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update for repository changes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46803 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Numerous const correctness updates. - Obsolete private method destroyXPathObj deleted. - Numerous cosmetci/style changes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46802 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing all "one line scopes", and many other cosmetic changes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46801 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generic class variable nameing scheme: _myVar.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46800 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Numerous const correctness updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46799 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generic class variable nameing scheme: _myVar.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46798 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Numerous const correctness updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46797 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing all "one line scopes".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46796 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generic class variable nameing scheme: _myVar.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46795 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Numerous const correctness updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46794 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generic class variable nameing scheme: _myVar.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46793 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Numerous const correctness updates.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46792 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing all "one line scopes".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46791 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Generic class variable nameing scheme: _myVar.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46790 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates for new exception scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46789 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-05-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing XMLExceptzion completely.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46788 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updating XMLNodeSet to new exceptions scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46787 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updating XMLNode to new exceptions scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46786 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updating XMLDump to new exceptions scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46785 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updating XSLTrans to new exceptions scheme.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46784 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Exceptions.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46783 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	- Updateing XMLTree to new exceptions scheme. - Numerous cosmetic changes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46782 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding exceptions.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46781 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding tos utility.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46780 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	  * More straighforward directory layout, putting all C++-Source under     src/: sp-gxmlcpp (the library) and examples (Example applications).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46779 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	chmod fix for doxygen/newer automakes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46778 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Drop dates as version string ;).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46777 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Moving TODO to news.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46776 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-03-29  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: GetSiblingXML not const.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46775 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-03-17  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Missing "const"s fixed for addTree, getNodeSet.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46774 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Consistent syntax for "const".
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46773 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-01-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	unsorted->sorted (tm)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46772 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	todo list for 1.2, just dumped from local.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46771 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2004-01-12  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixing context bug for Dump, NodeSet.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46766 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-12-19  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	XMLTree: XPath context tread safety fix.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46760 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-08-11  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix: Moving non-ref catches to ref-catches.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46753 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-08-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Fixes for g++-3.3.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46751 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-08-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Updating NEWS with summaries from last two bugfix releases.
	* Adding tarball download point

	* Adding standard description about the NEWS file to top.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46749 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-07-15  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Adding const bug via doxygen.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46743 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-06-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Added doxygen note about bug (XMLNode::getContent() does the same trick as NodeSet, i.e. throws if there is no content (instead of delivering an empty string).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46742 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-06-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding bug to fix in later release.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46741 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding const-missing bugs to doxygen docu.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46740 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-04-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding checks to remove CVS directories and backup files from distribution.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46739 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-04-22  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	addTree Bug fixed, using NodeSet.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46734 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding method getNodePtr().
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46732 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to library version 2 for development.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46731 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Cosmetics.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46730 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding test for addTree Bug (currently unfixed).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46729 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix: Linking cppunit for examples/sp-gxmlcpp-test only.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46728 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-31  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Doxygen: Extra documentation gets postfix ".doc" (not ".txt").
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46727 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Reverting to old (working) auto bootstrap.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46726 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-25  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Updating version to 1.1 branch (head).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46725 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fix: Correct version for doxygen docs in distribution tarball.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46724 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Fixed .cvsignore.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46723 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-18  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Adding package name and version to doxygen configuration.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46722 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-17  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fix for man pages install.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46721 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-06  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing tarballs/BAK files.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46719 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Adding simple man pages for sp-gxmlcpp-[test@xsltproc].
	* Makefile.am: Adding man pages -- untested!!


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46717 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	FIX: Adding .strap_* scripts to distribution.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46716 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-04  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	FIX: Adding XSLTProc.cpp to examples.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46715 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-03  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	New development version 1.1.x.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46714 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SPRelease: Check in of invalid configure.ac for clarity.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46713 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SPRelease: ChangeLog update. Final change for Release 1.0.20030303.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46711 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SPRelease: 1.0.20030303 (CVS tag: SP_GXMLCPP_1_0_20030303) released.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46710 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-03  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Fixes in INSTALL.sp-gxmlcpp
	* Example fixes for doxygen.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46709 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-03-03  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Update: Using abteilung@volvic.schlund.de for email notification.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46708 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Release 1.0.x ! ;)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46707 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updates to README for 1st stable 1.0.x.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46706 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-02-27  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Replaced method "XMLTree::getTreeXML" with "XMLTree::getSiblingXML"
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46705 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-02-26  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	FIX: XMLNode::getAttribute().
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46704 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-02-07  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	New include order -- including implementation header file directly after local configuration in *.cpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46703 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-02-05  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* FIX: no ":" at beginnning or end of CPLUS_INCLUDE_PATH (gcc32 thinks this is ".", and WARNS)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46702 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-01-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Some changes in exslt support.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46701 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-01-30  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* XSLTrans.hpp: Including extensions.h
	* XSLTProc: Adding support for exslt.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46700 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-01-28  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Including XMLTree|Dump.hpp instead forward declaration.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46699 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Patch to support relative includes/imports with XSLT.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46698 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2003-01-24  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Adding .strap_auto
	* Removing autoUpdate from SPRelease.package


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46697 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-23  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding new binary.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46696 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Now using the default from SPRelease. You need sp-utilcpp from CVS.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46695 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-20  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* XSLTProc from tincas migrated.
	* Changes for g++-3.2 readyness.


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46694 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-19  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Changing all anti multi inclusion headers from _H to _HPP.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46693 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46692 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Cosmetic change.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46691 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Checking with g++ 3.2.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46690 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-19  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Old XMLTree and XSLTrans Tests from tincas migrated
	* All tests unified into one file/binary


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46689 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-18  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Fixed implicit header dependencies
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46688 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-13  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing braindead "config.h" include
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46687 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing double default arguments -- 3.2 does not like these.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46686 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	FIX: autodoc missing from extra dist.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46685 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-12  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removing -D_GNU_SOURCE: not needed.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46684 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Renaming test binary (in sync with sp-utilcpp naming scheme)
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46683 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing all trailing whitespace.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46682 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Adding newlines to new style multi line constant -- making test work again.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46681 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Make it all compilable with g++ 3.x.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46680 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Two uttility function to use the library directly form cvs.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46679 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing testsuite trash
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46678 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	input files pattern update to .hpp.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46677 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Juts some last more .h -> .hpp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46676 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Corrected name of example binary.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46675 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Renaming this file.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46674 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removin all refernces to old .h files from documentation.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46673 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Using new better doxygen doc setup
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46672 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Using new init scheme availaibe with automake 1.6
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46671 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	More .h to .hpp updates: should compile now.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46670 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Cosmetic: Making local includes in *.cpp real lokal.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46669 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Checking implicit dependencies.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46668 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Cosmetics.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46667 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Updationg to automake 1.6
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46666 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	.h --> .hpp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46665 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing emacs mode mark (emacs does not need this for *.cpp files).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46664 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Removing emacs mode mark (using the correct ending now).
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46663 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	.h -> .hpp
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46662 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-12-12  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* .h --> .hpp
	* Moving mixed "spaces/TABS" format back to TABS only (hopefully complete)


	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46661 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-11-14  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	SPRelease: Check in of invalid configure.ac for clarity.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46660 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SPRelease: ChangeLog update. Final change for Release 0.1.20021114.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46658 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	SPRelease: 0.1.20021114 (CVS tag: SP_GXMLCPP_0_1_20021114) released.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46657 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Added historic change logs to EXTRA_DIST
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46656 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Added historic change logs to install rules
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46655 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Update to new SPRelease
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46654 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Released : 14. 11. 2002
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46653 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Released : 14. 11. 2002
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46652 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-11-14  domivogt  <domivogt@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Removed CVSDUMMY.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46651 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-11-14  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Added a "-Werror" flag
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46650 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	The library version was set
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46649 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-11-14  spabsurd  <spabsurd@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Adding minmal instructions for library versioning.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46648 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-11-14  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Removed target distclean-local
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46647 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-10-22  geye  <geye@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	Merged this source file with the corresponding more advanced file from the TINCAS project. This is done since TINCAS should use this library.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46646 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-09-12  domivogt  <domivogt@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Released 0.1.20020912.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46645 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Updates for 0.1.20020912.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46643 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Fixed compiler warning.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46642 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-09-11  domivogt  <domivogt@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Fixed documentation distribution problems.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46641 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Documentation distribution fixes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46640 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* More doc distribution fixes.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46639 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Fixed documentation distribution problems.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46638 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Fixed typos in doc install rules.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46637 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

2002-09-09  domivogt  <domivogt@68a9b8fe-1ee0-0310-b702-80ecccfdeb3f>

	* Updated for initial open source release.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46636 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Updated DEVELOPER info.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46635 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Removed release tarballs.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46634 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	* Changed license to LGPL.
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46633 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f

	Initial revision
	git-svn-id: https://svn.1and1.org/svn/ssr/cvs-import/sp-gxmlcpp/trunk/sp-gxmlcpp@46628 68a9b8fe-1ee0-0310-b702-80ecccfdeb3f
