pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/qore-xml-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jul 22 12:22:43 UTC 2016

Modified Files:
        pkgsrc/textproc/qore-xml-module: Makefile PLIST distinfo
Removed Files:
        pkgsrc/textproc/qore-xml-module/patches: patch-configure
            patch-src_Makefile.in

Log Message:
Update qore-xml-module to version 1.3.

Release notes:

This release contains major new functionality and many bugfixes over
the previous version; major features include:

* SaxIterator class
* FileSaxIterator class
* massive improvements in SOAP compatibility support entailing significant
  changes in the following modules:
  - WSDL
  - SoapClient
  - SoapHandler
* QUnit-based testing infrastructure


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/qore-xml-module/Makefile \
    pkgsrc/textproc/qore-xml-module/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/qore-xml-module/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/qore-xml-module/patches/patch-configure \
    pkgsrc/textproc/qore-xml-module/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/qore-xml-module/Makefile
diff -u pkgsrc/textproc/qore-xml-module/Makefile:1.2 pkgsrc/textproc/qore-xml-module/Makefile:1.3
--- pkgsrc/textproc/qore-xml-module/Makefile:1.2        Sat Mar  5 11:29:33 2016
+++ pkgsrc/textproc/qore-xml-module/Makefile    Fri Jul 22 12:22:43 2016
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/22 12:22:43 nros Exp $
 
-DISTNAME=      qore-xml-module-1.2
-PKGREVISION=   5
+DISTNAME=      qore-xml-module-1.3
 CATEGORIES=    textproc
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2
+GITHUB_PROJECT=        module-xml
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
-MAINTAINER=    nros%users.sourceforge.net@localhost
+
+MAINTAINER=    nros%netbsd.org@localhost
 COMMENT=       XML module for Qore
 HOMEPAGE=      http://www.qore.org/
 LICENSE=       gnu-lgpl-v2.1 OR mit
@@ -17,6 +19,8 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    gmake pax
 PTHREAD_OPTS+= native
 
+CONFIGURE_ARGS+=--with-libsuffix=""
+
 #This is needed in order to comply the with MIT license and binary distribution
 #Install docs
 INSTALLATION_DIRS+=     share/doc/${PKGBASE}
Index: pkgsrc/textproc/qore-xml-module/distinfo
diff -u pkgsrc/textproc/qore-xml-module/distinfo:1.2 pkgsrc/textproc/qore-xml-module/distinfo:1.3
--- pkgsrc/textproc/qore-xml-module/distinfo:1.2        Wed Nov  4 02:00:06 2015
+++ pkgsrc/textproc/qore-xml-module/distinfo    Fri Jul 22 12:22:43 2016
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/07/22 12:22:43 nros Exp $
 
-SHA1 (qore-xml-module-1.2.tar.bz2) = 4fb5a8f7784f26014e79a6664ea48653b1169f63
-RMD160 (qore-xml-module-1.2.tar.bz2) = 9f6eb789726f0ee2fa356529e548d1693e208f61
-SHA512 (qore-xml-module-1.2.tar.bz2) = 6744e9affd1bb43065417b9a196c52cb49fafcf4192c5cefcf420eb51086f769f0a0e804585fbebb945e6f3e406973e8c3329406d2f499936666e1308bbbaf63
-Size (qore-xml-module-1.2.tar.bz2) = 824832 bytes
-SHA1 (patch-configure) = d6834c616665f32a10265b575d6e040156d572ef
-SHA1 (patch-src_Makefile.in) = e3caae1c90c507ab0d11738c1ac91ef130aac923
+SHA1 (qore-xml-module-1.3.tar.bz2) = 0a85604cbf77c486bce08ff70939ae17f2455a93
+RMD160 (qore-xml-module-1.3.tar.bz2) = f9dca0b0faeeed6144242c592fcfd1944bb90533
+SHA512 (qore-xml-module-1.3.tar.bz2) = 60a716aaf3a3fc6c6074a747efca5f0e518981a76faacee8e629d6743dc268937ed09d8242e34cc4668c3ead18fcae9ca2b7eda73f04d647726cc43ae196ef8a
+Size (qore-xml-module-1.3.tar.bz2) = 1106271 bytes

Index: pkgsrc/textproc/qore-xml-module/PLIST
diff -u pkgsrc/textproc/qore-xml-module/PLIST:1.1 pkgsrc/textproc/qore-xml-module/PLIST:1.2
--- pkgsrc/textproc/qore-xml-module/PLIST:1.1   Tue Dec 30 15:51:11 2014
+++ pkgsrc/textproc/qore-xml-module/PLIST       Fri Jul 22 12:22:43 2016
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:51:11 wiz Exp $
-${QORE_MODULE_DIR}/${QORE_VERSION}/SoapClient.qm
-${QORE_MODULE_DIR}/${QORE_VERSION}/SoapHandler.qm
-${QORE_MODULE_DIR}/${QORE_VERSION}/WSDL.qm
-${QORE_MODULE_DIR}/${QORE_VERSION}/XmlRpcHandler.qm
+@comment $NetBSD: PLIST,v 1.2 2016/07/22 12:22:43 nros Exp $
+${QORE_USER_MODULE_DIR}/SoapClient.qm
+${QORE_USER_MODULE_DIR}/SoapHandler.qm
+${QORE_USER_MODULE_DIR}/WSDL.qm
+${QORE_USER_MODULE_DIR}/XmlRpcHandler.qm
 ${QORE_MODULE_DIR}/xml-api-${QORE_LATEST_MODULE_API}.qmod
 share/doc/qore-xml-module/COPYING.LGPL
 share/doc/qore-xml-module/COPYING.MIT
 share/doc/qore-xml-module/SoapClient/html/_soap_client_8qm_8dox_8h_source.html
 share/doc/qore-xml-module/SoapClient/html/annotated.html
-share/doc/qore-xml-module/SoapClient/html/annotated.js
+share/doc/qore-xml-module/SoapClient/html/annotated_dup.js
+share/doc/qore-xml-module/SoapClient/html/arrowdown.png
+share/doc/qore-xml-module/SoapClient/html/arrowright.png
 share/doc/qore-xml-module/SoapClient/html/bc_s.png
 share/doc/qore-xml-module/SoapClient/html/bdwn.png
 share/doc/qore-xml-module/SoapClient/html/class_soap_client_1_1_soap_client-members.html
@@ -16,33 +18,16 @@ share/doc/qore-xml-module/SoapClient/htm
 share/doc/qore-xml-module/SoapClient/html/class_soap_client_1_1_soap_client.js
 share/doc/qore-xml-module/SoapClient/html/classes.html
 share/doc/qore-xml-module/SoapClient/html/closed.png
-share/doc/qore-xml-module/SoapClient/html/dir_49e56c817e5e54854c35e136979f97ca.html
-share/doc/qore-xml-module/SoapClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
-share/doc/qore-xml-module/SoapClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
-share/doc/qore-xml-module/SoapClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
-share/doc/qore-xml-module/SoapClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
-share/doc/qore-xml-module/SoapClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
-share/doc/qore-xml-module/SoapClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
-share/doc/qore-xml-module/SoapClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-xml-module/SoapClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+share/doc/qore-xml-module/SoapClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
+share/doc/qore-xml-module/SoapClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
+share/doc/qore-xml-module/SoapClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
+share/doc/qore-xml-module/SoapClient/html/doc.png
 share/doc/qore-xml-module/SoapClient/html/doxygen.css
 share/doc/qore-xml-module/SoapClient/html/doxygen.png
 share/doc/qore-xml-module/SoapClient/html/dynsections.js
-share/doc/qore-xml-module/SoapClient/html/ftv2blank.png
-share/doc/qore-xml-module/SoapClient/html/ftv2cl.png
-share/doc/qore-xml-module/SoapClient/html/ftv2doc.png
-share/doc/qore-xml-module/SoapClient/html/ftv2folderclosed.png
-share/doc/qore-xml-module/SoapClient/html/ftv2folderopen.png
-share/doc/qore-xml-module/SoapClient/html/ftv2lastnode.png
-share/doc/qore-xml-module/SoapClient/html/ftv2link.png
-share/doc/qore-xml-module/SoapClient/html/ftv2mlastnode.png
-share/doc/qore-xml-module/SoapClient/html/ftv2mnode.png
-share/doc/qore-xml-module/SoapClient/html/ftv2mo.png
-share/doc/qore-xml-module/SoapClient/html/ftv2node.png
-share/doc/qore-xml-module/SoapClient/html/ftv2ns.png
-share/doc/qore-xml-module/SoapClient/html/ftv2plastnode.png
-share/doc/qore-xml-module/SoapClient/html/ftv2pnode.png
-share/doc/qore-xml-module/SoapClient/html/ftv2splitbar.png
-share/doc/qore-xml-module/SoapClient/html/ftv2vertline.png
+share/doc/qore-xml-module/SoapClient/html/folderclosed.png
+share/doc/qore-xml-module/SoapClient/html/folderopen.png
 share/doc/qore-xml-module/SoapClient/html/functions.html
 share/doc/qore-xml-module/SoapClient/html/functions_func.html
 share/doc/qore-xml-module/SoapClient/html/functions_vars.html
