Re: SQL pquery sample gives NPE exception in FilterExprWalker.getAxis()

2001-09-11 Thread John Gentilin
Shane, I just did a code update from cvs and had no problems. Are you working from a recent check out or D10 ?? Regards John G [EMAIL PROTECTED] wrote: > No changes that I know of - but I'm no database expert. I tried copying > over the idb stuff and decided to rename the samples.prp file to

[DO NOT REPLY: Bug 3538] Make fails for ApacheModuleXSLT

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3538

[DO NOT REPLY: Bug 3544] Core-dump with Xalan C++ on HP/UX with undefined variables

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3544

cvs commit: xml-xalan/c/src/XSLT StylesheetExecutionContext.cpp

2001-09-11 Thread dbertoni
dbertoni01/09/11 14:03:15 Modified:c/src/XSLT StylesheetExecutionContext.cpp Log: Fix for bug 3544. Revision ChangesPath 1.10 +24 -8 xml-xalan/c/src/XSLT/StylesheetExecutionContext.cpp Index: StylesheetExecutionContext.cpp

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

Re: help writing special characters

2001-09-11 Thread Joseph_Kesselman
>I also tried adding a semicolon after } Mandatory. Leaving that out is why the decimal character reference was illegal. See the XML spec. > gave: What you wrote, after correction, was Note that you put a semicolon after idName. Remove that.

Re: SQL pquery sample gives NPE exception in FilterExprWalker.getAxis()

2001-09-11 Thread Shane_Curcuru
No changes that I know of - but I'm no database expert. I tried copying over the idb stuff and decided to rename the samples.prp file to something that (IMO) was clearer, like idb.properties - but oops, that's what it uses as the database table names, etc. No apparent changes in CVS, and I'm bet

[DO NOT REPLY: Bug 3550] New: xsltc fails sort01, sort32 and sort33 on NaNs

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3550

Re: help writing special characters

2001-09-11 Thread hbarakat
YES! I used concat instead. Thanks v. much for your help. I should have thought of that earlier (and saved myself a lot of time). :-) Hanaa Barakat 4D/831/8200/MKM ~~~ 905-413-4409 "When you were born you alone cried, and everybody else was happy. So live that when you die, you alone are happ

Re: help writing special characters

2001-09-11 Thread David_Marston
It appears that Hanaa Barakatis trying to sneak some special characters into the output. >select="root/{{$idName;}}" >...cause[s] this exception: >Illegal decimal character reference. As the parser goes through } the next character must be either another decimal digit or a semicolon. Instead, i

Michael Baumgartner

2001-09-11 Thread Diane Weiss
Every time he posts with his illegal certificate, he hangs everything. Tell him to remove the certificate.

[DO NOT REPLY: Bug 3548] new RTF as node-set feature throws type check error on Svante Schubert's example

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3548

[DO NOT REPLY: Bug 3548] New: new RTF as node-set feature throws type check error on Svante Schubert's example

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3548

RE: help writing special characters

2001-09-11 Thread hbarakat
Hi, I tried adding the ';' after }, but the output contained an *additional* semi-colon that I don't want. What can I do to get rid of the extra semi-colon? Hanaa Barakat 4D/831/8200/MKM ~~~ 905-413-4409 "When you were born you alone cried, and everybody else was happy. So live that when yo

RE: help writing special characters

2001-09-11 Thread Bernard D'Have
you need ; after 125 bernard > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 11 September, 2001 15:59 > To: [EMAIL PROTECTED] > Subject: help writing special characters > > > Hi there, > > does anyone know why doing the following > > would cause this

Re: SQL pquery sample gives NPE exception in FilterExprWalker.getAxis()

2001-09-11 Thread John Gentilin
Shane, I will work on this later today. Could be a problem with streaming mode although it worked before. Interesting that basic query did not fail the only difference is the scope of the "WHERE" clause, any changes to the sample database ?? Regards John G [EMAIL PROTECTED] wrote: > From: [EM

help writing special characters

2001-09-11 Thread hbarakat
Hi there, does anyone know why doing the following would cause this exception: javax.xml.transform.TransformerConfigurationException: Illegal decimal character reference. What I was expecting was the following line to be output: I also tried adding a semicolon after } and that didn't cause

[DO NOT REPLY: Bug 2807] Exception thrown when no CDATA section present

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2807

SQL pquery sample gives NPE exception in FilterExprWalker.getAxis()

2001-09-11 Thread Shane_Curcuru
From: [EMAIL PROTECTED] Recipients: [EMAIL PROTECTED] Date: 08:44:14 AM Today State: Pending delivery

Help or links please

2001-09-11 Thread Nouguier Olivier
Hi, First of all I'd like to apologize for my poor english, and if I'm in the wrong place... I'm using Xalan-C for fiew weeks, and I had some problems: Building: - segfault of gcc-3.0.0, when optiomizations flag are on ( -O, -O2 ) - many many warning talking about neg

RE: Problem to generete HTML from xsl file and Document object

2001-09-11 Thread Mazzarol Guido
OK, you have found the problem. Thanks Guido -Original Message- From: Gary L Peskin [mailto:[EMAIL PROTECTED]] Sent: lunedì 10 settembre 2001 16.37 To: [EMAIL PROTECTED] Subject: RE: Problem to generete HTML from xsl file and Document object Guido -- This is a classpath problem. Yo

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

AW: AW: 'illegal axis name' when using the xpath processor

2001-09-11 Thread Michael Baumgärtner
Hi Dave, ok, here we go: sample xml file: Michael Baumgärtner [EMAIL PROTECTED] sample xpath expression: "/addresses/address/title" This is the output I get with the provided XPathWrapper example: | mib@lxdev70:~/temp$ XPathWrapper addresses.xml

[DO NOT REPLY: Bug 3544] New: Core-dump with Xalan C++ on HP/UX with undefined variables

2001-09-11 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3544

Re: Employing Xalan with C

2001-09-11 Thread Hinrich.Boog
Still working on that problems: Thanks for hints, but I still did not solve the main question: How can I use the C-API without storing my data in temporary files. As far as the documentation of XalanCAPI.h is concerned, I can see only two functions for transforming: - XalanTransformToFile - Xa