Re: Encoding scheme with DOMWriter

2003-03-20 Thread Neil Graham
x27;ll meet whatever need is compelling you to want a UTF8 char array in memory. Hope that helps, Neil [1]: http://xml.apache.org/xerces-c/apiDocs/classDOMWriter.html#z272_12 Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3

RE: XercesDOMParser::parse() - Is this Recursive?

2003-03-21 Thread Neil Graham
n when the problem occurs. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+-> | |

RE: XercesDOMParser::parse() - Is this Recursive?

2003-03-21 Thread Neil Graham
Hi Renin, No, that doesn't produce a very complex DFA and so not much recursion would be entailed. Just in case though I made a little document containing your grammar snippet and the parser ate it up happily. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413

Re: Encoding scheme with DOMWriter

2003-03-21 Thread Neil Graham
ou should be enough... Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | [EMAIL PR

Re: Problem with accentuated letters

2003-03-25 Thread Neil Graham
a DOMWriter? It would also be useful to know what you're XML document looks like; does it have an XML declaration that looks like If it doesn't, then this is likely the root of your pboblem--the document will be treated as if it were UTF-8 otherwise. Hope that helps, Neil N

Re: Problem with accentuated letters

2003-03-25 Thread Neil Graham
is, the information must be available to the parser if it's capable of serializing it correctly. So the question becomes: how are you "reaching" the nodes and, as importantly, how are you displaying the result? Cheers, Neil Neil Graham XML Parser Development IBM Toronto L

Re: problem with cvs ?

2003-03-28 Thread Neil Graham
Hi Vinayak, xerces_j_1? As far as I know, that's the name of the CVS branch for the old Xerces Java 1 code; I don't think xml-xerces/c was included in that branch. What specifically are you trying to get? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413

RE: problem with cvs ?

2003-03-28 Thread Neil Graham
ine here http://cvs.apache.org/viewcvs.cgi/xml-xerces/c/ Hope that helps! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | <[EMAIL PROTECT

fix for the personal.xsd sample

2003-04-01 Thread Neil Graham
nts="skip"/> @@ -52,12 +64,29 @@ + http://www.w3.org/XML/1998/namespace"; processContents="skip"/> - + + + + + http://www.w3.org/XML/1998/namespace"; processContents="skip"/> + + + + - + +

RE: Implementing getTextContent

2003-04-01 Thread Neil Graham
likely lots of other operations being performed (i.e., getTextContent shouldn't be used that often). Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> |

Re: LAX Validation

2003-04-01 Thread Neil Graham
er won't try and resolve anythig on its own. Hope that helps, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | &qu

Re: RFC: Schema annotation support

2003-04-02 Thread Neil Graham
great Gareth if you could share the interfaces you're sending to Richard with the list; that way we can all hopefully provide constructive suggestions. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-

Re: SAXPrint not printing DOCTYPE

2003-04-02 Thread Neil Graham
Hi, I believe sax2/DeclHandler is (at least) what you'll need. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | Garet

RE: RFC: Schema annotation support

2003-04-03 Thread Neil Graham
wildcard in the type definition for the item itself or for the enclosing items which correspond to the component within which the annotation component is located. ]] So I think the problem at hand is a bit more complex than has so far appeared... Cheers, Neil [1]: http://www.w3.org/TR/xmlschema-1/#dec

Re: Next release

2003-04-03 Thread Neil Graham
ents which have this capability, it might be good to have a stable release for people to use sooner rather than later. Anyway, that's a preview of some of the things we're looking into over here; more details (and lots of opportunity for discussion!) to follow soonish. Cheers! Ne

nightlies refreshed

2003-04-04 Thread Neil Graham
4.3.3 binaries built with VA 6? If so it would be easy to include them. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [

Re: getting warning about xercesc_2_3::XMemory should be explicitlyinitialized

2003-06-06 Thread Neil Graham
ility. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | "Michael Thomas" | | | <[EMAIL PROTECTED]| |

Re: well-formed or not?

2003-06-06 Thread Neil Graham
Hi Dave, Michael's right, no question; Xerces-J jumps all over this document. So by all means, please file a bug so we can track this one. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: [PATCH]: Small typo in dom/deprecated/AttrImpl

2003-05-27 Thread Neil Graham
ak; it's better than a segmentation fault. :) Unless something else really horrible rears its head in the next few hours, this won't make it into 2.3.0; but it will certainly make it into CVS straightway. Thanks for the patch! Cheers, Neil Neil Graham XML Parser Development IBM Toronto La

[ANN]: Xerces-C 2.3.0 released!

2003-05-27 Thread Neil Graham
, Linux, Solaris and Windows. They can be downloaded from http://xml.apache.org/dist/xerces-c/stable/. Enjoy! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED

Re: How to commit updated port for OS/2

2003-05-27 Thread Neil Graham
t CVS source and either post them here or attach them to a bugzilla port; I'm sure one of us committers will be happy to put them into CVS for you soon enough. Just remember the -u option when you make the patches; that'll help us assess them. :) Cheers, Neil Neil Graham XML Parser Developm

