transitivity

2003-05-12 Thread Suzanne Dirkers
Hi all, Does anybody know of a reason why Xalan built on RH 8 Intel with compiler gcc 3.2-7 would not execute properly on another RH 8 Intel box with the same level of compiler gcc 3.2-7, but instead get a 'bus error'? This is just by moving the executables and dll over, not rebuilding th

TranscodeToLocalCodePage

2003-05-08 Thread Suzanne Dirkers
s, Suzanne - Forwarded by Suzanne Dirkers/Raleigh/IBM on 05/08/2003 12:01 PM -

TranscodeToLocalCodePage

2003-05-08 Thread Suzanne Dirkers
Hi, I"m having a problem whereby an Exception message coming back on Linux is showing up in weird characters. The same message, when the same code is run on MVS-USS does print out the exception in a readable format. I suspect that TranscodeToLocalCodePage(e.getMessage(), m_errorMessa

canTranscodeTo

2003-05-01 Thread Suzanne Dirkers
Never mind, I think I had a 1.3 xml-xalan directory where I thought I had a 1.4 version. Suzanne - Forwarded by Suzanne Dirkers/Raleigh/IBM on 05/01/2003 02:02 PM

canTranscodeTo

2003-05-01 Thread Suzanne Dirkers
Hi all, Boy, nothing I try today seems to work. I am now trying to run Xalan 1.4 with Xerces 2.1 and ICU 2.2 on RH 8 and get the following error trying to compile. PlatformSuppot/XalanEncodingPropertyCache.cpp: In member function 'bool XalanENcodingPropertyCache::canEncodeCha

'cerr ' unknown at RH 8

2003-05-01 Thread Suzanne Dirkers
Hi all, Does anybody know how to fix a problem whereby one cannot build Xalan 1.3 on RH 8 because 'cerr' is undefined? Where did 'cerr' go in the g++ compiler at RH 8? Thanks, Suzanne

error linking TranscodeToLocalCodePage on LInux

2003-04-30 Thread Suzanne Dirkers
Hi, Does anybody know why one might get such an error as XalanDOMSTirng.hpp:202...undefined reference for TranscodeToLocalCodePage ( unsigned short const*, vector , allocator>&, bool) at Xalan 1.3? on Linux? This same error doesn't seem to be present on zOS at Xalan 1.3. ??

where's the beef?

2003-04-24 Thread Suzanne Dirkers
- Forwarded by Suzanne Dirkers/Raleigh/IBM on 04/24/2003 12:08 PM - Suzanne Dirkers

people who post spam to this users list

2003-04-23 Thread Suzanne Dirkers
Hi Folks, I hope that whomever allows people to sign up for this mailing list IMMEDIATELY removes anyone who posts spam to it. I got some note from some 'terrychick' advertising CDs and I've occasionally gotten other completely unintelligible spam that seems to be posted to this mai

xpath expression

2003-03-26 Thread Suzanne Dirkers
Hi Folks, I must be the least intuitive individual ever to work on trying to work on xpath expressions. Once again it seems I have tried every which way to use an xpath expression to try to get some information out of a file using SimpleXPathAPI here, and wouldn't you know, a lot of t

PrefixResolver.getURI()

2003-03-21 Thread Suzanne Dirkers
Dear Folks, All I see in the documentation about what this is supposed to be is the 'base URI for the Resolver'. huh? What exactly does this mean? Is this supposed to be the first namespaceURI on the document element, or what? Is there an assumption that URIs are built on top of

prefix resolving

2003-03-17 Thread Suzanne Dirkers
Hi all, In an xml file like this: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> http://schemas.xmlsoap.org/soap/encoding/";> 94041 how does one gathe