Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 62486 invoked from network); 7 Aug 2007 17:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 17:46:35 -0000 Received: (qmail 18733 invoked by uid 500); 7 Aug 2007 17:46:34 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 18721 invoked by uid 500); 7 Aug 2007 17:46:34 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 18712 invoked by uid 99); 7 Aug 2007 17:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 10:46:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ixjonez@gmail.com designates 209.85.198.187 as permitted sender) Received: from [209.85.198.187] (HELO rv-out-0910.google.com) (209.85.198.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 17:46:29 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1708056rvb for ; Tue, 07 Aug 2007 10:46:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=aB1KLu+g7D+uAFU6VKTjK6KCSH4tqB+Y3XptVzc5c+8UcaaAgXQFZNExe40wgAJQF/1H1pckuK3PJs8ycq4TcQRoVg8izeVjqojvInmDrRNSKDU3ZvmUIM0nvDtz4K4JR5oZee3V9As9nJaIuI7epdRO1zbNh7TjmHXlv3XGyyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=LpFLFbqNlMdwCbTrywP1BjzExjNqj6GvtHSNaY9OTO8oT1RdkLIkzIO/Jm0K7vs+bvjAcFdnI1etqjuMBUR72e9kSCUOmui9PNhvpaPew3UagM0q/Qu8XkHkhVLU4aEeZI7LQCEg998zmgK1n8EUMRV6gydsUkzbNU0uBRsbfbc= Received: by 10.114.161.11 with SMTP id j11mr6995054wae.1186508767376; Tue, 07 Aug 2007 10:46:07 -0700 (PDT) Received: by 10.114.193.3 with HTTP; Tue, 7 Aug 2007 10:46:07 -0700 (PDT) Message-ID: <29a761a00708071046y113792d2i7ca125f271d37e27@mail.gmail.com> Date: Tue, 7 Aug 2007 13:46:07 -0400 From: "Brian Moseley" Sender: ixjonez@gmail.com To: abdera-user@incubator.apache.org Subject: xml restricted characters MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b7daa5769d66bb20 X-Virus-Checked: Checked by ClamAV on apache.org whose responsibility is it to account for entry content that contains characters restricted in xml? i'm generating an entry with content of type "text/json". the content contains a control character. the feed is serialized and written to the output stream with no problems. my expectation is that an exception would be thrown by the axiom xml serializer when it encounters a restricted character. should i instead be detecting them in my content before setting it on the entry? is there a utility for filtering them out? xml doesn't define any escaping rules for restricted characters does it?