RE: New memory manager alignment issues?

2003-05-27 Thread Neil Graham
re are no shortcomings to the approach we've selected; so if you come up with an alternative that performs competitively and is more robust, I'm certain it would be considered. This is open-source after all; we'll all have better products if we work together to make them better.

Re: [ANN]: Xerces-C 2.3.0 released!

2003-05-29 Thread Neil Graham
Hi Colin, Sorry about that; for some reason I had been under the misapprehension that the createDocs scripts took care of this. I've now updated the website; can you let me know if it worked? Thanks, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3

RE: [ANN]: Xerces-C 2.3.0 released!

2003-05-29 Thread Neil Graham
e memory management you can see how much improvement we should be able to derive with using memory pooling. I think Khaled will be tackling this issue. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L

Re: Build failure under cygwin

2003-06-03 Thread Neil Graham
Hi Webb, I just built CVS under cygwin this morning, and all went well. The only odd thing I notice from your error log is a reference to the Xerces 2.2 namespace; you won't get that from CVS or Xerces 2.3.0 source code. So I wonder how that's slipping in? Cheers, Neil Neil Graham

in search of ideas: how might one write a test that the parser never callsglobal new directly?

2003-06-03 Thread Neil Graham
t the pluggable mechanism is always used. Anyone have some thoughts on how one might go about doing this in a compiler/OS agnostic manner? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

Re: in search of ideas: how might one write a test that the parser nevercalls global new directly?

2003-06-04 Thread Neil Graham
could rig something together that we could integrate into our sanity tests that we run nightly on every platform we support + lots of others that we happen to have around. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: Templates in Source-Files

2003-06-04 Thread Neil Graham
your local copy hasn't been modified somehow? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+

Re: Solaris When did the binaries jump to the Forte 6.2 compiler

2003-06-05 Thread Neil Graham
easons for that; so 2.0 may not work either. So you may want to try 1.7 to see if that solves your problem. Good luck! Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: 2.3.1 bfr ?

2003-06-16 Thread Neil Graham
sing need for a 2.3.1. What do others think? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | "Bjoern A. Zeeb" | | |

Re: Continue on error

2003-06-16 Thread Neil Graham
rser to process something that it's not expecting, you're on your own. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | "Bagepalli,

RE: Xerces2.3 Compile errors On VC7.1

2003-06-20 Thread Neil Graham
Hi Naveen, Sounds like you need to download some tools to handle tarballs. :) Anyway, next week I'll try and upload some new binaries into our nightly directories; it's been a while since the last release and some bugs--particularly with respect to MSVC 7.1--have been fixed. Cheers,

RE: Xerces2.3 Compile errors On VC7.1

2003-06-20 Thread Neil Graham
Hi Naveen, I use the Cygwin tools myself, available from http://www.cygwin.com. They provide pretty much everything a Linux lover like myself could want. Of course, if you're not so enamoured of Linux/Unix, this might not be for you. :) Cheers, Neil Neil Graham XML Parser Developmen

Re: [fwd: Xerces nightly build has failed]

2003-06-24 Thread Neil Graham
Hi Stephen, I think PeiYong fixed this yesterday; I trust your builds aren't failing anymore? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | |

Re: Errors while Building xerces on Solaris using GCC

2003-06-27 Thread Neil Graham
likely hit another compiler bug, and that a similar sort of workaround would have to be implemented. Any chance you can upgrade your compiler? :) Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: Processing instruction

2003-07-10 Thread Neil Graham
I think we have a bug, and I'd encourage you to open a Bugzilla entry about it. Cheers, Neil [1]: http://www.iana.org/assignments/character-sets Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [

Re: AW: Processing instruction

2003-07-10 Thread Neil Graham
Hi Matthias, Looks like you're setting it up correctly as far as I can tell. So please file this as a bug so it doesn't get lost in the shuffle. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: Still problems with linking

2003-07-16 Thread Neil Graham
Hi Daniel, Wonder if this bug report has any bearing on what you're seeing: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21079 Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: Can't seem to validate against an external grammar

