Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread Berin Lautenbach
+1 - And thanks Neil for all the hard work! Cheers, Berin Neil Graham wrote: Hello all Xerces developers and XML PMC'ers, I think we're finally at the point where we can vote to transform Xerces into a top-level project of the Apache Software Foundation. The text of the motion, to which

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread David Cargill
+1. Thanks Neil. Regards, David A. Cargill XML Parser Development IBM Toronto Lab (905) 413-2371, tie 969 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (XERCESC-1270) XMLFormatter can produce XML that fails parsing

2004-11-17 Thread Dominik Stadler (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1270?page=history ] Dominik Stadler updated XERCESC-1270: - Attachment: TestXMLFormatter.h This is a testcase that shows that xerces includes the character 0x0e in the XML although the default setting fo

XERCESCROOT variable

2004-11-17 Thread Webb McDonald
Hello, I just was annoyed at having mistyped XERCESCROOT as XERCESROOT for about the 100th time this week. Does this happen to others so much or am I just that screwy? Gotta watch those details... Cheers, -- Webb McDonald

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread Ankit Pasricha
+1 Thanks Ankit Pasricha XML Parser Development IBM Toronto Lab 8200 Warden Avenue, Ontario L6G 1C7 Phone: (905) 413 4941 Neil Graham/Toronto/[EMAIL PROTECTED] 11/14/2004 11:21 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] cc [E

Building Xerces 2.6 with CodeWarrior 9

2004-11-17 Thread Peter Thomas
Hi, I've managed to successfully build Xerces with CodeWarrior 8.0, however when I try and build it using 9.2 I get the following errors: === Error : object 'xercesc_2_6::MacOSUnicodeConverter::fgMyServiceId' redefined MacOSUnicodeConverter.cpp line 78 icodeConverter::fgMyServiceId[]

Prblm building current src on mingw msys

2004-11-17 Thread Julien Boucaron
Hello, I got a simple problem while building the source with MinGw and MSys (last stable release) Classical configuration with the script helper given to configure but the result is: _ TRANSCODER is set for a CYGWIN transcoder _ SOCKET is set for a UNIX (socket.h...etc...) and I can't build

Re: /usr/local/lib/libxerces-c.so: undefined reference to `__ctype_b'

2004-11-17 Thread Julien Boucaron
Hi thomas, just a question have you compile from source xerces ? It seems for me that this error message is a common problem while attempting to link on fedora (redhat from version 9 in fact) a lib that have been built with compatibility on an "not so old" glibc because fedora ALWAYS remove compati

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread Sandy Gao
+1 Many thanks to Neil for putting this together. Sandy Gao Software Developer, IBM Canada (1-905) 413-3255 [EMAIL PROTECTED] Neil Graham/Toronto/[EMAIL PROTECTED] 11/14/2004 11:21 PM Please respond to xerces-j-dev To [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] cc [E

Can DOMWriter add the Prefix 0xFFFE to a UNICODE-File

2004-11-17 Thread ernst . boehl
Hello. I am using 2.60 and I want to serialize a DOM to a UNICODE-File UTF-16 with the DOMWriter. The file is written, but I am missing the Prefix "0xFFFE" at the beginning of the File. Does the DOMWriter not support that Prefix? Thank you for answers. Ernst

Solved: Can DOMWriter add the Prefix 0xFFFE to a UNICODE-File

2004-11-17 Thread ernst . boehl
I found   "fgDOMWRTBOM" in the documentation. Ernst -- Weitergeleitet von Ernst BOEHL/DE/CEGELEC am 16.11.2004 18:32 --- An:        <[EMAIL PROTECTED]> Kopie:         Thema:        Can DOMWriter add the Prefix 0xFFFE to a UNICODE-File Hello. I am u

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread Santiago Pericas-Geertsen
On Nov 14, 2004, at 11:21 PM, Neil Graham wrote: Hello all Xerces developers and XML PMC'ers, I think we're finally at the point where we can vote to transform Xerces into a top-level project of the Apache Software Foundation. The text of the motion, to which I give my +1, is as follows: Looks

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-17 Thread Neil Graham
Hi all, Here's Jason's +1, sent to me privately: - Forwarded by Neil Graham/Toronto/IBM on 11/17/2004 09:18 AM - "Jason E. Stewart" <[EMAIL PROTECTED]> wrote on 11/17/2004 08:00:45 AM: > Neil Graham <[EMAIL PROTECTED]> writes: > > > Hi Jason. Meant to CC you; would particularly like

Dynamically switching to/from a DOM ContentHandler during a SAX2 parse

2004-11-17 Thread Pete Hodgson
Hi all, This is a follow up question from my original post below about accessing file position information during a SAX2 parse. I've been experimenting with using SAX2XMLReader::getSrcOffset() to find the file position that elements were found at. The problem with getSrcOffset() is that it does

Re: Dynamically switching to/from a DOM ContentHandler during a SAX2 parse

2004-11-17 Thread david_n_bertoni
> I've been experimenting with using SAX2XMLReader::getSrcOffset() > to find the file position that elements were found at. The problem > with getSrcOffset() is that it doesn't always correspond exactly > to the absolute file position, as (for example) XMLReader will > sometimes silently eat the LF

SegFaullt problem

2004-11-17 Thread White Daniel E CONT DLVA
OK, I have an object class definition for a server application that contains: // XercesDOMParser* parser ; DOMTreeErrorReporter* errReporter ; //

Re: Dynamically switching to/from a DOM ContentHandler during a SAX2 parse

2004-11-17 Thread Michael Glavassevich
[EMAIL PROTECTED] wrote on 11/17/2004 11:44:42 AM: > > So, my new question is, what would be involved in dynamically > > switching the ContentHandler attached to a SAX2 parser, so that > > some portions of a document could be parsed into a DOM document, > > and others handled by a custom implemen

RE: XERCESCROOT variable

2004-11-17 Thread Scott Cantor
> I just was annoyed at having mistyped XERCESCROOT as XERCESROOT for > about the 100th time this week. Does this happen to others so much or > am I just that screwy? Gotta watch those details... Yes, I'm ashamed to say it bugs the heck out of me. -- Scott --

Re: Dynamically switching to/from a DOM ContentHandler during a SAX2 parse

2004-11-17 Thread Pete Hodgson
[EMAIL PROTECTED] wrote: I've been experimenting with using SAX2XMLReader::getSrcOffset() to find the file position that elements were found at. The problem with getSrcOffset() is that it doesn't always correspond exactly to the absolute file position, as (for example) XMLReader will sometimes sile

Re: DOM can't find schema from schemalocation/hint

2004-11-17 Thread Steve Harrington
Thanks Alberto, It turns out my code was in fact the problem - I thought I had turned on all of the things necessary for validation, but in fact I had not. Problem solved - thanks and I feel stupid ;-) Steve Harrington National Radio Astronomy Observatory Alberto Massari wrote: Hi Steve, you hav

RE: SegFaullt problem update -- ComplexTypeInfo::resizeContentSpe cOrgURI

2004-11-17 Thread White Daniel E CONT DLVA
Update: I recompiled the library with debug enabled. The Segmentation Fault is coming from ComplexTypeInfo::resizeContentSpecOrgURI -Original Message- From: White Daniel E CONT DLVA [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 11:54 AM To: '[EMAIL PROTECTED]' Subject: S

Re: Prblm building current src on mingw msys

2004-11-17 Thread Alberto Massari
At 13.01 16/11/2004 +0100, Julien Boucaron wrote: Hello, I got a simple problem while building the source with MinGw and MSys (last stable release) Classical configuration with the script helper given to configure but the result is: _ TRANSCODER is set for a CYGWIN transcoder _ SOCKET is se

Re: Dynamically switching to/from a DOM ContentHandler during a SAX2 parse

2004-11-17 Thread Alberto Massari
At 11.44 17/11/2004 -0800, Pete Hodgson wrote: [..] Does anyone have any advice, or references to any relevent documentation? What you're describing sounds like what SAX calls "filtering": http://www.saxproject.org/?selected=filters From what I can see, Xerces-c doesn't implement the org.xml.sax.XM