XMLURL class

2004-09-02 Thread Milan Tomic
Title: XMLURL class     I'm using it like this: //mp_baseURI = "file:///Test" //uri= "myFile.xml" URLS = new URLInputSource(XMLURL(XMLURL(mp_baseURI), uri));     the output is "file:///myFile.xml", and I need "file:///Test/myFile.xml". What I am doing wrong? Thank you, Milan

Re: XMLURL class

2004-09-02 Thread Alberto Massari
At 09.40 02/09/2004 +0200, Milan Tomic wrote: I'm using it like this: //mp_baseURI = "file:///Test" //uri= "myFile.xml" URLS = new URLInputSource(XMLURL(XMLURL(mp_baseURI), uri)); the output is "file:///myFile.xml", and I need "file:///Test/myFile.xml". What I am doing wrong? The

glibc2.3 needed to build? dynamic linker problems

2004-09-02 Thread Stephan Menzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i'm trying to build xerces-c against some sort of cross compile environment which is simply a path with a different glibc and gcc and some toolchain. It't not really a cross compile since I run that stuff on the same system with a different ld-

Dynamic link problem

2004-09-02 Thread Stephan Menzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i'm trying to build xerces-c against some sort of cross compile environment which is simply a path with a different glibc and gcc and some toolchain. It't not really a cross compile since I run that stuff on the same system with a different ld-

another static build

2004-09-02 Thread Norm Samuelson
We have been successful in building a static Xerces v2.5 on one more platform. I recently reported that we had been successful on Windows, Sun, and Linux. Now we can add AIX to that list. The procedure for AIX was the same as for Linux, simply using ar to build the archive. The one additional t

[jira] Created: (XERCESC-1268) MemBufInputSource assertion on membuf delete

2004-09-02 Thread xerces-c-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1268 Here is an overview of the issue: -

[jira] Commented: (XERCESC-1268) MemBufInputSource assertion on membuf delete

2004-09-02 Thread xerces-c-dev
The following comment has been added to this issue: Author: David Bertoni Created: Thu, 2 Sep 2004 9:31 AM Body: The constructor declaration for Wrapper4InputSource tells you what the problem is: Wrapper4InputSource(InputSource* const inputSource , cons

[jira] Closed: (XERCESC-1268) MemBufInputSource assertion on membuf delete

2004-09-02 Thread xerces-c-dev
Message: The following issue has been closed. Resolver: Alberto Massari Date: Thu, 2 Sep 2004 9:34 AM This is a user error, not a bug; you created a Wrapper4InputSource without specifying "false" as the second argument (adoptFlag), that has a default value of "true"; so when the t

[jira] Closed: (XERCESC-387) Missing newline at end of util and DOM source files

2004-09-02 Thread xerces-c-dev
Message: The following issue has been closed. - View the issue: http://issues.apache.org/jira/browse/XERCESC-387 Here is an overview of the issue: -

[jira] Reopened: (XERCESC-387) Missing newline at end of util and DOM source files

2004-09-02 Thread xerces-c-dev
Message: The following issue has been reopened. Reopener: cargilld Date: Thu, 2 Sep 2004 10:35 AM Bug was closed in Bugzilla but in Jira it does not have the correct resolution. - View the issue: http://issues.apa

Fw: Xerces-C Release Policy & Coding Conventions

2004-09-02 Thread David Cargill
Hi, Earlier this year (Feb 9th to be precise) Alberto posted the "informal" release policy for Xerces-C ( http://marc.theaimsgroup.com/?l=xerces-c-dev&m=107632550720436&w=2). I have taken this information and created a new faq-contributing.xml file to be included in the doc directory. I also

RE: Xerces-C 2.6 Release

2004-09-02 Thread David Cargill
Hi Patrick, Today I committed a fix to cvs which I hope solves this problem. The files that were updated were config.sub (in src/xercesc/, tests/ and samples); runConfigure (in src/xercesc/) and build-other.xml (in doc). The build-other.xml file contains instructions on building on AS400. Ca

DOMPrint and schema validation

2004-09-02 Thread elsa lizette
Hello everybody !! I am trying to validate an xml using a schema. I compiled DOMPrint example and run it: DOMPrint -v=always -n -s x1.xml However, the output reports some errors but they do not have a description: -- Error at file "E:\DOMPrint\Debug/x1.xml", line 70, column

XSL convert xml data-base to html "table"

2004-09-02 Thread Bovy, Stephen J
I would like to find a simple xsl template to convert something like this: Steve Bovy 9301 Pali Ave 818-352-9917 1234 -1 -15.41 -45.32

Re: XSL convert xml data-base to html "table"

2004-09-02 Thread elsa lizette
Hi: You can find a very good example at http://www.w3schools.com/xsl/xsl_transformation.asp That site has very nice and short tutorials. Elsa. --- "Bovy, Stephen J" <[EMAIL PROTECTED]> escribió: > I would like to find a simple xsl template to > convert something like > this: > > >

RE: Xerces-C 2.6 Release

2004-09-02 Thread Patrick Townsend
Hi David, Thanks so much! I'll do a new download and give it a try. I appreciate your help on this problem. Patrick -Original Message- From: David Cargill [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: RE: Xerces-C 2.6 Release H