You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by jean-frederic clere <jf...@fujitsu.siemens.es> on 2000/12/04 11:37:22 UTC

Re: OS/390 xerces

Hi,

Cp1047 - Is not in MIME2Java.java -
Try to add it.
To support our BS2000 EBCDIC mainframe I have added in MIME2Java.java:
        s_enchash.put("OSD_EBCDIC_DF04_1", "OSD_EBCDIC_DF04_1");
and
        s_revhash.put("OSD_EBCDIC_DF04_1", "OSD_EBCDIC_DF04_1");

I use the following XLM header in the XML files:
<?xml version="1.0" encoding="OSD_EBCDIC_DF04_1"?>

I hope it helps

Jean-frederic Clere



Dan Sexton wrote:

> I am running WebSphere 3.02 Standard Edition on the OS/390 (v. 02.09.00).
> WebSphere comes with IBM's XML4J.jar, but our version of this parser does
> not seem to work correctly.  It works fine on NT, but on the mainframe the
> Document object that i get from the parser is empty (no exceptions or errors
> are generated). IBM's suggestion was to download the latest xerces parser,
> since they are similar.
> Has anyone actually gotten either xerces or IBM's parser to work on an
> OS/390 with websphere 3.02?
> Other info: jdk 1.1.8; file encoding: Cp1047;  i have tried the String
> encoding that was suggested by IBM.
> Thanks.  Dan.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org