Re: Xerces on HP-UX 10.20 with aCC A.01.21

2005-02-17 Thread Vitaly Prapirny
Hi Philip, Did you try the workaround from my previous response http://marc.theaimsgroup.com/?l=xerces-c-dev&m=110836934728281&w=2 ? Good luck ! [EMAIL PROTECTED] wrote: Hello, I have been trying unsuccessfully to install and build xerces-c on HP-UX 10.20 with aCC A.01.21. I am encountering a compi

Re: How can I ignore DTD in an XML file

2005-02-17 Thread Gareth Reakes
Hey Michael, Sure - that's true for validating. But I'm talking about non-validating processing. For example, Xerces is a dual mode parser: it can operate in validating mode, or in non-validating (well-formedness checking) mode. In non-validating mode, if standalone='yes' there is by definition no

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59320 ] Alberto Massari commented on XERCESC-1318: -- Tobias, I think we are looking at different things here. By default, NONE of the projects shipped with Xerces has ICU

[jira] Created: (XERCESC-1345) Validating correct xml fails after validating invalid one.

2005-02-17 Thread mind (JIRA)
Validating correct xml fails after validating invalid one. -- Key: XERCESC-1345 URL: http://issues.apache.org/jira/browse/XERCESC-1345 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xerc

Re: Binary Distribution Howto

2005-02-17 Thread Alberto Massari
Hi Juan Antonio, there is a script (scripts/packageBinaries.pl) that automatically does the build and packages it. Alberto At 10.12 15/02/2005 -0800, Juan Antonio wrote: Hi There, I recently installed Xerces-C 2.6.0 on a Solaris 2.6 machine and I need to install it on 3 more. There is a way to g

RE: DOMDocument w/o XML Declaration

2005-02-17 Thread Jesse Pelton
Assuming you've created a DOMWriter pointed to by pWriter:   if (pWriter->canSetFeature(XMLUni::fgDOMXMLDeclaration, false))  pWriter->setFeature(XMLUni::fgDOMXMLDeclaration, false); From: Shawn Delaney [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 10:12 PMTo: xer

[jira] Updated: (XERCESC-1345) Validating correct xml fails after validating invalid one.

2005-02-17 Thread mind (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1345?page=history ] mind updated XERCESC-1345: -- Attachment: bug.tar.gz > Validating correct xml fails after validating invalid one. > -- > > Key: XER

[jira] Commented: (XERCESC-1345) Validating correct xml fails after validating invalid one.

2005-02-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1345?page=comments#action_59331 ] Gareth Reakes commented on XERCESC-1345: There is something strange going on here! Its not quite the problem you think. Both of your doucuments are invalid. You sp

Re: The Road to 3.0: Feature list/signup

2005-02-17 Thread Gareth Reakes
Hey, On 17 Feb 2005, at 5:19, Jason E. Stewart wrote: Gareth Reakes <[EMAIL PROTECTED]> writes: I'd *like* to suggest: (10) Add RelaxNG support but for the facts that a) I don't know how keen the Xerces team is on the idea of extending support to include RelaxNG as well as W3C XML Schema, and b) w

Re: The Road to 3.0: Feature list/signup

2005-02-17 Thread Gareth Reakes
Hey, What would be involved in pulling it in Jason? Gareth On 17 Feb 2005, at 5:17, Jason E. Stewart wrote: James Berry <[EMAIL PROTECTED]> writes: Please respond indicating whether you'll sign up for the work. If there' s something else you want to contribute, please indicate. Help is need

Re: The Road to 3.0: Feature list/signup

2005-02-17 Thread Gareth Reakes
Hey, (8) XInclude??? I have someone in mind for this. I will give them a shout today. A joint me, Caroline Rioux (a previous contributor to xerces and long time Pathan person) and Graham Innocent (a colleague of mine at Parthenon). Gareth -- Gareth Reakes, Managing Director Parthenon Comp

