Hi! This is the ezmlm program. I'm managing the
dev xml.openoffice.org mailing list.
Messages to you from the dev mailing list seem to
have been bouncing. I've attached a copy of the first
bounce
message I received.
If this message bounces too, I will send you a probe. If the
probe bounces,
I will remove your address from the dev mailing list,
without further notice.
I've kept a list of which messages from the dev mailing list
have
bounced from your address.
Copies of these messages may be in the archive.
To retrieve a set of messages 123-145 (a maximum of 100 per
request),
send an empty message to:
<dev-get.123_145 xml.openoffice.org>
To receive a subject and author list for the last 100 or so
messages,
send an empty message to:
<dev-index xml.openoffice.org>
Here are the message numbers:
3049
3050
3051
3052
3053
--- Enclosed is a copy of the bounce message I received.
Return-Path: <>
Received: (qmail 14938 invoked from network); 23 Apr 2007
12:45:43 -0000
Received: from cylon1.sjc.collab.net (204.16.104.10)
by s002.sjc.collab.net with SMTP; 23 Apr 2007 12:45:43
-0000
Received: from starfire.yahoo.com ([66.98.192.98])
by cylon1.sjc.collab.net with ESMTP; 23 Apr 2007 05:45:42
-0700
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result:
AgAAAKJHLEZCYsBihWdsb2JhbACQDQEBAQgIBgcIGw
X-IronPort-AV: i="4.14,441,1170662400";
d="scan'208";
a="69851941:sNHT347211970"
X-IRONPORT: SCANNED
Received: by starfire.yahoo.com (Postfix)
id 47BEE150A65; Mon, 23 Apr 2007 07:45:46 -0500 (CDT)
Date: Mon, 23 Apr 2007 07:45:46 -0500 (CDT)
From: MAILER-DAEMON yahoo.com (Mail Delivery System)
Subject: Undelivered Mail Returned to Sender
To: dev-return-3049-bond=yahoo.com xml.openoffice.org
Auto-Submitted: auto-replied
MIME-Version: 1.0
Content-Type: multipart/report;
report-type=delivery-status;
boundary="10456150A67.1177332346/starfire.yahoo.com&qu
ot;
Content-Transfer-Encoding: 8bit
Message-Id: <20070423124546.47BEE150A65 starfire.yahoo.com>
This is a MIME-encapsulated message.
--10456150A67.1177332346/starfire.yahoo.com
Content-Description: Notification
Content-Type: text/plain; charset=us-ascii
This is the mail system at host starfire.yahoo.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached
below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<bond yahoo.com>: cannot update mailbox /var/mail/bond
for user bond. error
writing message: File too large
--10456150A67.1177332346/starfire.yahoo.com
Content-Description: Delivery report
Content-Type: message/delivery-status
Reporting-MTA: dns; starfire.yahoo.com
X-Postfix-Queue-ID: 10456150A67
X-Postfix-Sender: rfc822; dev-return-3049-bond=yahoo.com xml.openoffice.org
Arrival-Date: Mon, 23 Apr 2007 07:45:46 -0500 (CDT)
Final-Recipient: rfc822; bond yahoo.com
Original-Recipient: rfc822;bond yahoo.com
Action: failed
Status: 5.2.2
Diagnostic-Code: x-unix; input/output error
--10456150A67.1177332346/starfire.yahoo.com
Content-Description: Undelivered Message
Content-Type: message/rfc822
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: amavisd-new at yahoo.com
Received: from starfire.yahoo.com ([127.0.0.1])
by localhost (starfire.yahoo.com [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id KhhCkpl9l1Ox for <bond yahoo.com>;
Mon, 23 Apr 2007 07:45:39 -0500 (CDT)
Received: from openoffice.org (s002.sjc.collab.net
[204.16.104.2])
by starfire.yahoo.com (Postfix) with SMTP id EBA4D150A6D
for <bond yahoo.com>; Mon, 23 Apr 2007 07:45:38
-0500 (CDT)
Received: (qmail 13885 invoked by uid 5000); 23 Apr 2007
12:45:31 -0000
Mailing-List: contact dev-help xml.openoffice.org; run by
ezmlm
Precedence: bulk
X-No-Archive: yes
list-help: <mailto:dev-help xml.openoffice.org>
list-unsubscribe: <mailto:dev-unsubscribe xml.openoffice.org>
list-post: <mailto:dev xml.openoffice.org>
Reply-To: dev xml.openoffice.org
Delivered-To: mailing list dev xml.openoffice.org
Received: (qmail 13718 invoked from network); 23 Apr 2007
12:45:30 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result:
AgAAAKJHLEbAEgEkk2dsb2JhbACQDQEBAQEHCAYHTraining/
X-IronPort-AV: i="4.14,441,1170662400";
d="scan'208";
a="69851896:sNHT34403033"
X-IRONPORT: SCANNED
Date: Mon, 23 Apr 2007 14:45:26 +0200
From: Michael Brauer - Sun Germany - ham02 - Hamburg
<Michael.Brauer Sun.COM>
In-reply-to: <20070416120937.3igzm9caqswwkcs4 webmail.openoffice-mexico.org>
Sender: Michael.Brauer Sun.COM
To: dev xml.openoffice.org
Message-id: <462CAA66.5000803 sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 7BIT
References: <20070416120937.3igzm9caqswwkcs4 webmail.openoffice-mexico.org>
User-Agent: Thunderbird 1.5.0.9 (X11/20061228)
Subject: Re: [xml-dev] Understanding SAX and
IgnoreWhiteSpaces
Alexandro,
SAX reports "ignorable" whitespace by the
"ignorableWhitespace()" method
rather than "characters()", but only if
- you parse with a DTD, and
- the whitespace occurs in an element that has element-only
content.
If you don't parse with a DTD, or if you have
"invisible" whitespace
characters that occur in an element that supports text, then
SAX reports
them always as characters.
I hope this helps, although it is probably not the answer
you hoped to get.
Best regards
Michael
Alexandro Colorado wrote:
> I wonder if there is any SAX expert here. I want to
parse an XML file
> with line breaks and tabs. It seems that the
'character' handler under
> ContentHandler will include linebreaks spaces and other
invisible
> characters as content of the tags.
>
> So for example I will get something like:
> [ ] [ ] [Content] [ ] [ ] [OtherContent] [ ]
>
> <tag>
> <value>Conent</value>
> <value>OtherContent</value>
> </tag>
>
> [ ] = Line Breaks (n)
> [ ] = Tabs (t)
>
> How can I ignore this non-visible character and just
get the visual one.
> Thanks.
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe xml.openoffice.org
> For additional commands, e-mail: dev-help xml.openoffice.org
>
--
Michael Brauer, Technical Architect Software Engineering
StarOffice/OpenOffice.org
Sun Microsystems GmbH Nagelsweg 55
D-20097 Hamburg, Germany michael.brauer sun.com
http://sun.com/staroffice
a> +49 40 23646 500
http://blogs.sun.com/Gu
llFOSS
Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee
1,
D-85551 Kirchheim-Heimstetten
Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Marcel Schneider, Wolfgang Engels, Dr.
Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe xml.openoffice.org
For additional commands, e-mail: dev-help xml.openoffice.org
--10456150A67.1177332346/starfire.yahoo.com--
|