Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 13093 invoked from network); 29 Nov 2005 12:55:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 12:55:09 -0000 Received: (qmail 91560 invoked by uid 500); 29 Nov 2005 12:55:00 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 91507 invoked by uid 500); 29 Nov 2005 12:55:00 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 91496 invoked by uid 99); 29 Nov 2005 12:55:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 04:55:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of benanderson.us@gmail.com designates 66.249.82.206 as permitted sender) Received: from [66.249.82.206] (HELO xproxy.gmail.com) (66.249.82.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 04:56:30 -0800 Received: by xproxy.gmail.com with SMTP id h28so5830542wxd for ; Tue, 29 Nov 2005 04:54:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pXgJ+rJcjhwe3b7GKJb4e4rTlUt90QwvADUw8RzxmOOdHAgAmpVPgilbjpq7DZDBN01i/brJrEHZ3tXlKdARht+KCQOgY+Mn17szrpccDPyhee942PdXjNMKREGOQm1h+m0fRatbWuClXuO8DWw800qtx1WngaoptFNxnkbDW5w= Received: by 10.64.220.11 with SMTP id s11mr2880180qbg; Tue, 29 Nov 2005 04:54:38 -0800 (PST) Received: by 10.65.84.19 with HTTP; Tue, 29 Nov 2005 04:54:38 -0800 (PST) Message-ID: Date: Tue, 29 Nov 2005 07:54:38 -0500 From: Ben Anderson To: users@cocoon.apache.org Subject: valid xml serializer MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm using xhr and would like to get the response as a dom document.=20 The responseText property is there, but the responseXML property is null. I believe the problem is that the response isn't valid xml.=20 What's the best approach to this? Currently I'm using the HTML Serializer which does things like change
to
. Is this the problem I think it is? If so, what's the best approach? I just tried the xhtml serializer, which gives valid xml output, but now my  's are rendering incorrectly as an A with a carrot over the top. Perhaps I'll try xml Thanks, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org