@@ -61,49 +46,150 @@ share/doc/qore-xml-module/SoapClient/htm
 share/doc/qore-xml-module/SoapClient/html/nav_h.png
 share/doc/qore-xml-module/SoapClient/html/navtree.css
 share/doc/qore-xml-module/SoapClient/html/navtree.js
+share/doc/qore-xml-module/SoapClient/html/navtreedata.js
 share/doc/qore-xml-module/SoapClient/html/navtreeindex0.js
 share/doc/qore-xml-module/SoapClient/html/open.png
 share/doc/qore-xml-module/SoapClient/html/resize.js
-share/doc/qore-xml-module/SoapClient/html/search/all_63.html
-share/doc/qore-xml-module/SoapClient/html/search/all_63.js
-share/doc/qore-xml-module/SoapClient/html/search/all_67.html
-share/doc/qore-xml-module/SoapClient/html/search/all_67.js
-share/doc/qore-xml-module/SoapClient/html/search/all_68.html
-share/doc/qore-xml-module/SoapClient/html/search/all_68.js
-share/doc/qore-xml-module/SoapClient/html/search/all_6d.html
-share/doc/qore-xml-module/SoapClient/html/search/all_6d.js
-share/doc/qore-xml-module/SoapClient/html/search/all_73.html
-share/doc/qore-xml-module/SoapClient/html/search/all_73.js
-share/doc/qore-xml-module/SoapClient/html/search/all_75.html
-share/doc/qore-xml-module/SoapClient/html/search/all_75.js
-share/doc/qore-xml-module/SoapClient/html/search/all_76.html
-share/doc/qore-xml-module/SoapClient/html/search/all_76.js
-share/doc/qore-xml-module/SoapClient/html/search/classes_73.html
-share/doc/qore-xml-module/SoapClient/html/search/classes_73.js
+share/doc/qore-xml-module/SoapClient/html/search/all_0.html
+share/doc/qore-xml-module/SoapClient/html/search/all_0.js
+share/doc/qore-xml-module/SoapClient/html/search/all_1.html
+share/doc/qore-xml-module/SoapClient/html/search/all_1.js
+share/doc/qore-xml-module/SoapClient/html/search/all_10.html
+share/doc/qore-xml-module/SoapClient/html/search/all_10.js
+share/doc/qore-xml-module/SoapClient/html/search/all_11.html
+share/doc/qore-xml-module/SoapClient/html/search/all_11.js
+share/doc/qore-xml-module/SoapClient/html/search/all_12.html
+share/doc/qore-xml-module/SoapClient/html/search/all_12.js
+share/doc/qore-xml-module/SoapClient/html/search/all_13.html
+share/doc/qore-xml-module/SoapClient/html/search/all_13.js
+share/doc/qore-xml-module/SoapClient/html/search/all_14.html
+share/doc/qore-xml-module/SoapClient/html/search/all_14.js
+share/doc/qore-xml-module/SoapClient/html/search/all_2.html
+share/doc/qore-xml-module/SoapClient/html/search/all_2.js
+share/doc/qore-xml-module/SoapClient/html/search/all_3.html
+share/doc/qore-xml-module/SoapClient/html/search/all_3.js
+share/doc/qore-xml-module/SoapClient/html/search/all_4.html
+share/doc/qore-xml-module/SoapClient/html/search/all_4.js
+share/doc/qore-xml-module/SoapClient/html/search/all_5.html
+share/doc/qore-xml-module/SoapClient/html/search/all_5.js
+share/doc/qore-xml-module/SoapClient/html/search/all_6.html
+share/doc/qore-xml-module/SoapClient/html/search/all_6.js
+share/doc/qore-xml-module/SoapClient/html/search/all_7.html
+share/doc/qore-xml-module/SoapClient/html/search/all_7.js
+share/doc/qore-xml-module/SoapClient/html/search/all_8.html
+share/doc/qore-xml-module/SoapClient/html/search/all_8.js
+share/doc/qore-xml-module/SoapClient/html/search/all_9.html
+share/doc/qore-xml-module/SoapClient/html/search/all_9.js
+share/doc/qore-xml-module/SoapClient/html/search/all_a.html
+share/doc/qore-xml-module/SoapClient/html/search/all_a.js
+share/doc/qore-xml-module/SoapClient/html/search/all_b.html
+share/doc/qore-xml-module/SoapClient/html/search/all_b.js
+share/doc/qore-xml-module/SoapClient/html/search/all_c.html
+share/doc/qore-xml-module/SoapClient/html/search/all_c.js
+share/doc/qore-xml-module/SoapClient/html/search/all_d.html
+share/doc/qore-xml-module/SoapClient/html/search/all_d.js
+share/doc/qore-xml-module/SoapClient/html/search/all_e.html
+share/doc/qore-xml-module/SoapClient/html/search/all_e.js
+share/doc/qore-xml-module/SoapClient/html/search/all_f.html
+share/doc/qore-xml-module/SoapClient/html/search/all_f.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_0.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_0.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_1.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_1.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_2.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_2.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_3.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_3.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_4.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_4.js
+share/doc/qore-xml-module/SoapClient/html/search/classes_5.html
+share/doc/qore-xml-module/SoapClient/html/search/classes_5.js
 share/doc/qore-xml-module/SoapClient/html/search/close.png
-share/doc/qore-xml-module/SoapClient/html/search/functions_63.html
-share/doc/qore-xml-module/SoapClient/html/search/functions_63.js
-share/doc/qore-xml-module/SoapClient/html/search/functions_67.html
-share/doc/qore-xml-module/SoapClient/html/search/functions_67.js
-share/doc/qore-xml-module/SoapClient/html/search/functions_6d.html
-share/doc/qore-xml-module/SoapClient/html/search/functions_6d.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_0.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_0.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_1.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_1.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_10.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_10.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_11.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_11.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_2.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_2.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_3.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_3.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_4.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_4.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_5.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_5.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_6.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_6.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_7.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_7.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_8.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_8.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_9.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_9.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_a.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_a.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_b.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_b.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_c.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_c.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_d.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_d.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_e.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_e.js
+share/doc/qore-xml-module/SoapClient/html/search/functions_f.html
+share/doc/qore-xml-module/SoapClient/html/search/functions_f.js
+share/doc/qore-xml-module/SoapClient/html/search/groups_0.html
+share/doc/qore-xml-module/SoapClient/html/search/groups_0.js
 share/doc/qore-xml-module/SoapClient/html/search/mag_sel.png
-share/doc/qore-xml-module/SoapClient/html/search/namespaces_73.html
-share/doc/qore-xml-module/SoapClient/html/search/namespaces_73.js
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_0.html
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_0.js
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_1.html
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_1.js
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_2.html
+share/doc/qore-xml-module/SoapClient/html/search/namespaces_2.js
 share/doc/qore-xml-module/SoapClient/html/search/nomatches.html
-share/doc/qore-xml-module/SoapClient/html/search/pages_73.html
-share/doc/qore-xml-module/SoapClient/html/search/pages_73.js
+share/doc/qore-xml-module/SoapClient/html/search/pages_0.html
+share/doc/qore-xml-module/SoapClient/html/search/pages_0.js
 share/doc/qore-xml-module/SoapClient/html/search/search.css
 share/doc/qore-xml-module/SoapClient/html/search/search.js
 share/doc/qore-xml-module/SoapClient/html/search/search_l.png
 share/doc/qore-xml-module/SoapClient/html/search/search_m.png
 share/doc/qore-xml-module/SoapClient/html/search/search_r.png
