Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Default line separator

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Nils_Kilden-Pedersen AT Countrywide.Com, xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Default line separator
  • Date: Mon, 21 Apr 2003 11:26:21 -0400

At 8:08 AM -0700 4/21/03, Nils_Kilden-Pedersen AT Countrywide.Com wrote:
Shouldn't you be using the \n only, per the XML spec 2.11, XOM being the
XML processor?

XML allows documents to contain a variety of line breaks, all of which are normalized to \n on input (barring a few nasty exceptions). Various network protocols specify \r\n as the line end character, and that seems to be most interoperable in practice so that's what XOM uses by default.

I considered going to \n by default if I wasn't going to automatically reset line breaks, but if I am going to do that 9as most people who've chimed in so far seem to prefer) then I think I'll stick with \r\n.
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+
From elharo AT metalab.unc.edu Mon Apr 21 15:24:12 2003
Return-Path: <elharo AT metalab.unc.edu>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 9BA412012E
for <xom-interest AT lists.ibiblio.org>;
Mon, 21 Apr 2003 15:24:03 -0400 (EDT)
Received: (qmail 18697 invoked from network); 21 Apr 2003 19:24:05 -0000
Received: from unknown (HELO [192.168.254.4]) ([216.254.85.72])
(envelope-sender <elharo AT metalab.unc.edu>)
by mail16.speakeasy.net (qmail-ldap-1.03) with SMTP
for <Nils_Kilden-Pedersen AT Countrywide.Com>;
21 Apr 2003 19:24:05 -0000
Mime-Version: 1.0
X-Sender: elharo AT mail.ibiblio.org
Message-Id: <p04330104bac9f3590122@[192.168.254.4]>
In-Reply-To: <OF18AB91D3.2236C0FB-ON88256CF6.005EE031 AT countrywide.com>
References: <OF18AB91D3.2236C0FB-ON88256CF6.005EE031 AT countrywide.com>
Date: Mon, 21 Apr 2003 15:15:50 -0400
To: Nils_Kilden-Pedersen AT Countrywide.Com,
xom-interest AT lists.ibiblio.org
From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
Subject: Re: [XOM-interest] Modular encoding
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Apr 2003 19:24:12 -0000

At 9:20 AM -0800 3/27/03, Nils_Kilden-Pedersen AT Countrywide.Com wrote:
In the "What's wrong" slides, page 68 on Encoding, it is mentioned that
the Serializer "supports all encodings available in the VM". It also
states that "Modular design makes it fairly easy to add more by
contribution."
Does that mean, that I "fairly easy" can add support for an encoding not
currently supported natively by the VM? And if so, how is that done?
Specifically, I need support for "ebcdic-us" encoding.