2003-07-17 Thread Neil Graham
Hi Mandeep, You may also wish to take a look at DOMBuilder's setProperty method; using XMLUni::fgXercesSchemaExternalNoNamespaceSchemaLocation as the first parameter should provide a similar effect to setExternalNoNamespaceSchemaLocation. Cheers, Neil Neil Graham XML Parser Developmen

Re: Xerces kernel panic - can't find message domain

2003-07-24 Thread Neil Graham
out a message loader, you could get nasty, undefined behaviour. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | Hannum Daniel| | |

Re: An exception occurred! Type:UTFDataFormatException: why??

2003-07-25 Thread Neil Graham
many MIME translations in the mail system and certainly doesn't arrive unchanged in our inboxes. So what we'll need to figure out what's going on is a file that exhibits the problem on your system, attached to the message as a zip archive (or gzip; doesn't matter). Thank

Re: AW: AW: AW: Validation with another DTD than specified in XML fil e

2003-07-29 Thread Neil Graham
you need. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | | "Andreas B. Thun"| | | <

Re: AW: AW: AW: Validation with another DTD than specified in XML fil e

2003-07-29 Thread Neil Graham
Hi Andreas, Yes, that should work. Note that there was a bug fixed recently that was causing a segfault in certain preparsing situations; perhaps David Cargill can shed more light on this. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail

RE: UTFDataFormatException (bitwise AND error in XMLUTF8Transcode r)

2003-08-14 Thread Neil Graham
ception. Anyway I can decipher from the SAXParseException that it was a UTFDataFormatException. I don't see any exposed methods to get the exception type, although it is present in the message. I want to direct the user to specify an encoding (possibly tell then the appropriate encoding too).

Re: UTFDataFormatException (bitwise AND error in XMLUTF8Transcoder)

2003-08-14 Thread Neil Graham
able to reproduce the behaviour you describe when the document is declared to be UTF-8: the parser still produced an error for me in this case. If you continue to observe this, please attach a test case declared to be UTF-8 that works. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab P

Re: Quick, Simple question. PLEASE try to reply fast...

2003-08-20 Thread Neil Graham
Hi Vinayak, Well, AbstractDOMParser has a parse method that takes an InputSource as a parameter; and both DOMBuilderImpl and XercesDOMParser inherit from that class. So you should be able to use MemBufInputSource with either, quite as eaily as you could in SAX. Cheers, Neil Neil Graham XML

what should the parser do once it panics?

2003-08-22 Thread Neil Graham
to fix this, or whether no one in fact knows of any situation where it wouldn't be safe for a user's PanicHandler simply to send an exception through the parser and back to their own routines. Thoughts? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-

Re: SAX-Parser does not validate (DTD)

2003-08-22 Thread Neil Graham
tention to the grammar you've preloaded (or something went wrong with the preloading). Hope that helps, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] |-+> | |

Re: Who is the bugzilla administrator for Xerces C?

2003-08-26 Thread Neil Graham
this, you could ping infrastructure at apache dot org; that's the community responsible for Apache-wide tools like bugzilla. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [

Re: 12436 - UTF-8 transcoder is not strict (and therefore not secure) .

2003-08-28 Thread Neil Graham
some folks some pain. But it's pain that would be felt when the documents have to be fed to some other processor anyway, so I guess it's just a matter of now or later... Cheers, Neil [*]: http://www.w3.org/TR/REC-xml#charencoding Neil Graham XML Parser Development IBM Toronto Lab Phone

Re: mess with

2003-08-28 Thread Neil Graham
Hi Sebastien, This has been fixed for quite a while in CVS. It'll definitely be in the next release (schedule for a little less than 2 months from now). Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: posting code