-share/doc/qore-xml-module/SoapClient/html/search/variables_68.html
-share/doc/qore-xml-module/SoapClient/html/search/variables_68.js
-share/doc/qore-xml-module/SoapClient/html/search/variables_75.html
-share/doc/qore-xml-module/SoapClient/html/search/variables_75.js
-share/doc/qore-xml-module/SoapClient/html/search/variables_76.html
-share/doc/qore-xml-module/SoapClient/html/search/variables_76.js
+share/doc/qore-xml-module/SoapClient/html/search/searchdata.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_0.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_0.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_1.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_1.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_2.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_2.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_3.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_3.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_4.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_4.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_5.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_5.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_6.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_6.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_7.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_7.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_8.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_8.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_9.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_9.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_a.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_a.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_b.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_b.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_c.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_c.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_d.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_d.js
+share/doc/qore-xml-module/SoapClient/html/search/variables_e.html
+share/doc/qore-xml-module/SoapClient/html/search/variables_e.js
+share/doc/qore-xml-module/SoapClient/html/splitbar.png
 share/doc/qore-xml-module/SoapClient/html/sync_off.png
 share/doc/qore-xml-module/SoapClient/html/sync_on.png
 share/doc/qore-xml-module/SoapClient/html/tab_a.png
@@ -113,7 +199,9 @@ share/doc/qore-xml-module/SoapClient/htm
 share/doc/qore-xml-module/SoapClient/html/tabs.css
 share/doc/qore-xml-module/SoapHandler/html/_soap_handler_8qm_8dox_8h_source.html
 share/doc/qore-xml-module/SoapHandler/html/annotated.html
-share/doc/qore-xml-module/SoapHandler/html/annotated.js
+share/doc/qore-xml-module/SoapHandler/html/annotated_dup.js
+share/doc/qore-xml-module/SoapHandler/html/arrowdown.png
+share/doc/qore-xml-module/SoapHandler/html/arrowright.png
 share/doc/qore-xml-module/SoapHandler/html/bc_s.png
 share/doc/qore-xml-module/SoapHandler/html/bdwn.png
 share/doc/qore-xml-module/SoapHandler/html/class_soap_handler_1_1_soap_handler-members.html
@@ -121,33 +209,16 @@ share/doc/qore-xml-module/SoapHandler/ht
 share/doc/qore-xml-module/SoapHandler/html/class_soap_handler_1_1_soap_handler.js
 share/doc/qore-xml-module/SoapHandler/html/classes.html
 share/doc/qore-xml-module/SoapHandler/html/closed.png
-share/doc/qore-xml-module/SoapHandler/html/dir_49e56c817e5e54854c35e136979f97ca.html
-share/doc/qore-xml-module/SoapHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
-share/doc/qore-xml-module/SoapHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
-share/doc/qore-xml-module/SoapHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
-share/doc/qore-xml-module/SoapHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
-share/doc/qore-xml-module/SoapHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
-share/doc/qore-xml-module/SoapHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
-share/doc/qore-xml-module/SoapHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-xml-module/SoapHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+share/doc/qore-xml-module/SoapHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
+share/doc/qore-xml-module/SoapHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
+share/doc/qore-xml-module/SoapHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
+share/doc/qore-xml-module/SoapHandler/html/doc.png
 share/doc/qore-xml-module/SoapHandler/html/doxygen.css
 share/doc/qore-xml-module/SoapHandler/html/doxygen.png
 share/doc/qore-xml-module/SoapHandler/html/dynsections.js
-share/doc/qore-xml-module/SoapHandler/html/ftv2blank.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2cl.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2doc.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2folderclosed.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2folderopen.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2lastnode.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2link.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2mlastnode.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2mnode.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2mo.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2node.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2ns.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2plastnode.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2pnode.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2splitbar.png
-share/doc/qore-xml-module/SoapHandler/html/ftv2vertline.png
+share/doc/qore-xml-module/SoapHandler/html/folderclosed.png
+share/doc/qore-xml-module/SoapHandler/html/folderopen.png
 share/doc/qore-xml-module/SoapHandler/html/functions.html
 share/doc/qore-xml-module/SoapHandler/html/functions_func.html
 share/doc/qore-xml-module/SoapHandler/html/functions_vars.html
@@ -166,41 +237,50 @@ share/doc/qore-xml-module/SoapHandler/ht
 share/doc/qore-xml-module/SoapHandler/html/nav_h.png
 share/doc/qore-xml-module/SoapHandler/html/navtree.css
 share/doc/qore-xml-module/SoapHandler/html/navtree.js
+share/doc/qore-xml-module/SoapHandler/html/navtreedata.js
 share/doc/qore-xml-module/SoapHandler/html/navtreeindex0.js
 share/doc/qore-xml-module/SoapHandler/html/open.png
 share/doc/qore-xml-module/SoapHandler/html/resize.js
-share/doc/qore-xml-module/SoapHandler/html/search/all_61.html
-share/doc/qore-xml-module/SoapHandler/html/search/all_61.js
-share/doc/qore-xml-module/SoapHandler/html/search/all_63.html
-share/doc/qore-xml-module/SoapHandler/html/search/all_63.js
-share/doc/qore-xml-module/SoapHandler/html/search/all_72.html
-share/doc/qore-xml-module/SoapHandler/html/search/all_72.js
-share/doc/qore-xml-module/SoapHandler/html/search/all_73.html
-share/doc/qore-xml-module/SoapHandler/html/search/all_73.js
-share/doc/qore-xml-module/SoapHandler/html/search/all_76.html
-share/doc/qore-xml-module/SoapHandler/html/search/all_76.js
-share/doc/qore-xml-module/SoapHandler/html/search/classes_73.html
-share/doc/qore-xml-module/SoapHandler/html/search/classes_73.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_0.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_1.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_1.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_2.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_2.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_3.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_3.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_4.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_4.js
+share/doc/qore-xml-module/SoapHandler/html/search/all_5.html
+share/doc/qore-xml-module/SoapHandler/html/search/all_5.js
+share/doc/qore-xml-module/SoapHandler/html/search/classes_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/classes_0.js
 share/doc/qore-xml-module/SoapHandler/html/search/close.png
-share/doc/qore-xml-module/SoapHandler/html/search/functions_61.html
-share/doc/qore-xml-module/SoapHandler/html/search/functions_61.js
-share/doc/qore-xml-module/SoapHandler/html/search/functions_63.html
-share/doc/qore-xml-module/SoapHandler/html/search/functions_63.js
-share/doc/qore-xml-module/SoapHandler/html/search/functions_72.html
-share/doc/qore-xml-module/SoapHandler/html/search/functions_72.js
+share/doc/qore-xml-module/SoapHandler/html/search/functions_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/functions_0.js
+share/doc/qore-xml-module/SoapHandler/html/search/functions_1.html
+share/doc/qore-xml-module/SoapHandler/html/search/functions_1.js
+share/doc/qore-xml-module/SoapHandler/html/search/functions_2.html
+share/doc/qore-xml-module/SoapHandler/html/search/functions_2.js
+share/doc/qore-xml-module/SoapHandler/html/search/functions_3.html
+share/doc/qore-xml-module/SoapHandler/html/search/functions_3.js
+share/doc/qore-xml-module/SoapHandler/html/search/functions_4.html
+share/doc/qore-xml-module/SoapHandler/html/search/functions_4.js
 share/doc/qore-xml-module/SoapHandler/html/search/mag_sel.png
-share/doc/qore-xml-module/SoapHandler/html/search/namespaces_73.html
-share/doc/qore-xml-module/SoapHandler/html/search/namespaces_73.js
+share/doc/qore-xml-module/SoapHandler/html/search/namespaces_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/namespaces_0.js
 share/doc/qore-xml-module/SoapHandler/html/search/nomatches.html
-share/doc/qore-xml-module/SoapHandler/html/search/pages_73.html
-share/doc/qore-xml-module/SoapHandler/html/search/pages_73.js
+share/doc/qore-xml-module/SoapHandler/html/search/pages_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/pages_0.js
 share/doc/qore-xml-module/SoapHandler/html/search/search.css
 share/doc/qore-xml-module/SoapHandler/html/search/search.js
 share/doc/qore-xml-module/SoapHandler/html/search/search_l.png
 share/doc/qore-xml-module/SoapHandler/html/search/search_m.png
 share/doc/qore-xml-module/SoapHandler/html/search/search_r.png