I'm working on encodings right now. If you can give me a clear reference on that encoding; i.e. a complete list of which EBCDIC characters map to which Unicode characters, I can work it in. (Actually, I don't even need to know that much. All I really need to know is which Unicode characters have corresponding EBCDIC representations.) However, my problem with EBCDIC has always been that there appear to be several hundred undocumented or poorly documented variations that sometimes operate under the same name so it's hard to tell what's what. :-(
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+
From cowan AT mercury.ccil.org Mon Apr 21 16:07:22 2003
Return-Path: <cowan AT mercury.ccil.org>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from mercury.ccil.org (mercury.ccil.org [192.190.237.100])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 434BD2001B
for <xom-interest AT lists.ibiblio.org>;
Mon, 21 Apr 2003 16:07:22 -0400 (EDT)
Received: from cowan by mercury.ccil.org with local (Exim 3.35 #1 (Debian))
id 197hZR-00023c-00; Mon, 21 Apr 2003 16:07:21 -0400
Date: Mon, 21 Apr 2003 16:07:21 -0400
To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
Subject: Re: [XOM-interest] Modular encoding
Message-ID: <20030421200721.GC29719 AT ccil.org>
References: <OF18AB91D3.2236C0FB-ON88256CF6.005EE031 AT countrywide.com>
<p04330104bac9f3590122@[192.168.254.4]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <p04330104bac9f3590122@[192.168.254.4]>
User-Agent: Mutt/1.3.28i
From: John Cowan <cowan AT mercury.ccil.org>
cc: xom-interest AT lists.ibiblio.org
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Apr 2003 20:07:22 -0000

Elliotte Rusty Harold scripsit:

>Specifically, I need support for "ebcdic-us" encoding.
>

I'm working on encodings right now. If you can give me a clear reference on that encoding; i.e. a complete list of which EBCDIC characters map to which Unicode characters, I can work it in. (Actually, I don't even need to know that much. All I really need to know is which Unicode characters have corresponding EBCDIC representations.) However, my problem with EBCDIC has always been that there appear to be several hundred undocumented or poorly documented variations that sometimes operate under the same name so it's hard to tell what's what. :-(

EBCDIC variants are known by code page numbers. Your interlocutor
probably wants code page 037, which has the same repertoire as iso-8859-1,
so U+0000 through U+00FF.

Here are the repertoires for a few other common EBCDIC code pages:

1037 (ebcdic-cp-tr): same as iso-8859-9
500 (ebcdic-cp-int): same as 037 and iso-8859-1
875 (ebcdic-cp-gr): same as iso-8859-7, except:
excludes U+00B7 and U+0384, includes U+00B4 and U+0387.

More on request.

--
A rabbi whose congregation doesn't want John Cowan
to drive him out of town isn't a rabbi, http://www.ccil.org/~cowan
and a rabbi who lets them do it jcowan AT reutershealth.com
isn't a man. --Jewish saying http://www.reutershealth.com
From janekdb AT yahoo.co.uk Thu Apr 24 12:23:33 2003
Return-Path: <janekdb AT yahoo.co.uk>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from web20912.mail.yahoo.com (web20912.mail.yahoo.com
[216.136.226.213])
by happyhouse.metalab.unc.edu (Postfix) with SMTP id C2E962001A
for <xom-interest AT lists.ibiblio.org>;
Thu, 24 Apr 2003 12:23:32 -0400 (EDT)
Message-ID: <20030424162332.49299.qmail AT web20912.mail.yahoo.com>
Received: from [194.222.212.136] by web20912.mail.yahoo.com via HTTP;
Thu, 24 Apr 2003 17:23:32 BST
Date: Thu, 24 Apr 2003 17:23:32 +0100 (BST)
From: =?iso-8859-1?q?Janek=20Bogucki?= <janekdb AT yahoo.co.uk>
Subject: Re: [XOM-interest] XOM 1.0d11 Now with ants!
To: xom-interest AT lists.ibiblio.org
In-Reply-To: <3E94495F.5070701 AT metalab.unc.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Apr 2003 16:23:33 -0000

--- Elliotte Rusty Harold <elharo AT metalab.unc.edu> wrote:
I've expanded the unit tests to catch these and related bugs. The unit tests all pass, assuming you use a non-buggy SAX2 parser. However, if you run the JUnit GUI from the ANT build file, some confusing class loader issues cause the more-buggy Crimson to be loaded instead of the less-buggy Xerces. This breaks four unit tests. Everything should pass if you run the tests directly instead of from ANT. (That is, type "java -Xmx96m junit.swingui.TestRunner nu.xom.tests.XOMTests" instead of "ant testui".) If anyone can explain to me how I might fix this, I'd appreciate it.


Using Ant 1.4.1 I was able to use Xerces instead of Crimson by using the task
below. Prior to this
Crimson would bail with a compliant about a valid encoding which it believed
to be invalid.

<junit haltonerror="true" haltonfailure="true" printsummary="no" fork="yes">

<sysproperty key = "javax.xml.parsers.DocumentBuilderFactory"
value = "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
<sysproperty key = "javax.xml.parsers.SAXParserFactory"
value = "org.apache.xerces.jaxp.SAXParserFactoryImpl"/>

<test name="tests.com.studylink.data.load.LoadUtilsTest"/>

</junit>

Alternatively, I wonder if setting the includeantruntime attribute of the
junit task to false
would solve this.

Cheers,
Janek

__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
From elharo AT metalab.unc.edu Thu Apr 24 14:23:08 2003
Return-Path: <elharo AT metalab.unc.edu>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 422B720090
for <xom-interest AT lists.ibiblio.org>;
Thu, 24 Apr 2003 14:23:08 -0400 (EDT)
Received: (qmail 26197 invoked from network); 24 Apr 2003 18:23:13 -0000
Received: from unknown (HELO [192.168.254.4]) ([216.254.85.72])
(envelope-sender <elharo AT metalab.unc.edu>)
by mail16.speakeasy.net (qmail-ldap-1.03) with SMTP
for <janekdb AT yahoo.co.uk>; 24 Apr 2003 18:23:13 -0000
Mime-Version: 1.0
X-Sender: elharo AT mail.ibiblio.org
Message-Id: <p04330102bacdd81e6306@[192.168.254.4]>
In-Reply-To: <20030424162332.49299.qmail AT web20912.mail.yahoo.com>
References: <20030424162332.49299.qmail AT web20912.mail.yahoo.com>
Date: Thu, 24 Apr 2003 14:07:51 -0400
To: Janek Bogucki <janekdb AT yahoo.co.uk>,
xom-interest AT lists.ibiblio.org
From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
Subject: Re: [XOM-interest] XOM 1.0d11 Now with ants!
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Apr 2003 18:23:08 -0000

At 5:23 PM +0100 4/24/03, Janek Bogucki wrote:


Using Ant 1.4.1 I was able to use Xerces instead of Crimson by using the task below. Prior to this
Crimson would bail with a compliant about a valid encoding which it believed to be invalid.

<junit haltonerror="true" haltonfailure="true" printsummary="no" fork="yes">

<sysproperty key = "javax.xml.parsers.DocumentBuilderFactory"
value = "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
<sysproperty key = "javax.xml.parsers.SAXParserFactory"
value = "org.apache.xerces.jaxp.SAXParserFactoryImpl"/>


I'm using SAX, not JAXP.

<test name="tests.com.studylink.data.load.LoadUtilsTest"/>

</junit>

Alternatively, I wonder if setting the includeantruntime attribute of the junit task to false
would solve this.


No, because the testui is run from a java task, not a junit task. The junit task runs the textui which does work.
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+
From CustomPrintGoods AT netscape.net Fri Apr 25 18:50:25 2003
Return-Path: <CustomPrintGoods AT netscape.net>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from waterloohydrogeologic.com (unknown [216.16.236.234])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 2B04A2019B
for <xom-interest AT lists.ibiblio.org>;
Fri, 25 Apr 2003 18:50:25 -0400 (EDT)
Received: from smtp0321.mail.yahoo.com ([200.160.231.125]) by
waterloohydrogeologic.com with Microsoft SMTPSVC(5.0.2195.5329);
Fri, 25 Apr 2003 18:45:46 -0400
Date: Fri, 25 Apr 2003 22:47:34 GMT
From: CustomPrintGoods AT netscape.net
X-Priority: 3
To: xom-interest AT lists.ibiblio.org
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <2KSRVA6aEdHyCUV91kE0001348b AT waterloohydrogeologic.com>
X-OriginalArrivalTime: 25 Apr 2003 22:45:48.0031 (UTC)
FILETIME=[6A17F0F0:01C30B7C]
Subject: [XOM-interest] Giant Posters made from YOUR Photos & Images: Just $7.00 a square
foot
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Apr 2003 22:50:25 -0000

<html>

<body bgcolor="#FFFFFF">
<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" colspan="2"><div align="center"><center><table
border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="center" colspan="2"><font
color="#FF0000" size="4" face="Verdana">GIANT
SIZED POSTERS made from YOUR IMAGES!<br>
</font><font size="2" face="Verdana">Send us <em>Any</em>
Picture or Drawing or Artwork - We'll make your
Poster for $7.00 a square foot</font></td>
</tr>
<tr>
<td align="center"><div align="center"><center><table
border="2" cellpadding="2" cellspacing="0"
bgcolor="#FFFFAA" bordercolor="#FF0000">
<tr>
<td align="center"><font color="#800000"
size="5" face="Verdana">22&quot; x
28&quot; poster for $30.00<br>
</font><font size="4" face="Verdana">Free
Shipping for Orders Over $80.00<br>
</font><font color="#000080" size="3"
face="Verdana"><strong>shipped in 2-5
days</strong></font><font size="4"
face="Verdana"><strong><br>
</strong></font><font size="3"
face="Verdana">(rolled in a protective
mailing tube)</font><p><font size="3"
face="Verdana"><strong>Minimum Order:
$30.00<br>
Shipping: $5.50</strong></font></p>
</td>
</tr>
</table>
</center></div></td>
<td align="center"><font size="2" face="Verdana">JUST
EMAIL YOUR SCANNED IMAGES OR ART AND WE'LL MAIL
YOUR POSTER IN 2-3 DAYS!</font><p><font size="2"
face="Verdana">° Family Pictures Can Become
Attention Getting Wall Art<br>
° Large Sized Graphic Exhibits<br>
° Upscale Signage<br>
° Special Memories<br>
° Memorable Humorous Moments</font></p>
<div align="center"><center><table border="1"
cellspacing="0" bgcolor="#F4F4F4">
<tr>
<td align="center" valign="top"><font
size="2" face="Verdana">20&quot; x
25&quot; - $ 24.50</font></td>
<td align="center" valign="top"><font
size="2" face="Verdana">24&quot; x
30&quot; - $ 35.00</font></td>
</tr>
<tr>
<td align="center" valign="top"><font
size="2" face="Verdana">20&quot; x
28&quot; - $ 27.50</font></td>
<td align="center" valign="top"><font
size="2" face="Verdana">29&quot; x
32&quot; - $ 45.00</font></td>
</tr>
<tr>
<td align="center" valign="top"><font
size="2" face="Verdana">22&quot; x
28&quot; - $ 30.00</font></td>
<td align="center" valign="top"><font
size="2" face="Verdana">54&quot; x
96&quot; - $252.00</font></td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div></td>
</tr>
<tr>
<td align="center" valign="top"><div align="center"><center><table
border="1" cellpadding="4" cellspacing="0"
bgcolor="#DCFFB9">
<tr>
<td align="center"><font face="Verdana"><strong>DISCOUNTS<br>
(for min. size of 3 sq. ft.)</strong></font><div
align="center"><center><table border="0"
cellpadding="2" cellspacing="0" bgcolor="#FFFF97">
<tr>
<td align="right"><font size="2"
face="Verdana"><strong>5 posters =</strong></font></td>
<td><font size="2" face="Verdana"><strong>$6.00
per square foot</strong></font></td>
</tr>
<tr>
<td align="right"><font size="2"
face="Verdana"><strong>10 posters
=</strong></font></td>
<td><font size="2" face="Verdana"><strong>$5.50
per square foot</strong></font></td>
</tr>
<tr>
<td align="right"><font size="2"
face="Verdana"><strong>20 posters up
=</strong></font></td>
<td><font size="2" face="Verdana"><strong>$5.00
per square foot</strong></font></td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div><p align="center"><font size="3"
face="Verdana">Convert your favorite:<br>
</font><font size="2" face="Verdana">*Action Pictures<br>
*Team Picture<br>
*Class Picture<br>
*Any Picture<br>
</font><font size="3" face="Verdana"><strong>To a GIANT
POSTER SIZED PRINT!</strong></font></p>
</td>
<td valign="bottom"><div align="center"><center><table
border="0" cellpadding="5" cellspacing="0">
<tr>
<td valign="top"><font face="Verdana">FROM THIS<br>
<img
src="http://www.geocities.com/thebob5050/thisA.jpg";
alt="IF IMAGE FAILS TO LOAD, PLEASE LET US KNOW"
width="141" height="159"></font></td>
<td valign="top"><font face="Verdana">TO THIS (or
BIGGER!)<br>
<img
src="http://www.geocities.com/abob5050/thisB.jpg";
alt="IF IMAGE FAILS TO LOAD, PLEASE LET US KNOW"
width="182" height="234"></font></td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div><div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="100%"
bgcolor="#FEE9D3">
<tr>
<td><blockquote>
<p align="center"><font size="4" face="Verdana"><strong>WHAT
TO DO:<br>
</strong></font><font size="2" face="Verdana">We are
a family owned business operating in Memphis,
Tennessee for over 29 years.</font><font size="4"
face="Verdana"><strong><br>
</strong>Please contact us via email:<br>
</font><a href="mailto:PersonalizedColors AT excite.com";><font
size="5"
face="Verdana"><strong>PersonalizedColors AT excite.com</strong></font></a><font
size="5" face="Verdana"><strong><br>
</strong></font><font size="4" face="Verdana"><strong>or
call Toll Free: 1-877-503-7415<br>
</strong>to place an order or get additional
information.</font></p>
<p align="center"><font
face="Verdana"><strong>SIGNATURES</strong></font><br>
<font size="1" face="Arial">GIANT SIZED POSTERS *
CORPORATE APPAREL * SIGNS &amp; BANNERS * PROMOTIONAL
PRODUCTS * TROPHIES &amp; AWARDS</font><font size="1"><br>
</font><font face="Arial,Helvetica">559 S. Highland
Street * Memphis, TN 38111</font> <br>
<font face="Arial,Helvetica">901-327-5456</font></p>
<p align="center"><font face="Verdana">Toll Free:
1-877-503-7415</font></p>
<p align="center"><font size="2" face="Verdana">We
are a family owned business operating in Memphis,
Tennessee for over 29 years.</font></p>
</blockquote>
</td>
</tr>
</table>
</center></div>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p><font size="2" face="Verdana">We honor the removal requests
that we receive.<br>
To be removed from future mailings, please email us at: </font><a
href="mailto:NoMailHere AT excite.com";><font size="2"
face="Verdana"><strong>NoMailHere AT excite.com</strong></font></a><font
size="2" face="Verdana"><strong> with the email address you want
removed </strong><em><strong>in the </strong></em><em><strong><u>Subject
Line</u></strong></em><em><strong> of your
email</strong></em><strong>.</strong>
Our system checks the subject line for email addresses and will
remove those addresses from our database.<br>
We apologize for any inconvenience.</font></p>
</body>
</html>
From janekdb AT yahoo.co.uk Fri Apr 25 20:01:03 2003
Return-Path: <janekdb AT yahoo.co.uk>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from web20910.mail.yahoo.com (web20910.mail.yahoo.com
[216.136.226.232])
by happyhouse.metalab.unc.edu (Postfix) with SMTP id 3084C200CD
for <xom-interest AT lists.ibiblio.org>;
Fri, 25 Apr 2003 20:01:03 -0400 (EDT)
Message-ID: <20030426000102.95184.qmail AT web20910.mail.yahoo.com>
Received: from [194.222.212.136] by web20910.mail.yahoo.com via HTTP;
Sat, 26 Apr 2003 01:01:02 BST
Date: Sat, 26 Apr 2003 01:01:02 +0100 (BST)
From: =?iso-8859-1?q?Janek=20Bogucki?= <janekdb AT yahoo.co.uk>
Subject: Re: [XOM-interest] XOM 1.0d11 Now with ants!
To: xom-interest <xom-interest AT lists.ibiblio.org>
In-Reply-To: <3E94495F.5070701 AT metalab.unc.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Apr 2003 00:01:03 -0000

--- Elliotte Rusty Harold <elharo AT metalab.unc.edu> wrote:
The new feature in this release is an ANT build file. This should make it much easier to compile XOM from source. ANT is not included though. You'll have to download and install it separately.

Before I make a broader announcement, I'd appreciate it if you could download this and test out the build file. I've only used it with ANT 1.5b3 and Java 1.4.2b1 on Linux. If anyone has problems on other versions please let me know. I'm especially curious how this fares in Java 1.2 and 1.3 and on Windows.

I've expanded the unit tests to catch these and related bugs. The unit tests all pass, assuming you use a non-buggy SAX2 parser. However, if you run the JUnit GUI from the ANT build file, some confusing class loader issues cause the more-buggy Crimson to be loaded instead of the less-buggy Xerces. This breaks four unit tests. Everything should pass if you run the tests directly instead of from ANT. (That is, type "java -Xmx96m junit.swingui.TestRunner nu.xom.tests.XOMTests" instead of "ant testui".) If anyone can explain to me how I might fix this, I'd appreciate it.

--
Elliotte

I have successfully run the 'testui' and 'test' targets after 'clean compile'
in this environment:

Linux 2.4.18-14 i686 athlon i386 GNU/Linux

java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)

Apache Ant version 1.5.2 compiled on March 12 2003

However I had to make two changes to build.xml in order to get this far.

line 87: filtering="yes" -> filtering="no"

line 39: xerces.jar -> xercesImpl.jar

Here are the details.

After unzipping xom-1.0d12.zip and running 'ant clean compile' the build
failed:

$ ant clean compile

Buildfile: build.xml

init:
[echo] ----------- XOM 1.0d12 ------------

clean:

init:
[echo] ----------- XOM 1.0d12 ------------

prepare:
[mkdir] Created dir: /home/yan/xom/XOM/dist
[mkdir] Created dir: /home/yan/xom/XOM/testresults
[mkdir] Created dir: /home/yan/xom/XOM/build
[mkdir] Created dir: /home/yan/xom/XOM/build/src
[mkdir] Created dir: /home/yan/xom/XOM/build/classes
[copy] Copying 306 files to /home/yan/xom/XOM/build/src

BUILD FAILED
file:/home/yan/xom/XOM/build.xml:87: Failed to copy
/home/yan/xom/XOM/src/build/nu/xom/Latin10Writer.class to
/home/yan/xom/XOM/build/src/build/nu/xom/Latin10Writer.class due to null

Total time: 3 seconds


I edited line 87 to filtering="no" and ran the ant targets again. This time
it succeeded

<copy todir="${build.src}" filtering="no">
<fileset dir="${src.dir}"/>
</copy>

The second problem was the inability of either 'test' or 'testui' to find
certain xerces classes.
The JUnit GUI complained
NoClassDefFoundError: org/apache/xerces/parsers/AbstractDOMParser

By editing line 39 of build.xml to 'xercesImpl.jar' instead of 'xerces.jar' I
was able to run both
'test' and 'testui' successfully.

Cheers,
Janek Bogucki


__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
From bmakelele3 AT phantomemail.com Mon Apr 28 08:15:04 2003
Return-Path: <bmakelele3 AT phantomemail.com>
Delivered-To: xom-interest AT lists.ibiblio.org
Received: from localhst2695.com (node-c-60f3.a2000.nl [62.194.96.243])
by happyhouse.metalab.unc.edu (Postfix) with SMTP id 1F0672006A
for <xom-interest AT lists.ibiblio.org>;
Mon, 28 Apr 2003 08:13:50 -0400 (EDT)
From: "Dr Benson makelele" <bmakelele3 AT phantomemail.com>
To: xom-interest AT lists.ibiblio.org
Date: Mon, 28 Apr 2003 14:14:14 +0200
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Message-Id: <20030428121350.1F0672006A AT happyhouse.metalab.unc.edu>
Subject: [XOM-interest] ..from the desk of; Dr Benson makelele
X-BeenThere: xom-interest AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: bmakelele3 AT phantomemail.com
List-Id: <xom-interest.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/xom-interest>
List-Post: <mailto:xom-interest AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/xom-interest>,
<mailto:xom-interest-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Apr 2003 12:15:04 -0000

NAME =3A Dr=2E Benson Makelele

Pretoria=2C South Africa=2E

Attn=2C

On behalf of my colleagues and I=2C I write this
letter with great pleasure=2E Your information were
given to me by a member of the South African Export
Promotion Council =28SAEPC=29 who was with the Black
Economic Empowerment Commission =28Government=29
delegation on a trip to the United States during a
bilateral conference talk to encourage foreign
investors=2E I have decided to seek a confidential
co-operation with you in execution of a business
transaction hereunder for the benefit of all
parties=2E

Within the Department of Mining Resources where I
work as the Director of Project Implementation=2C with
co-operation of two other top officials=2C we have in
our possession=2C an overdue payment in US funds=2E

The said funds represent certain percentage of the
contract value executed on behalf of my Ministry by
a foreign contracting firm=2C which we the officials
over-invoiced to the amount of US$14=2C300=2C000=2E00
=28Fourteen Million=2C Three Hundred Thousand United
States Dollars=29=2E Though the actual contract cost has
been paid to the original contractor=2C leaving the
excess balance unclaimed=2E

The Government of the Republic of South Africa
believe that private investment in general=2C and
foreign direct investment in particular=2C are the
real engines for sustainable economic development=2C
for which reason it has continued to encourage
investment in the key growth-oriented sector of
Mining with sincere determination to pay foreign
contractors all debts owed to them=2C so as to
continue to enjoy close relationship=2C and a mutually
beneficial co-operation with foreign governments and
non-governmental financial agencies=2E As a result we
included our bills for approvals with the
co-operation of some officials at the Department of
Finance and the Reserve Bank of South Africa =28RBSA=29=2E
We are seeking your assistance to be the beneficiary
of the unclaimed funds=2C since we are not allowed to





operate a foreign account=2E The changing of
beneficiary's information=2Fdetails and other forms of
documentation upon application for claim to reflect
the contract money and its approvals will be secured on behalf of your company or your good self=2E
I have the authority of my colleagues involved to
propose that=2C should you be willing to assist us in
this transaction your share as compensation will be
30% while my colleagues and I shall receive 60%=2C and
the balance of 10% shall be used to reimburse all
expenditures=2C taxes and miscellaneous expenses so
incurred=2E

It does not matter whether or not your company does
contract projects of the nature described here=2E The
assumption is that your company won the major
contract and subcontracted it to other companies=2E
More often than not=2C big trading companies and firms
of unrelated fields win major contracts=2C and
subcontract to more specialized firms for execution=2E

This business itself is 100% safe=2C provided you
treat it with utmost confidentiality=2E Also your
pecialization is not a hindrance to the successful
execution of this mutual beneficiary transaction=2E I
have reposed my confidence in you and hope that you
will not disappoint us=2E

Kindly notify me by email for further details=2C upon
your acceptance of this proposal=2E

Regards=2C

Dr=2E Benson Makelele=2E






Archive powered by MHonArc 2.6.24.

Top of Page