[jira] Updated: (XERCESC-1339) Uninitialized memory read by XMLReader::getName(xercesc_2_5::XMLBuffer &, bool)

2005-02-17 Thread Simeon de Dios (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1339?page=history ] Simeon de Dios updated XERCESC-1339: Attachment: test1.xml This is the sample XML file that was generating the errors. I could not provide line numbers for the Xerces source code be

Re: The Road to 3.0: Feature list/signup

2005-02-17 Thread James Berry
Folks, I've revised the feature list/signup list following contributions from people over the last week. Thank you all for your generous contributions of future-time. Please let me know what I got wrong, or missed, or if there's places you can help. If I don't hear any more by the end of the we

Re: Call for committer volunteer to take on cvs -> svn conversion

2005-02-17 Thread James Berry
Jason, Thanks for confirming the inevitable ;) I know we all look forward to details on how you think we should make this happen. James. On Feb 16, 2005, at 9:05 PM, Jason E. Stewart wrote: James Berry <[EMAIL PROTECTED]> writes: Guidelines from apache are here: http://www.apache.org/dev/cvs2svn.

Call for Vote: move xerces-c repository to svn

2005-02-17 Thread James Berry
Since we now have a confirmed resource (Jason Stewart) to take charge of moving the source repository from cvs to svn, I'd like to call for a formal vote of committers that we proceed forward with this. Proposal: - Move Xerces-c source repository from cvs to svn. - Move to take place pri

Re: Call for Vote: move xerces-c repository to svn

2005-02-17 Thread Neil Graham
+1 from me. And BTW, I'll be away from e-mail until Feb. 28. In case anyone were to become curious at my impending silence during these busy times. Cheers! Neil Neil Graham Manager, XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] James B

Nomination of David Bertoni as Xerces-C committer

2005-02-17 Thread James Berry
I'd like to officially nominate Dave Bertoni as a Xerces-C Committer. Dave, partly through his work on Xalan-C, has been a near constant presence on the Xerces-C list for as many years as I've been hanging out there, and that's been more than I can really recollect. Dave has also contributed man

X-Platform support revision ideas

2005-02-17 Thread James Berry
This is an early sketch for how I might propose we re-factor the Xerces x-platform support for "3.0". The Current Way = There are five main locations of platform specific code in Xerces: (1) util/Platforms (2) util/Compilers (3) util/Transcoders (4) util/NetAccessors

Re: Call for Vote: move xerces-c repository to svn

2005-02-17 Thread Jason E. Stewart
James Berry <[EMAIL PROTECTED]> writes: > Committers, please vote. Um, well, I suppose a +1 from me would be a morale booster ;-) +1 Cheers, jas. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Nomination of David Bertoni as Xerces-C committer

2005-02-17 Thread Jason E. Stewart
James Berry <[EMAIL PROTECTED]> writes: > I'd like to officially nominate Dave Bertoni as a Xerces-C Committer. Dave has always been a helpful prescence, +1 Cheers, jas. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: cvs => svn

2005-02-17 Thread Jason E. Stewart
Gareth Reakes <[EMAIL PROTECTED]> writes: > What would be involved in pulling it in Jason? Hey Gareth, It is really quite simple thanks to the cvs2svn utility that ships with svn. 1) Implement a CVS freeze - all code changes are checked into the trunk or into branches 2) Create an SVN

Sun Collaboration

2005-02-17 Thread Viet Pham
Dear Xerces C++ Developers, My name is Viet Pham at Market Engineering Department, Sun Microsystems. Your web site indicates that Xerces-C 2.6.0 supports Solaris. I wonder if that includes Solaris 10 (both SPARC and X86). If not, I would like to invite you to support Solaris 10 (SPARC and x86). As

Design documents

2005-02-17 Thread J Satish
HI all, I'm searching for the design documents of xerces-c. I have searched all over the Apache site. But all my efforts became futile. Can somebody suggest me where can I get those documents. As im a new for open source kind of stuff, and interested in learning things before getting into