-share/doc/qore-xml-module/SoapHandler/html/search/variables_76.html
-share/doc/qore-xml-module/SoapHandler/html/search/variables_76.js
+share/doc/qore-xml-module/SoapHandler/html/search/searchdata.js
+share/doc/qore-xml-module/SoapHandler/html/search/variables_0.html
+share/doc/qore-xml-module/SoapHandler/html/search/variables_0.js
+share/doc/qore-xml-module/SoapHandler/html/splitbar.png
 share/doc/qore-xml-module/SoapHandler/html/sync_off.png
 share/doc/qore-xml-module/SoapHandler/html/sync_on.png
 share/doc/qore-xml-module/SoapHandler/html/tab_a.png
@@ -210,49 +290,123 @@ share/doc/qore-xml-module/SoapHandler/ht
 share/doc/qore-xml-module/SoapHandler/html/tabs.css
 share/doc/qore-xml-module/WSDL/html/_w_s_d_l_8qm_8dox_8h_source.html
 share/doc/qore-xml-module/WSDL/html/annotated.html
-share/doc/qore-xml-module/WSDL/html/annotated.js
+share/doc/qore-xml-module/WSDL/html/annotated_dup.js
+share/doc/qore-xml-module/WSDL/html/arrowdown.png
+share/doc/qore-xml-module/WSDL/html/arrowright.png
 share/doc/qore-xml-module/WSDL/html/bc_s.png
 share/doc/qore-xml-module/WSDL/html/bdwn.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_binding-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_binding.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_binding__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_binding__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_binding__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_namespaces-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_namespaces.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_namespaces.js
 share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_d_l_lib-members.html
 share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_d_l_lib.html
 share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_d_l_lib.js
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_message-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_message.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_message__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_message__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_message__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation.js
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_w_s_operation__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service.js
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_web_service__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_array_type-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_array_type.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_attribute-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_attribute.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_attribute__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_attribute__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_attribute__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base_type-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_base_type.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_complex_type-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_complex_type.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_complex_type.js
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_data-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_data.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_data__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_data__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_data__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_element-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_element.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_element__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_element__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_element__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data.js
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_named_data__inherit__graph.png
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_simple_type-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_simple_type.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_typed_data-members.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_typed_data.html
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_typed_data__inherit__graph.map
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_typed_data__inherit__graph.md5
+share/doc/qore-xml-module/WSDL/html/class_w_s_d_l_1_1_xsd_typed_data__inherit__graph.png
 share/doc/qore-xml-module/WSDL/html/classes.html
 share/doc/qore-xml-module/WSDL/html/closed.png
-share/doc/qore-xml-module/WSDL/html/dir_49e56c817e5e54854c35e136979f97ca.html
-share/doc/qore-xml-module/WSDL/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
-share/doc/qore-xml-module/WSDL/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
-share/doc/qore-xml-module/WSDL/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
-share/doc/qore-xml-module/WSDL/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
-share/doc/qore-xml-module/WSDL/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
-share/doc/qore-xml-module/WSDL/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
-share/doc/qore-xml-module/WSDL/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-xml-module/WSDL/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+share/doc/qore-xml-module/WSDL/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
+share/doc/qore-xml-module/WSDL/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
+share/doc/qore-xml-module/WSDL/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
+share/doc/qore-xml-module/WSDL/html/doc.png
 share/doc/qore-xml-module/WSDL/html/doxygen.css
 share/doc/qore-xml-module/WSDL/html/doxygen.png
 share/doc/qore-xml-module/WSDL/html/dynsections.js
-share/doc/qore-xml-module/WSDL/html/ftv2blank.png
-share/doc/qore-xml-module/WSDL/html/ftv2cl.png
-share/doc/qore-xml-module/WSDL/html/ftv2doc.png
-share/doc/qore-xml-module/WSDL/html/ftv2folderclosed.png
-share/doc/qore-xml-module/WSDL/html/ftv2folderopen.png
-share/doc/qore-xml-module/WSDL/html/ftv2lastnode.png
-share/doc/qore-xml-module/WSDL/html/ftv2link.png
-share/doc/qore-xml-module/WSDL/html/ftv2mlastnode.png
-share/doc/qore-xml-module/WSDL/html/ftv2mnode.png
-share/doc/qore-xml-module/WSDL/html/ftv2mo.png
-share/doc/qore-xml-module/WSDL/html/ftv2node.png
-share/doc/qore-xml-module/WSDL/html/ftv2ns.png
-share/doc/qore-xml-module/WSDL/html/ftv2plastnode.png
-share/doc/qore-xml-module/WSDL/html/ftv2pnode.png
-share/doc/qore-xml-module/WSDL/html/ftv2splitbar.png
-share/doc/qore-xml-module/WSDL/html/ftv2vertline.png
+share/doc/qore-xml-module/WSDL/html/folderclosed.png
+share/doc/qore-xml-module/WSDL/html/folderopen.png
 share/doc/qore-xml-module/WSDL/html/functions.html
 share/doc/qore-xml-module/WSDL/html/functions_func.html
 share/doc/qore-xml-module/WSDL/html/functions_vars.html
 share/doc/qore-xml-module/WSDL/html/graph_legend.html
 share/doc/qore-xml-module/WSDL/html/graph_legend.md5
 share/doc/qore-xml-module/WSDL/html/graph_legend.png
+share/doc/qore-xml-module/WSDL/html/hierarchy.html
+share/doc/qore-xml-module/WSDL/html/hierarchy.js
 share/doc/qore-xml-module/WSDL/html/index.html
 share/doc/qore-xml-module/WSDL/html/index.qhp
+share/doc/qore-xml-module/WSDL/html/inherit_graph_0.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_0.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_0.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_1.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_1.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_1.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_2.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_2.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_2.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_3.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_3.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_3.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_4.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_4.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_4.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_5.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_5.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_5.png
+share/doc/qore-xml-module/WSDL/html/inherit_graph_6.map
+share/doc/qore-xml-module/WSDL/html/inherit_graph_6.md5
+share/doc/qore-xml-module/WSDL/html/inherit_graph_6.png
+share/doc/qore-xml-module/WSDL/html/inherits.html
 share/doc/qore-xml-module/WSDL/html/jquery.js
 share/doc/qore-xml-module/WSDL/html/namespace_w_s_d_l.html
 share/doc/qore-xml-module/WSDL/html/namespace_w_s_d_l.js
@@ -265,61 +419,120 @@ share/doc/qore-xml-module/WSDL/html/nav_
 share/doc/qore-xml-module/WSDL/html/nav_h.png
 share/doc/qore-xml-module/WSDL/html/navtree.css
 share/doc/qore-xml-module/WSDL/html/navtree.js
+share/doc/qore-xml-module/WSDL/html/navtreedata.js
 share/doc/qore-xml-module/WSDL/html/navtreeindex0.js
 share/doc/qore-xml-module/WSDL/html/open.png
 share/doc/qore-xml-module/WSDL/html/resize.js