2003-08-30 Thread Neil Graham
at we need to run on many many different platforms, and standard C++ tends to be rather less portable than standard C. (And on many platforms it's not as efficient either). So I'm not sure we'd want to make modifications of this sort. Cheers, Neil Neil Graham XML Parser Developm

Re: Validating an XML document against an external DTD

2003-09-02 Thread Neil Graham
ds of the work making it into CVS would be pretty good. Note that schemas don't have this limitation; you don't need any schemaLocation in your document in order for schema validation to occur. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L

Re: posting code

2003-09-03 Thread Neil Graham
ice worth paying. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

Re: how to use external schema?

2003-09-05 Thread Neil Graham
espace, then it wouldn't seem to make sense for it to have set the corresponding property. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mai

Re: how to use external schema?

2003-09-05 Thread Neil Graham
providing you all the information you need rather than encouraging you to spread out your schema-redirection code into multiple places. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED

Re: how to use external schema?

2003-09-05 Thread Neil Graham
2+ years ago when we introduced these properties; they clearly works as you'd hoped in both Java and C++. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: Xerces-C compilation problem in gcc3.2 win32

2003-09-06 Thread Neil Graham
Hi Tomasz, Don't know if this is an option for you, but Xerces-C works fine under cygwin. I use it daily; gcc version 3.2. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: EndOfEntityException when calling DOMBuilder::parseURI

2003-09-07 Thread Neil Graham
Hi Magnus, Note that URI's don't permit the space (0x20) character directly; you need to escape it. Try replacing the spaces in the URI you're passing to the parser with "%20" (without the quotes of course). Hope that helps, Neil Neil Graham XML Parser Developm

Re: Xerces-C compilation problem in gcc3.2 win32

2003-09-08 Thread Neil Graham
Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] "

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Neil Graham
more useful feedback, you'd have to post a (small) instance/schema pair that Xerces says is valid but which you think should be invalid. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Neil Graham
e, if you'd used wildcards for instance, it's perfectly possible that an element called Unit might have existed in your document for the key/keyref to match on. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [

Re: Not seeing xerces classes

2003-09-21 Thread Neil Graham
Hi Allen, The old Xerces you were using didn't use C++ namespaces; 2.3.0 does. See http://xml.apache.org/xerces-c/faq-build.html#faq-1. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: Possible bug: invalid byte 1 (...) of a 1-byte sequence.

2003-09-23 Thread Neil Graham
to keep this on the radar scope, in case anyone ever has the cycles to give it a serious run. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519

Re: resend: runConfigure under cygwin

2003-09-27 Thread Neil Graham
Hi David, Don't know if it's helpful, but I've found you need to set XERCESCROOT with a cygwin-style path, rather than a DOS style path. The cygwin build certainly works though; it's still my main development platform. Cheers, Neil Neil Graham XML Parser Development I

RE: resend: runConfigure under cygwin

2003-09-28 Thread Neil Graham
hould then disappear. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mai

Re: 'this' used in base member initializer list

2003-09-30 Thread Neil Graham
Hi Sean, This does look messy at best. The best way of ensuring that this doesn't get forgotten about would be to open a Bugzilla report. The best way to make sure it gets changed would be to attach a patch to that report. :) Cheers, Neil Neil Graham XML Parser Development IBM Toront

Re: Vote for new committers

2003-10-02 Thread Neil Graham
Hi Gareth and all, +1 from me for both Alby and Dave. It's been a long time since this project had any new committers; welcome aboard guys! Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: 2.4 release date

2003-10-06 Thread Neil Graham
ussed! Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] R

Re: Append Child, Insert Before, Remove Child, and Replace Child

2003-11-05 Thread Neil Graham
the DOM WG folks and let you know if the intention is different from my assumption. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519

Re: link failure on os/x with xerces cvs revision

2003-11-06 Thread Neil Graham
release. Hence, the chances of inadvertent problems arising that will break CVS builds on certain platforms will be far greater than usual. Patience appreciated. :) Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED

Re: Memory management: the XMemory class

2003-11-07 Thread Neil Graham
e workaround we were obliged to adopt. Apparently, this will be fixed in the 8.0 version of that compiler, so once we step up, perhaps we can make the code do the right thing, as it did originally. Cheers, Neil N

Re: patch for PSVIHandler

2003-11-17 Thread Neil Graham
Thanks Pete, Good catch! I've committed the patch. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: A minor documentation typo

2003-11-19 Thread Neil Graham
Thanks Neil, I've committed the patch. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Xerces 2.4.0

2003-11-20 Thread Neil Graham
t to a 2.4.1 bug-fix release in the near term (less than a month?) after 2.4.0. Do folks think that also sounds like a reasonable plan? Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L

Re: Xerces 2.4.0

2003-11-20 Thread Neil Graham
Hi James, For what it's worth, I don't plan to add any files (though there's an unfortunately large number of things I *do* need to do yet...) Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [

Re: Xerces 2.4.0

2003-11-21 Thread Neil Graham
f our intrinsic transcoders. This seems like a reasonably good idea to me, so I thought I'd make it happen before 2.4.0. How many days lead time do project file maintainers need between notification of the last file added and the development cut-off? Would two days be sufficient? Thanks! Neil Neil

HELP! xerces-j dir does not have "write" permissions

2003-11-20 Thread Neil Graham
Hi infrastructure folk, If someone could take care of this for both Xerces-J and Xerces-C, that would be great. Thanks! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] - Forwarded by Neil Graham/Toronto/IBM on 11/20

