Re: Bug 4733] - it is impossible to open xerces-all.dsw

2001-11-09 Thread Tinny Ng
I have put a better description for the download packages. Please check if it's clearer now. Thanks! Tinny Jerry Carter wrote: > At 02:07 PM 08-11-01 -, someone wrote: > >--- Additional Comments From [EMAIL PROTECTED] 2001-11-08 06:07 --- > >Normally if you are on Windows, pleas

RE: problem with DOMString::transcode

2001-11-09 Thread Erik Schroeder
Check the FAQ. You are mixing runtimes. -Original Message- From: nacho [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 11:53 AM To: XERCES C list Subject: problem with DOMString::transcode Hi, I'm having a problem while using this method in a little example I wrote in MSVC.

problem with DOMString::transcode

2001-11-09 Thread nacho
Hi, I'm having a problem while using this method in a little example I wrote in MSVC. I do something like: char *s = elem.getAttribute("attr").transcode(); a = strtoul(s,NULL,10); // attr is an integer attribute delete[] s; <-- error here And the program exits with a Debug Assertion Exception

RE: Xerces-C XPath module

2001-11-09 Thread David_N_Bertoni
> I hope to give this a try later today. Does this mean though that > the Xerces document is copied into a Xalan one? I'm just thinking that for > the kind of work I do, if this were the case, it'd be a huge performance > hit. It's bad, but it's not quite that bad. We _do_ have to cre

Re: Bug 4733] - it is impossible to open xerces-all.dsw

2001-11-09 Thread Tinny Ng
I have put a better description for the download packages. Please check if it's clearer now. Thanks! Tinny Jerry Carter wrote: > At 02:07 PM 08-11-01 -, someone wrote: > >--- Additional Comments From [EMAIL PROTECTED] 2001-11-08 06:07 --- > >Normally if you are on Windows, pleas

RE: Xerces-C XPath module

2001-11-09 Thread Cornelius, Martin
Thank you, Peter. I have already done something similar, but instead of using the XERCES-DOM i wrote my own implementation of the XALAN-DOM ( actually, i took the XalanSourceTree and modified it a little ). -Original Message- From: Peter Murphy [mailto:[EMAIL PROTECTED]] Sent: Freitag, 9.

AW: Licensing

2001-11-09 Thread Claus Weber
hi ashish you'll find the The Apache Software License here: http://xml.apache.org/dist/LICENSE.txt Claus J. Weber -Ursprüngliche Nachricht- Von: Ashish Sharma [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 8. November 2001 00:38 An: [EMAIL PROTECTED] Betreff: Licensing Hi, Cou

RE: Xerces-C XPath module

2001-11-09 Thread Chris Mennie
> You import a Xerces document into Xalan's own DOM hierarchy using their > XercesDocumentBridge class. (Their DOM is separate from the Xerces DOM for > performance reasons, I understand.) You map the node you want to use as a > context node from Xerces to Xalan. You execute an XPath expression on