-share/doc/qore-xml-module/WSDL/html/search/all_61.html
-share/doc/qore-xml-module/WSDL/html/search/all_61.js
-share/doc/qore-xml-module/WSDL/html/search/all_65.html
-share/doc/qore-xml-module/WSDL/html/search/all_65.js
-share/doc/qore-xml-module/WSDL/html/search/all_67.html
-share/doc/qore-xml-module/WSDL/html/search/all_67.js
-share/doc/qore-xml-module/WSDL/html/search/all_68.html
-share/doc/qore-xml-module/WSDL/html/search/all_68.js
-share/doc/qore-xml-module/WSDL/html/search/all_6d.html
-share/doc/qore-xml-module/WSDL/html/search/all_6d.js
-share/doc/qore-xml-module/WSDL/html/search/all_72.html
-share/doc/qore-xml-module/WSDL/html/search/all_72.js
-share/doc/qore-xml-module/WSDL/html/search/all_73.html
-share/doc/qore-xml-module/WSDL/html/search/all_73.js
-share/doc/qore-xml-module/WSDL/html/search/all_76.html
-share/doc/qore-xml-module/WSDL/html/search/all_76.js
-share/doc/qore-xml-module/WSDL/html/search/all_77.html
-share/doc/qore-xml-module/WSDL/html/search/all_77.js
-share/doc/qore-xml-module/WSDL/html/search/all_78.html
-share/doc/qore-xml-module/WSDL/html/search/all_78.js
-share/doc/qore-xml-module/WSDL/html/search/classes_77.html
-share/doc/qore-xml-module/WSDL/html/search/classes_77.js
+share/doc/qore-xml-module/WSDL/html/search/all_0.html
+share/doc/qore-xml-module/WSDL/html/search/all_0.js
+share/doc/qore-xml-module/WSDL/html/search/all_1.html
+share/doc/qore-xml-module/WSDL/html/search/all_1.js
+share/doc/qore-xml-module/WSDL/html/search/all_10.html
+share/doc/qore-xml-module/WSDL/html/search/all_10.js
+share/doc/qore-xml-module/WSDL/html/search/all_11.html
+share/doc/qore-xml-module/WSDL/html/search/all_11.js
+share/doc/qore-xml-module/WSDL/html/search/all_2.html
+share/doc/qore-xml-module/WSDL/html/search/all_2.js
+share/doc/qore-xml-module/WSDL/html/search/all_3.html
+share/doc/qore-xml-module/WSDL/html/search/all_3.js
+share/doc/qore-xml-module/WSDL/html/search/all_4.html
+share/doc/qore-xml-module/WSDL/html/search/all_4.js
+share/doc/qore-xml-module/WSDL/html/search/all_5.html
+share/doc/qore-xml-module/WSDL/html/search/all_5.js
+share/doc/qore-xml-module/WSDL/html/search/all_6.html
+share/doc/qore-xml-module/WSDL/html/search/all_6.js
+share/doc/qore-xml-module/WSDL/html/search/all_7.html
+share/doc/qore-xml-module/WSDL/html/search/all_7.js
+share/doc/qore-xml-module/WSDL/html/search/all_8.html
+share/doc/qore-xml-module/WSDL/html/search/all_8.js
+share/doc/qore-xml-module/WSDL/html/search/all_9.html
+share/doc/qore-xml-module/WSDL/html/search/all_9.js
+share/doc/qore-xml-module/WSDL/html/search/all_a.html
+share/doc/qore-xml-module/WSDL/html/search/all_a.js
+share/doc/qore-xml-module/WSDL/html/search/all_b.html
+share/doc/qore-xml-module/WSDL/html/search/all_b.js
+share/doc/qore-xml-module/WSDL/html/search/all_c.html
+share/doc/qore-xml-module/WSDL/html/search/all_c.js
+share/doc/qore-xml-module/WSDL/html/search/all_d.html
+share/doc/qore-xml-module/WSDL/html/search/all_d.js
+share/doc/qore-xml-module/WSDL/html/search/all_e.html
+share/doc/qore-xml-module/WSDL/html/search/all_e.js
+share/doc/qore-xml-module/WSDL/html/search/all_f.html
+share/doc/qore-xml-module/WSDL/html/search/all_f.js
+share/doc/qore-xml-module/WSDL/html/search/classes_0.html
+share/doc/qore-xml-module/WSDL/html/search/classes_0.js
+share/doc/qore-xml-module/WSDL/html/search/classes_1.html
+share/doc/qore-xml-module/WSDL/html/search/classes_1.js
+share/doc/qore-xml-module/WSDL/html/search/classes_2.html
+share/doc/qore-xml-module/WSDL/html/search/classes_2.js
+share/doc/qore-xml-module/WSDL/html/search/classes_3.html
+share/doc/qore-xml-module/WSDL/html/search/classes_3.js
 share/doc/qore-xml-module/WSDL/html/search/close.png
-share/doc/qore-xml-module/WSDL/html/search/functions_67.html
-share/doc/qore-xml-module/WSDL/html/search/functions_67.js
+share/doc/qore-xml-module/WSDL/html/search/functions_0.html
+share/doc/qore-xml-module/WSDL/html/search/functions_0.js
+share/doc/qore-xml-module/WSDL/html/search/functions_1.html
+share/doc/qore-xml-module/WSDL/html/search/functions_1.js
+share/doc/qore-xml-module/WSDL/html/search/functions_2.html
+share/doc/qore-xml-module/WSDL/html/search/functions_2.js
+share/doc/qore-xml-module/WSDL/html/search/functions_3.html
+share/doc/qore-xml-module/WSDL/html/search/functions_3.js
+share/doc/qore-xml-module/WSDL/html/search/functions_4.html
+share/doc/qore-xml-module/WSDL/html/search/functions_4.js
+share/doc/qore-xml-module/WSDL/html/search/functions_5.html
+share/doc/qore-xml-module/WSDL/html/search/functions_5.js
+share/doc/qore-xml-module/WSDL/html/search/functions_6.html
+share/doc/qore-xml-module/WSDL/html/search/functions_6.js
+share/doc/qore-xml-module/WSDL/html/search/functions_7.html
+share/doc/qore-xml-module/WSDL/html/search/functions_7.js
+share/doc/qore-xml-module/WSDL/html/search/functions_8.html
+share/doc/qore-xml-module/WSDL/html/search/functions_8.js
+share/doc/qore-xml-module/WSDL/html/search/functions_9.html
+share/doc/qore-xml-module/WSDL/html/search/functions_9.js
+share/doc/qore-xml-module/WSDL/html/search/functions_a.html
+share/doc/qore-xml-module/WSDL/html/search/functions_a.js
 share/doc/qore-xml-module/WSDL/html/search/mag_sel.png
-share/doc/qore-xml-module/WSDL/html/search/namespaces_77.html
-share/doc/qore-xml-module/WSDL/html/search/namespaces_77.js
+share/doc/qore-xml-module/WSDL/html/search/namespaces_0.html
+share/doc/qore-xml-module/WSDL/html/search/namespaces_0.js
 share/doc/qore-xml-module/WSDL/html/search/nomatches.html
-share/doc/qore-xml-module/WSDL/html/search/pages_77.html
-share/doc/qore-xml-module/WSDL/html/search/pages_77.js
+share/doc/qore-xml-module/WSDL/html/search/pages_0.html
+share/doc/qore-xml-module/WSDL/html/search/pages_0.js
 share/doc/qore-xml-module/WSDL/html/search/search.css
 share/doc/qore-xml-module/WSDL/html/search/search.js
 share/doc/qore-xml-module/WSDL/html/search/search_l.png
 share/doc/qore-xml-module/WSDL/html/search/search_m.png
 share/doc/qore-xml-module/WSDL/html/search/search_r.png
-share/doc/qore-xml-module/WSDL/html/search/variables_61.html
-share/doc/qore-xml-module/WSDL/html/search/variables_61.js
-share/doc/qore-xml-module/WSDL/html/search/variables_65.html
-share/doc/qore-xml-module/WSDL/html/search/variables_65.js
-share/doc/qore-xml-module/WSDL/html/search/variables_68.html
-share/doc/qore-xml-module/WSDL/html/search/variables_68.js
-share/doc/qore-xml-module/WSDL/html/search/variables_6d.html
-share/doc/qore-xml-module/WSDL/html/search/variables_6d.js
-share/doc/qore-xml-module/WSDL/html/search/variables_72.html
-share/doc/qore-xml-module/WSDL/html/search/variables_72.js
-share/doc/qore-xml-module/WSDL/html/search/variables_73.html
-share/doc/qore-xml-module/WSDL/html/search/variables_73.js
-share/doc/qore-xml-module/WSDL/html/search/variables_76.html
-share/doc/qore-xml-module/WSDL/html/search/variables_76.js
-share/doc/qore-xml-module/WSDL/html/search/variables_78.html
-share/doc/qore-xml-module/WSDL/html/search/variables_78.js
+share/doc/qore-xml-module/WSDL/html/search/searchdata.js
+share/doc/qore-xml-module/WSDL/html/search/variables_0.html
+share/doc/qore-xml-module/WSDL/html/search/variables_0.js
+share/doc/qore-xml-module/WSDL/html/search/variables_1.html
+share/doc/qore-xml-module/WSDL/html/search/variables_1.js
+share/doc/qore-xml-module/WSDL/html/search/variables_2.html
+share/doc/qore-xml-module/WSDL/html/search/variables_2.js
+share/doc/qore-xml-module/WSDL/html/search/variables_3.html
+share/doc/qore-xml-module/WSDL/html/search/variables_3.js
+share/doc/qore-xml-module/WSDL/html/search/variables_4.html
+share/doc/qore-xml-module/WSDL/html/search/variables_4.js
+share/doc/qore-xml-module/WSDL/html/search/variables_5.html
+share/doc/qore-xml-module/WSDL/html/search/variables_5.js
+share/doc/qore-xml-module/WSDL/html/search/variables_6.html
+share/doc/qore-xml-module/WSDL/html/search/variables_6.js
+share/doc/qore-xml-module/WSDL/html/search/variables_7.html
+share/doc/qore-xml-module/WSDL/html/search/variables_7.js
+share/doc/qore-xml-module/WSDL/html/search/variables_8.html
+share/doc/qore-xml-module/WSDL/html/search/variables_8.js
+share/doc/qore-xml-module/WSDL/html/search/variables_9.html
+share/doc/qore-xml-module/WSDL/html/search/variables_9.js
+share/doc/qore-xml-module/WSDL/html/search/variables_a.html
+share/doc/qore-xml-module/WSDL/html/search/variables_a.js
+share/doc/qore-xml-module/WSDL/html/search/variables_b.html
+share/doc/qore-xml-module/WSDL/html/search/variables_b.js
+share/doc/qore-xml-module/WSDL/html/search/variables_c.html
+share/doc/qore-xml-module/WSDL/html/search/variables_c.js
+share/doc/qore-xml-module/WSDL/html/search/variables_d.html
+share/doc/qore-xml-module/WSDL/html/search/variables_d.js
+share/doc/qore-xml-module/WSDL/html/splitbar.png
+share/doc/qore-xml-module/WSDL/html/sync_off.png
+share/doc/qore-xml-module/WSDL/html/sync_on.png
 share/doc/qore-xml-module/WSDL/html/tab_a.png
 share/doc/qore-xml-module/WSDL/html/tab_b.png
 share/doc/qore-xml-module/WSDL/html/tab_h.png