Re: Xerces 2.4.0

2003-11-24 Thread Neil Graham
please speak up! Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

Re: Xerces 2.4.0

2003-11-25 Thread Neil Graham
e binaries posted on Friday. Sound good to everybody? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: Xerces 2.4.0

2003-11-25 Thread Neil Graham
er guys from Toronto might get a chance in the next couple of days... Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mai

Xerces 2.4.0--delayed

2003-11-28 Thread Neil Graham
o the release will hopefully happen on Monday. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

some details on the release announcement

2003-12-02 Thread Neil Graham
gcc 3.2) - HPUX 11I, both 32-bit and 64-bit If enough people care about these binaries, we can post some; but to justify using the disk space they'd require on the Apache servers, it seems we should ascertain whether there's interest. Cheers! Neil Neil Graham XML Parser Development IB

[ANNOUNCEMENT]: Xerces-C 2.4.0 is now available

2003-12-02 Thread Neil Graham
ml [2]: http://xml.apache.org/xerces-c/download.cgi/ Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Getting at PSVI

2003-12-03 Thread Neil Graham
s Xerces-J's is, but should provide the functionality an application needs. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mai

error log

2003-12-03 Thread Neil Graham
prominent. :) Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] - Forwarded by Neil Graham/Toronto/IBM on 12/03/200

Re: Getting at PSVI

2003-12-10 Thread Neil Graham
lso like to deprecate the SEnumVal and EnumVal samples eventually; we certainly shouldn't be going out of our way to show people how to use Xerces's internal interfaces! Hopefully someone some day will get a chance to bring all this about! Cheers, Neil Neil Graham XML Parser Development IBM To

Re: [PATCH]: URI implemention fixes

2003-12-11 Thread Neil Graham
Much thanks Michael! I've committed your patch. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: Getting at PSVI

2003-12-11 Thread Neil Graham
of an instance, then does some things with its components, would be more than welcome! Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3

Re: Installation instruction requests

2003-12-12 Thread Neil Graham
That means lots of people have written lots of code around what's there, and that includes the build system. So if someone were to go down this path, it would need to be done in such a way that we carried along our legacy build system long enough for people to acclimatize to the new, better, way

Re: Installation instruction requests

2003-12-14 Thread Neil Graham
ementation once your done? Might make a nice additional component for Xerces-C if we could figure out a way to build it as an optional, separate DLL. Thoughts? Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL

Re: Installation instruction requests

2003-12-15 Thread Neil Graham
Hi Joanne, These sound like good changes to me! When you're ready to contribute them, just open a Bugzilla report and attach the patch to it; one of the committers can then review it at leisure and integrate it into the codebase. Cheers! Neil Neil Graham XML Parser Development IBM To

Re: XMLPlatformUtils support for large file on Solaris

2004-01-06 Thread Neil Graham
large files to test this. Thanks! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mai

[vote]: proposal for a Xerces-C 2.5.0 release

2004-02-03 Thread Neil Graham
le. It would be wonderful if people who have patches pending which have yet to be applied could retrofit their patches to the current codebase, recognizing that it's unlikely any patches made against the 2.4.0 source will apply cleanly now. Here's my +1. Cheers! Neil Neil Graham XML Parse

Re: GrammarResolver and noNamespaceSchemaLocation

2004-02-05 Thread Neil Graham
ammar caching mechanism of the parser. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] Alberto Ma

Re: Schema validation using Xerces-C++ version 1.6.0?

2004-02-06 Thread Neil Graham
Hi Vikas, Look at HandlerBase. I think you'll find its implementation of ErrorHandler instructive. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

Re: Release policy for Xerces-C

2004-02-10 Thread Neil Graham
to do anything with it. So if a +1 is needed, here it is. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [

Re: DOMUtil for Xerces C++?

2004-02-29 Thread Neil Graham
. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

Re: Placement operator delete invocation is not yet implemented.

2004-03-02 Thread Neil Graham
s you have a version somewhere in the middle. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROT

RE: Placement operator delete invocation is not yet implemented.

2004-03-03 Thread Neil Graham
Hi, Have you tried with Xerces-C 2.4 source? If that works, then you could hack the 2.5 source for XMemory.cpp and XMemory.hpp in the same way the 2.4 versions were hacked, and this *should* keep the compiler happy. Or, you could try and upgrade your compiler... Cheers, Neil Neil Graham

  1   2   >