From jzhang at ximpleware.com Sat Oct 3 20:40:43 2009 From: jzhang at ximpleware.com (jimmy Zhang) Date: Sat, 3 Oct 2009 11:40:43 -0700 Subject: [Expat-discuss] [ANN]VTD-XML 2.7 References: Message-ID: <003c01ca4459$048da410$0402a8c0@your55e5f9e3d2> VTD-XML 2.7 is released and can be downloaded at http://sourceforge.net/projects/vtd-xml/files/ Below is a summary of what are the new features and enhancements. Expanded VTD-XML's Core API * VTDNav: toStringUpperCase, toStringLowerCase, contains(), endsWith(), startsWith() * Extended VTD added in-memory buffer support Improved Xpath * added the following XPath 2.0 functions: abs(), ends-with(), upper-case(), lower-case() * added support for variable reference * significantly enhanced XPath syntax, checking error reporting (Special thanks to Mark Swanson) * Internal performance tuning Bug fixes and Code Enhancement * C version significantly removed warning message, fix memory leak during Xpath expression parsing, * Various bug fies (Special thanks to Jon Roberts, John Zhu, Matej Spiller, Steve Polson, and Romain La Tellier) From johnmusbach1 at gmail.com Sun Oct 4 03:01:51 2009 From: johnmusbach1 at gmail.com (John Musbach) Date: Sat, 3 Oct 2009 21:01:51 -0400 Subject: [Expat-discuss] How do I compile libexpat as x86_64? Message-ID: <17c8e29e0910031801m4d091d83y54e2f155230ec8ec@mail.gmail.com> I've downloaded the latest sources from sourceforge (2.0.1) and have tried configuring the build with: ./configure --build=x86_64 --host=x86_64 --libdir=/opt/local/lib CPPFLAGS="-DXML_LARGE_SIZE -m64" but ultimately all I get is: bash-3.2$ file /opt/local/lib/libexpat.dylib /opt/local/lib/libexpat.dylib: Mach-O dynamically linked shared library i386 what gives??? -- Best Regards, John Musbach From dbn.lists at gmail.com Sun Oct 4 16:27:46 2009 From: dbn.lists at gmail.com (Dan Nicholson) Date: Sun, 4 Oct 2009 07:27:46 -0700 Subject: [Expat-discuss] How do I compile libexpat as x86_64? In-Reply-To: <17c8e29e0910031801m4d091d83y54e2f155230ec8ec@mail.gmail.com> References: <17c8e29e0910031801m4d091d83y54e2f155230ec8ec@mail.gmail.com> Message-ID: <91705d080910040727g33b94k4bcdd22fa135d884@mail.gmail.com> On Sat, Oct 3, 2009 at 6:01 PM, John Musbach wrote: > I've downloaded the latest sources from sourceforge (2.0.1) and have > tried configuring the build with: > > ./configure --build=x86_64 --host=x86_64 --libdir=/opt/local/lib > CPPFLAGS="-DXML_LARGE_SIZE -m64" > > but ultimately all I get is: > > bash-3.2$ file /opt/local/lib/libexpat.dylib > /opt/local/lib/libexpat.dylib: Mach-O dynamically linked shared > library i386 > > what gives??? I think you want to have the -m64 in CFLAGS and not CPPFLAGS. Then it will also be used when linking the library, and not just when preprocessing the C files. -- Dan From johnmusbach1 at gmail.com Sun Oct 4 20:25:36 2009 From: johnmusbach1 at gmail.com (John Musbach) Date: Sun, 4 Oct 2009 14:25:36 -0400 Subject: [Expat-discuss] How do I compile libexpat as x86_64? In-Reply-To: <91705d080910040727g33b94k4bcdd22fa135d884@mail.gmail.com> References: <17c8e29e0910031801m4d091d83y54e2f155230ec8ec@mail.gmail.com> <91705d080910040727g33b94k4bcdd22fa135d884@mail.gmail.com> Message-ID: <17c8e29e0910041125y1c1ce236mf29fa5fa4f1ea640@mail.gmail.com> On Sun, Oct 4, 2009 at 10:27 AM, Dan Nicholson wrote: > I think you want to have the -m64 in CFLAGS and not CPPFLAGS. Then it > will also be used when linking the library, and not just when > preprocessing the C files. Nope: bash-3.2$ file /opt/local/lib/libexpat.dylib /opt/local/lib/libexpat.dylib: Mach-O dynamically linked shared library i386 If it helps any I'm running Mac OS X 10.6.1, and what I'm trying to do is compile the libexpat library as x86_64 to satisfy some macports dependency requirements that it can't on its own resolve. When I ls the /opt/local/lib directory I see that the only changes made after I install libexpat is the libexpat.a and libexpat.la files: bash-3.2$ ls -lah /opt/local/lib/libexpat* lrwxr-xr-x 1 root admin 16B Nov 30 2008 /opt/local/lib/libexpat.0.dylib -> libexpat.1.dylib -rwxr-xr-x 2 root admin 143K Nov 24 2007 /opt/local/lib/libexpat.1.5.2.dylib lrwxr-xr-x 1 root admin 20B Nov 30 2008 /opt/local/lib/libexpat.1.dylib -> libexpat.1.5.2.dylib -rw-r--r-- 1 root admin 242K Oct 4 14:09 /opt/local/lib/libexpat.a lrwxr-xr-x 1 root admin 20B Nov 30 2008 /opt/local/lib/libexpat.dylib -> libexpat.1.5.2.dylib -rwxr-xr-x 1 root admin 743B Oct 4 14:09 /opt/local/lib/libexpat.la But I need the libexpat.dylib file to be made x86_64, how do I do this? Is this something special to Mac OS X that requires a special routine to accomplish? Thanks! -- Best Regards, John Musbach From dingli at founder.com Wed Oct 21 07:56:43 2009 From: dingli at founder.com (=?utf-8?B?RGluZ0xpKOS4geWKmyk=?=) Date: Wed, 21 Oct 2009 13:56:43 +0800 Subject: [Expat-discuss] Does everyone has expat that can be used in Windwo CE? Message-ID: Does everyone has expat that can be used in Windwo CE? Ths. Bigpin From sivaprasad.boddu at netenrich.com Fri Oct 30 14:22:43 2009 From: sivaprasad.boddu at netenrich.com (Sivaprasad Boddu) Date: Fri, 30 Oct 2009 06:22:43 -0700 Subject: [Expat-discuss] Issue in parsing xml Message-ID: <608C067CC8F2B24FB477732AFEE5CBD2412AB5699D@ex21.netenrich.com> Hi, This is Siva Prasad.I'm developing a c++ project in which I use Expat XML parser to parse. While parsing XML which consists Special characters inside tag like jkghtu&rur,there is problem.The value is not get parsed completely,only the values till "&" is returned by the parser as "jkghtu". Is there any issue with Expat (to parse Special characters inside XML) or am I missing anything? Please clarify me. Thanks , Siva. -------------------------------------------------- Confidentiality And Disclaimer Notice Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ......www.netenrich.com ------------------------------------------------- From aleix at member.fsf.org Fri Oct 30 16:45:25 2009 From: aleix at member.fsf.org (=?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?=) Date: Fri, 30 Oct 2009 16:45:25 +0100 Subject: [Expat-discuss] Issue in parsing xml In-Reply-To: <608C067CC8F2B24FB477732AFEE5CBD2412AB5699D@ex21.netenrich.com> References: <608C067CC8F2B24FB477732AFEE5CBD2412AB5699D@ex21.netenrich.com> Message-ID: On Fri, Oct 30, 2009 at 14:22, Sivaprasad Boddu wrote: > Hi, > > ? This is Siva Prasad.I'm developing a c++ project in which I use Expat XML parser to parse. > > ? While parsing XML which consists Special characters inside tag like jkghtu&rur,there is problem.The value is not get parsed completely,only the values till "&" is returned by the parser as "jkghtu". > > ? Is there any issue with Expat (to parse Special characters inside XML) or am I missing anything? > > ?Please clarify me. > & must not be used literally, it must be escaped, see: http://www.w3.org/TR/REC-xml/#syntax http://www.w3.org/TR/REC-xml/#dt-escape From aleix at member.fsf.org Fri Oct 30 18:01:51 2009 From: aleix at member.fsf.org (=?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?=) Date: Fri, 30 Oct 2009 18:01:51 +0100 Subject: [Expat-discuss] SCEW 1.0.0 released Message-ID: Hi, I'm pleased to announce SCEW 1.0.0. It has been a long time since the last release in May 2004. http://www.nongnu.org/scew/ This new release includes a lot of improvements: unit tests, homogenized API, a lot of new functions, support for custom I/O sources, documentation updates, Windows support improved and many others. Please, have a look at the changes link below for more details: http://www.nongnu.org/scew/NEWS.txt Savannah mirrors are being updated, so until then use the no-redirected download: http://download.savannah.gnu.org/releases-noredirect/scew/scew-1.0.0.tar.gz As usual, bugs, comments, criticisms, etc. are more than welcome. Happy hacking! Aleix