@@ -327,7 +540,9 @@ share/doc/qore-xml-module/WSDL/html/tab_
 share/doc/qore-xml-module/WSDL/html/tabs.css
 share/doc/qore-xml-module/XmlRpcHandler/html/_xml_rpc_handler_8qm_8dox_8h_source.html
 share/doc/qore-xml-module/XmlRpcHandler/html/annotated.html
-share/doc/qore-xml-module/XmlRpcHandler/html/annotated.js
+share/doc/qore-xml-module/XmlRpcHandler/html/annotated_dup.js
+share/doc/qore-xml-module/XmlRpcHandler/html/arrowdown.png
+share/doc/qore-xml-module/XmlRpcHandler/html/arrowright.png
 share/doc/qore-xml-module/XmlRpcHandler/html/bc_s.png
 share/doc/qore-xml-module/XmlRpcHandler/html/bdwn.png
 share/doc/qore-xml-module/XmlRpcHandler/html/class_xml_rpc_handler_1_1_xml_rpc_handler-members.html
@@ -335,33 +550,16 @@ share/doc/qore-xml-module/XmlRpcHandler/
 share/doc/qore-xml-module/XmlRpcHandler/html/class_xml_rpc_handler_1_1_xml_rpc_handler.js
 share/doc/qore-xml-module/XmlRpcHandler/html/classes.html
 share/doc/qore-xml-module/XmlRpcHandler/html/closed.png
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca.html
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
-share/doc/qore-xml-module/XmlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-xml-module/XmlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+share/doc/qore-xml-module/XmlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
+share/doc/qore-xml-module/XmlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
+share/doc/qore-xml-module/XmlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
+share/doc/qore-xml-module/XmlRpcHandler/html/doc.png
 share/doc/qore-xml-module/XmlRpcHandler/html/doxygen.css
 share/doc/qore-xml-module/XmlRpcHandler/html/doxygen.png
 share/doc/qore-xml-module/XmlRpcHandler/html/dynsections.js
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2blank.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2cl.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2doc.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2folderclosed.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2folderopen.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2lastnode.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2link.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2mlastnode.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2mnode.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2mo.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2node.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2ns.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2plastnode.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2pnode.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2splitbar.png
-share/doc/qore-xml-module/XmlRpcHandler/html/ftv2vertline.png
+share/doc/qore-xml-module/XmlRpcHandler/html/folderclosed.png
+share/doc/qore-xml-module/XmlRpcHandler/html/folderopen.png
 share/doc/qore-xml-module/XmlRpcHandler/html/functions.html
 share/doc/qore-xml-module/XmlRpcHandler/html/functions_func.html
 share/doc/qore-xml-module/XmlRpcHandler/html/functions_vars.html
@@ -380,51 +578,54 @@ share/doc/qore-xml-module/XmlRpcHandler/
 share/doc/qore-xml-module/XmlRpcHandler/html/nav_h.png
 share/doc/qore-xml-module/XmlRpcHandler/html/navtree.css
 share/doc/qore-xml-module/XmlRpcHandler/html/navtree.js
+share/doc/qore-xml-module/XmlRpcHandler/html/navtreedata.js
 share/doc/qore-xml-module/XmlRpcHandler/html/navtreeindex0.js
 share/doc/qore-xml-module/XmlRpcHandler/html/open.png
 share/doc/qore-xml-module/XmlRpcHandler/html/resize.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_61.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_61.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_63.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_63.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_67.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_67.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_69.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_69.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_73.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_73.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_76.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_76.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_78.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/all_78.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/classes_78.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/classes_78.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_0.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_1.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_1.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_2.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_2.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_3.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_3.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_4.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_4.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_5.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_5.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_6.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/all_6.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/classes_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/classes_0.js
 share/doc/qore-xml-module/XmlRpcHandler/html/search/close.png
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_61.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_61.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_63.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_63.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_67.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_67.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_73.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_73.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_0.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_1.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_1.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_2.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_2.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_3.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/functions_3.js
 share/doc/qore-xml-module/XmlRpcHandler/html/search/mag_sel.png
-share/doc/qore-xml-module/XmlRpcHandler/html/search/namespaces_78.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/namespaces_78.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/namespaces_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/namespaces_0.js
 share/doc/qore-xml-module/XmlRpcHandler/html/search/nomatches.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/pages_78.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/pages_78.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/pages_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/pages_0.js
 share/doc/qore-xml-module/XmlRpcHandler/html/search/search.css
 share/doc/qore-xml-module/XmlRpcHandler/html/search/search.js
 share/doc/qore-xml-module/XmlRpcHandler/html/search/search_l.png
 share/doc/qore-xml-module/XmlRpcHandler/html/search/search_m.png
 share/doc/qore-xml-module/XmlRpcHandler/html/search/search_r.png
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_69.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_69.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_76.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_76.js
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_78.html
-share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_78.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/searchdata.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_0.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_0.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_1.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_1.js
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_2.html
+share/doc/qore-xml-module/XmlRpcHandler/html/search/variables_2.js
+share/doc/qore-xml-module/XmlRpcHandler/html/splitbar.png
 share/doc/qore-xml-module/XmlRpcHandler/html/sync_off.png
 share/doc/qore-xml-module/XmlRpcHandler/html/sync_on.png
 share/doc/qore-xml-module/XmlRpcHandler/html/tab_a.png
@@ -433,9 +634,19 @@ share/doc/qore-xml-module/XmlRpcHandler/
 share/doc/qore-xml-module/XmlRpcHandler/html/tab_s.png
 share/doc/qore-xml-module/XmlRpcHandler/html/tabs.css
 share/doc/qore-xml-module/xml/html/annotated.html
-share/doc/qore-xml-module/xml/html/annotated.js
+share/doc/qore-xml-module/xml/html/annotated_dup.js
+share/doc/qore-xml-module/xml/html/arrowdown.png
+share/doc/qore-xml-module/xml/html/arrowright.png
 share/doc/qore-xml-module/xml/html/bc_s.png
 share/doc/qore-xml-module/xml/html/bdwn.png
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1FileSaxIterator-members.html
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1FileSaxIterator.html
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1FileSaxIterator.js
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1FileSaxIterator.png
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1SaxIterator-members.html
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1SaxIterator.html
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1SaxIterator.js
+share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1SaxIterator.png
 share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1XmlDoc-members.html
 share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1XmlDoc.html
 share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1XmlDoc.js
@@ -450,26 +661,14 @@ share/doc/qore-xml-module/xml/html/class
 share/doc/qore-xml-module/xml/html/classQore_1_1Xml_1_1XmlRpcClient.js
 share/doc/qore-xml-module/xml/html/classes.html
 share/doc/qore-xml-module/xml/html/closed.png
+share/doc/qore-xml-module/xml/html/deprecated.html
 share/doc/qore-xml-module/xml/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+share/doc/qore-xml-module/xml/html/doc.png
 share/doc/qore-xml-module/xml/html/doxygen.css
 share/doc/qore-xml-module/xml/html/doxygen.png
 share/doc/qore-xml-module/xml/html/dynsections.js
