Return-Path: Delivered-To: apmail-xml-batik-users-archive@www.apache.org Received: (qmail 86843 invoked from network); 13 Jan 2005 12:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Jan 2005 12:24:48 -0000 Received: (qmail 95334 invoked by uid 500); 13 Jan 2005 12:24:45 -0000 Delivered-To: apmail-xml-batik-users-archive@xml.apache.org Received: (qmail 95317 invoked by uid 500); 13 Jan 2005 12:24:45 -0000 Mailing-List: contact batik-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Batik Users" Delivered-To: mailing list batik-users@xml.apache.org Received: (qmail 95293 invoked by uid 99); 13 Jan 2005 12:24:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of johan.hjerling@gmail.com designates 64.233.184.202 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 13 Jan 2005 04:24:43 -0800 Received: by wproxy.gmail.com with SMTP id 57so42058wri for ; Thu, 13 Jan 2005 04:24:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=M/KVmfBaiitmz6XOm6AztldXd1dh4WsUVwkMrzf7DWLY7l15JLBRvtsITGU5OhKrbEXWZyZPWmemDZ6zOHXQ6ZdKei4T1/w7sH2dN0VGhes8r+HnY8GzYfaE7wP0oEVgO0JkvUpf5PHta5HVxsQiCyNbmGqv7DL/8d17fGDvrMk= Received: by 10.54.36.40 with SMTP id j40mr190587wrj; Thu, 13 Jan 2005 04:24:40 -0800 (PST) Received: by 10.54.51.42 with HTTP; Thu, 13 Jan 2005 04:24:40 -0800 (PST) Message-ID: Date: Thu, 13 Jan 2005 13:24:40 +0100 From: Johan Reply-To: Johan To: Batik Users Subject: Re: Problem with doctype tag and XmlTextReader (Compact framework) In-Reply-To: <41E656F4.2010609@Kodak.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41E656F4.2010609@Kodak.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I presume it has to do with the parser. It is a (System.Xml.XmlReader, .net compact framework). The reason i posted here is if annyone has had a similar problem. The parser is supposed (according to doc) to only look for wellformedness and dosen't validate. On Thu, 13 Jan 2005 06:09:40 -0500, Thomas DeWeese wrote: > Hi Johan, > > Johan wrote: > > > My XmlTextReader (C# , Compact Framework) throws a > > "NotSupportedException" when reading a SVG file generated by Batik. > > The exception is thrown when reading the doctype tag. > > Is there some reason you think there is a problem with this > doctype tag? I'm sorry but this sounds like a problem with your > XmlTextReader. It may just not like any Doctype that includes a > reference to a dtd, but that would just be plain wrong. > > > The tag looks like this: > > > 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> > > > > The XmlTextReader is supposed to not validate, only check for wellformedness. > > > > Any idees? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org > > For additional commands, e-mail: batik-users-help@xml.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org > For additional commands, e-mail: batik-users-help@xml.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org For additional commands, e-mail: batik-users-help@xml.apache.org