From boris at codesynthesis.com Tue Mar 20 05:18:48 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] XSD/e 1.0.0 released Message-ID: <20070320091848.GD9706@karelia> Hi, We've released CodeSynthesis XSD/e 1.0.0. XSD/e is a validating XML parser generator for mobile and embedded systems. It provides event- driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining small footprint and portability. For more information on XSD/e visit: http://www.codesynthesis.com/products/xsde/ This release includes precompiled binaries of the XSD/e compiler for GNU/Linux on x86, Solaris on SPARC, and Windows on x86. The binary distributions are available from the XSD/e download page: http://www.codesynthesis.com/products/xsde/download.xhtml Source code for this release is available from the XSD/e project page: http://www.codesynthesis.com/projects/xsde/ SHA1 checksums for the files: 66e168f614940de8cf7843ba511e4b3457923f28 xsde-1.0.0.tar.bz2 2e087ef80ac4298a9aad59350195fcb3a17af434 xsde-1.0.0-i686-linux-gnu.tar.bz2 8b0f454bc703556f9ad823969f84ce00feaf00c4 xsde-1.0.0-sparc-solaris.tar.gz 77295036e37397c05c39ab08bbdf7d7445147a36 xsde-1.0.0-i686-windows.zip have fun, -boris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 652 bytes Desc: Digital signature Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20070320/90fe716e/attachment.pgp From Robert.Greger at GeneralDigital.com Thu Mar 29 05:00:23 2007 From: Robert.Greger at GeneralDigital.com (Robert Greger) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] Library Size/Executable Size/Memory Usage Message-ID: <460B8027.2040108@GeneralDigital.com> Is there any information on Library Size/Executable Size/Memory Usage? -- Robert Greger Software Engineering Services General Digital Corporation 860-282-2900 ext. 142 http://www.GeneralDigital.com From boris at codesynthesis.com Thu Mar 29 06:09:22 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] Library Size/Executable Size/Memory Usage In-Reply-To: <460B8027.2040108@GeneralDigital.com> References: <460B8027.2040108@GeneralDigital.com> Message-ID: <20070329100922.GD20586@karelia> Hi Robert, Robert Greger writes: > Is there any information on Library Size/Executable Size/Memory Usage? It is tricky to get any meaningful results for this because the executable size and memory usage depend on the size, structure, and complexity of the schemas in a particular application. Runtime library size can also be used only as a rough guide since it is a static library and contains built-in parser that your application may not use so they won't be linked in. To give an idea, here are the numbers for the XSDBench[1] schema. I would put this schema in the medium range on the size and complexity scale. This information will also be available with the next release of XSDBench. The code was compiled for 32 bit linux target with g++-2.95. validating non-validating --------------------------------------------- a.out 250KB 222KB libxsde.a 344KB 300KB heap peak 35KB 35KB stack peak 3KB 2KB [1] http://www.codesynthesis.com/projects/xsdbench/ hth, -boris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 652 bytes Desc: Digital signature Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20070329/e071a22c/attachment.pgp From Robert.Greger at GeneralDigital.com Thu Mar 29 16:08:08 2007 From: Robert.Greger at GeneralDigital.com (Robert Greger) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] XSD/e Version and Build Date Message-ID: <460C1CA8.80602@GeneralDigital.com> What is the latest version and build date for XSD/e? -- Robert Greger Software Engineering Services General Digital Corporation 860-282-2900 ext. 142 http://www.GeneralDigital.com From boris at codesynthesis.com Thu Mar 29 18:23:09 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] XSD/e Version and Build Date In-Reply-To: <460C1CA8.80602@GeneralDigital.com> References: <460C1CA8.80602@GeneralDigital.com> Message-ID: <20070329222309.GD23612@karelia> Hi Robert, Robert Greger writes: > What is the latest version and build date for XSD/e? The latest version is 1.0.0, released on the 20th of March. The latest version is always available for download from: http://www.codesynthesis.com/products/xsde/download.xhtml hth, -boris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 652 bytes Desc: Digital signature Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20070330/787ad198/attachment.pgp