-share/doc/qore-xml-module/xml/html/ftv2blank.png
-share/doc/qore-xml-module/xml/html/ftv2cl.png
-share/doc/qore-xml-module/xml/html/ftv2doc.png
-share/doc/qore-xml-module/xml/html/ftv2folderclosed.png
-share/doc/qore-xml-module/xml/html/ftv2folderopen.png
-share/doc/qore-xml-module/xml/html/ftv2lastnode.png
-share/doc/qore-xml-module/xml/html/ftv2link.png
-share/doc/qore-xml-module/xml/html/ftv2mlastnode.png
-share/doc/qore-xml-module/xml/html/ftv2mnode.png
-share/doc/qore-xml-module/xml/html/ftv2mo.png
-share/doc/qore-xml-module/xml/html/ftv2node.png
-share/doc/qore-xml-module/xml/html/ftv2ns.png
-share/doc/qore-xml-module/xml/html/ftv2plastnode.png
-share/doc/qore-xml-module/xml/html/ftv2pnode.png
-share/doc/qore-xml-module/xml/html/ftv2splitbar.png
-share/doc/qore-xml-module/xml/html/ftv2vertline.png
+share/doc/qore-xml-module/xml/html/folderclosed.png
+share/doc/qore-xml-module/xml/html/folderopen.png
 share/doc/qore-xml-module/xml/html/functions.html
 share/doc/qore-xml-module/xml/html/functions_func.html
 share/doc/qore-xml-module/xml/html/group__XMLElementTypes.html
@@ -478,11 +677,18 @@ share/doc/qore-xml-module/xml/html/group
 share/doc/qore-xml-module/xml/html/group__XmlNodeTypes.js
 share/doc/qore-xml-module/xml/html/group__xml__functions.html
 share/doc/qore-xml-module/xml/html/group__xml__functions.js
+share/doc/qore-xml-module/xml/html/group__xml__generation__constants.html
+share/doc/qore-xml-module/xml/html/group__xml__generation__constants.js
 share/doc/qore-xml-module/xml/html/group__xml__option__constants.html
 share/doc/qore-xml-module/xml/html/group__xml__option__constants.js
+share/doc/qore-xml-module/xml/html/group__xml__parsing__constants.html
+share/doc/qore-xml-module/xml/html/group__xml__parsing__constants.js
 share/doc/qore-xml-module/xml/html/group__xmlrpc__functions.html
 share/doc/qore-xml-module/xml/html/group__xmlrpc__functions.js
+share/doc/qore-xml-module/xml/html/hierarchy.html
+share/doc/qore-xml-module/xml/html/hierarchy.js
 share/doc/qore-xml-module/xml/html/index.html
+share/doc/qore-xml-module/xml/html/index.qhp
 share/doc/qore-xml-module/xml/html/jquery.js
 share/doc/qore-xml-module/xml/html/modules.html
 share/doc/qore-xml-module/xml/html/modules.js
@@ -499,105 +705,118 @@ share/doc/qore-xml-module/xml/html/nav_g
 share/doc/qore-xml-module/xml/html/nav_h.png
 share/doc/qore-xml-module/xml/html/navtree.css
 share/doc/qore-xml-module/xml/html/navtree.js
+share/doc/qore-xml-module/xml/html/navtreedata.js
 share/doc/qore-xml-module/xml/html/navtreeindex0.js
 share/doc/qore-xml-module/xml/html/open.png
+share/doc/qore-xml-module/xml/html/pages.html
 share/doc/qore-xml-module/xml/html/resize.js
-share/doc/qore-xml-module/xml/html/search/all_61.html
-share/doc/qore-xml-module/xml/html/search/all_61.js
-share/doc/qore-xml-module/xml/html/search/all_62.html
-share/doc/qore-xml-module/xml/html/search/all_62.js
-share/doc/qore-xml-module/xml/html/search/all_63.html
-share/doc/qore-xml-module/xml/html/search/all_63.js
-share/doc/qore-xml-module/xml/html/search/all_64.html
-share/doc/qore-xml-module/xml/html/search/all_64.js
-share/doc/qore-xml-module/xml/html/search/all_65.html
-share/doc/qore-xml-module/xml/html/search/all_65.js
-share/doc/qore-xml-module/xml/html/search/all_66.html
-share/doc/qore-xml-module/xml/html/search/all_66.js
-share/doc/qore-xml-module/xml/html/search/all_67.html
-share/doc/qore-xml-module/xml/html/search/all_67.js
-share/doc/qore-xml-module/xml/html/search/all_68.html
-share/doc/qore-xml-module/xml/html/search/all_68.js
-share/doc/qore-xml-module/xml/html/search/all_69.html
-share/doc/qore-xml-module/xml/html/search/all_69.js
-share/doc/qore-xml-module/xml/html/search/all_6c.html
-share/doc/qore-xml-module/xml/html/search/all_6c.js
-share/doc/qore-xml-module/xml/html/search/all_6d.html
-share/doc/qore-xml-module/xml/html/search/all_6d.js
-share/doc/qore-xml-module/xml/html/search/all_6e.html
-share/doc/qore-xml-module/xml/html/search/all_6e.js
-share/doc/qore-xml-module/xml/html/search/all_70.html
-share/doc/qore-xml-module/xml/html/search/all_70.js
-share/doc/qore-xml-module/xml/html/search/all_71.html
-share/doc/qore-xml-module/xml/html/search/all_71.js
-share/doc/qore-xml-module/xml/html/search/all_72.html
-share/doc/qore-xml-module/xml/html/search/all_72.js
-share/doc/qore-xml-module/xml/html/search/all_73.html
-share/doc/qore-xml-module/xml/html/search/all_73.js
-share/doc/qore-xml-module/xml/html/search/all_74.html
-share/doc/qore-xml-module/xml/html/search/all_74.js
-share/doc/qore-xml-module/xml/html/search/all_76.html
-share/doc/qore-xml-module/xml/html/search/all_76.js
-share/doc/qore-xml-module/xml/html/search/all_78.html
-share/doc/qore-xml-module/xml/html/search/all_78.js
-share/doc/qore-xml-module/xml/html/search/classes_78.html
-share/doc/qore-xml-module/xml/html/search/classes_78.js
+share/doc/qore-xml-module/xml/html/search.new
+share/doc/qore-xml-module/xml/html/search/all_0.html
+share/doc/qore-xml-module/xml/html/search/all_0.js
+share/doc/qore-xml-module/xml/html/search/all_1.html
+share/doc/qore-xml-module/xml/html/search/all_1.js
+share/doc/qore-xml-module/xml/html/search/all_10.html
+share/doc/qore-xml-module/xml/html/search/all_10.js
+share/doc/qore-xml-module/xml/html/search/all_11.html
+share/doc/qore-xml-module/xml/html/search/all_11.js
+share/doc/qore-xml-module/xml/html/search/all_12.html
+share/doc/qore-xml-module/xml/html/search/all_12.js
+share/doc/qore-xml-module/xml/html/search/all_2.html
+share/doc/qore-xml-module/xml/html/search/all_2.js
+share/doc/qore-xml-module/xml/html/search/all_3.html
+share/doc/qore-xml-module/xml/html/search/all_3.js
+share/doc/qore-xml-module/xml/html/search/all_4.html
+share/doc/qore-xml-module/xml/html/search/all_4.js
+share/doc/qore-xml-module/xml/html/search/all_5.html
+share/doc/qore-xml-module/xml/html/search/all_5.js
+share/doc/qore-xml-module/xml/html/search/all_6.html
+share/doc/qore-xml-module/xml/html/search/all_6.js
+share/doc/qore-xml-module/xml/html/search/all_7.html
+share/doc/qore-xml-module/xml/html/search/all_7.js
+share/doc/qore-xml-module/xml/html/search/all_8.html
+share/doc/qore-xml-module/xml/html/search/all_8.js
+share/doc/qore-xml-module/xml/html/search/all_9.html
+share/doc/qore-xml-module/xml/html/search/all_9.js
+share/doc/qore-xml-module/xml/html/search/all_a.html
+share/doc/qore-xml-module/xml/html/search/all_a.js
+share/doc/qore-xml-module/xml/html/search/all_b.html
+share/doc/qore-xml-module/xml/html/search/all_b.js
+share/doc/qore-xml-module/xml/html/search/all_c.html
+share/doc/qore-xml-module/xml/html/search/all_c.js
+share/doc/qore-xml-module/xml/html/search/all_d.html
+share/doc/qore-xml-module/xml/html/search/all_d.js
+share/doc/qore-xml-module/xml/html/search/all_e.html
+share/doc/qore-xml-module/xml/html/search/all_e.js
+share/doc/qore-xml-module/xml/html/search/all_f.html
+share/doc/qore-xml-module/xml/html/search/all_f.js
+share/doc/qore-xml-module/xml/html/search/classes_0.html
+share/doc/qore-xml-module/xml/html/search/classes_0.js
+share/doc/qore-xml-module/xml/html/search/classes_1.html
+share/doc/qore-xml-module/xml/html/search/classes_1.js
+share/doc/qore-xml-module/xml/html/search/classes_2.html
+share/doc/qore-xml-module/xml/html/search/classes_2.js
 share/doc/qore-xml-module/xml/html/search/close.png
-share/doc/qore-xml-module/xml/html/search/functions_61.html
-share/doc/qore-xml-module/xml/html/search/functions_61.js
-share/doc/qore-xml-module/xml/html/search/functions_62.html
-share/doc/qore-xml-module/xml/html/search/functions_62.js
-share/doc/qore-xml-module/xml/html/search/functions_63.html
-share/doc/qore-xml-module/xml/html/search/functions_63.js
-share/doc/qore-xml-module/xml/html/search/functions_64.html
-share/doc/qore-xml-module/xml/html/search/functions_64.js
-share/doc/qore-xml-module/xml/html/search/functions_65.html
-share/doc/qore-xml-module/xml/html/search/functions_65.js
-share/doc/qore-xml-module/xml/html/search/functions_66.html
-share/doc/qore-xml-module/xml/html/search/functions_66.js
-share/doc/qore-xml-module/xml/html/search/functions_67.html
-share/doc/qore-xml-module/xml/html/search/functions_67.js
-share/doc/qore-xml-module/xml/html/search/functions_68.html
-share/doc/qore-xml-module/xml/html/search/functions_68.js
-share/doc/qore-xml-module/xml/html/search/functions_69.html
-share/doc/qore-xml-module/xml/html/search/functions_69.js
-share/doc/qore-xml-module/xml/html/search/functions_6c.html
-share/doc/qore-xml-module/xml/html/search/functions_6c.js
-share/doc/qore-xml-module/xml/html/search/functions_6d.html
-share/doc/qore-xml-module/xml/html/search/functions_6d.js
-share/doc/qore-xml-module/xml/html/search/functions_6e.html
-share/doc/qore-xml-module/xml/html/search/functions_6e.js
-share/doc/qore-xml-module/xml/html/search/functions_70.html
-share/doc/qore-xml-module/xml/html/search/functions_70.js
-share/doc/qore-xml-module/xml/html/search/functions_72.html
-share/doc/qore-xml-module/xml/html/search/functions_72.js
-share/doc/qore-xml-module/xml/html/search/functions_73.html
-share/doc/qore-xml-module/xml/html/search/functions_73.js
-share/doc/qore-xml-module/xml/html/search/functions_74.html
-share/doc/qore-xml-module/xml/html/search/functions_74.js
-share/doc/qore-xml-module/xml/html/search/functions_76.html
-share/doc/qore-xml-module/xml/html/search/functions_76.js
-share/doc/qore-xml-module/xml/html/search/functions_78.html
-share/doc/qore-xml-module/xml/html/search/functions_78.js
-share/doc/qore-xml-module/xml/html/search/groups_78.html
-share/doc/qore-xml-module/xml/html/search/groups_78.js
+share/doc/qore-xml-module/xml/html/search/functions_0.html
+share/doc/qore-xml-module/xml/html/search/functions_0.js
+share/doc/qore-xml-module/xml/html/search/functions_1.html
+share/doc/qore-xml-module/xml/html/search/functions_1.js
+share/doc/qore-xml-module/xml/html/search/functions_10.html
+share/doc/qore-xml-module/xml/html/search/functions_10.js
+share/doc/qore-xml-module/xml/html/search/functions_11.html
+share/doc/qore-xml-module/xml/html/search/functions_11.js
+share/doc/qore-xml-module/xml/html/search/functions_2.html
+share/doc/qore-xml-module/xml/html/search/functions_2.js
+share/doc/qore-xml-module/xml/html/search/functions_3.html
+share/doc/qore-xml-module/xml/html/search/functions_3.js
+share/doc/qore-xml-module/xml/html/search/functions_4.html
+share/doc/qore-xml-module/xml/html/search/functions_4.js
+share/doc/qore-xml-module/xml/html/search/functions_5.html
+share/doc/qore-xml-module/xml/html/search/functions_5.js
+share/doc/qore-xml-module/xml/html/search/functions_6.html
+share/doc/qore-xml-module/xml/html/search/functions_6.js
+share/doc/qore-xml-module/xml/html/search/functions_7.html
+share/doc/qore-xml-module/xml/html/search/functions_7.js
+share/doc/qore-xml-module/xml/html/search/functions_8.html
+share/doc/qore-xml-module/xml/html/search/functions_8.js
+share/doc/qore-xml-module/xml/html/search/functions_9.html
+share/doc/qore-xml-module/xml/html/search/functions_9.js
+share/doc/qore-xml-module/xml/html/search/functions_a.html
+share/doc/qore-xml-module/xml/html/search/functions_a.js
+share/doc/qore-xml-module/xml/html/search/functions_b.html
+share/doc/qore-xml-module/xml/html/search/functions_b.js
+share/doc/qore-xml-module/xml/html/search/functions_c.html
+share/doc/qore-xml-module/xml/html/search/functions_c.js
+share/doc/qore-xml-module/xml/html/search/functions_d.html
+share/doc/qore-xml-module/xml/html/search/functions_d.js
+share/doc/qore-xml-module/xml/html/search/functions_e.html
+share/doc/qore-xml-module/xml/html/search/functions_e.js
+share/doc/qore-xml-module/xml/html/search/functions_f.html
+share/doc/qore-xml-module/xml/html/search/functions_f.js
+share/doc/qore-xml-module/xml/html/search/groups_0.html
+share/doc/qore-xml-module/xml/html/search/groups_0.js
 share/doc/qore-xml-module/xml/html/search/mag_sel.png
-share/doc/qore-xml-module/xml/html/search/namespaces_71.html
-share/doc/qore-xml-module/xml/html/search/namespaces_71.js
+share/doc/qore-xml-module/xml/html/search/namespaces_0.html
+share/doc/qore-xml-module/xml/html/search/namespaces_0.js
 share/doc/qore-xml-module/xml/html/search/nomatches.html
+share/doc/qore-xml-module/xml/html/search/pages_0.html
+share/doc/qore-xml-module/xml/html/search/pages_0.js
+share/doc/qore-xml-module/xml/html/search/pages_1.html
+share/doc/qore-xml-module/xml/html/search/pages_1.js
 share/doc/qore-xml-module/xml/html/search/search.css
 share/doc/qore-xml-module/xml/html/search/search.js
 share/doc/qore-xml-module/xml/html/search/search_l.png
 share/doc/qore-xml-module/xml/html/search/search_m.png
 share/doc/qore-xml-module/xml/html/search/search_r.png
-share/doc/qore-xml-module/xml/html/search/variables_65.html
-share/doc/qore-xml-module/xml/html/search/variables_65.js
-share/doc/qore-xml-module/xml/html/search/variables_68.html
-share/doc/qore-xml-module/xml/html/search/variables_68.js
-share/doc/qore-xml-module/xml/html/search/variables_6e.html
-share/doc/qore-xml-module/xml/html/search/variables_6e.js
-share/doc/qore-xml-module/xml/html/search/variables_78.html
-share/doc/qore-xml-module/xml/html/search/variables_78.js
+share/doc/qore-xml-module/xml/html/search/searchdata.js
+share/doc/qore-xml-module/xml/html/search/variables_0.html
+share/doc/qore-xml-module/xml/html/search/variables_0.js
+share/doc/qore-xml-module/xml/html/search/variables_1.html
+share/doc/qore-xml-module/xml/html/search/variables_1.js
+share/doc/qore-xml-module/xml/html/search/variables_2.html
+share/doc/qore-xml-module/xml/html/search/variables_2.js
+share/doc/qore-xml-module/xml/html/search/variables_3.html
+share/doc/qore-xml-module/xml/html/search/variables_3.js
+share/doc/qore-xml-module/xml/html/splitbar.png
 share/doc/qore-xml-module/xml/html/sync_off.png
 share/doc/qore-xml-module/xml/html/sync_on.png
 share/doc/qore-xml-module/xml/html/tab_a.png



Home | Main Index | Thread Index | Old Index