Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 83616 invoked by uid 500); 22 Aug 2002 04:58:24 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 83604 invoked from network); 22 Aug 2002 04:58:24 -0000 Subject: Re: catalog-demo From: David Crossley To: cocoon-users@xml.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 22 Aug 2002 14:58:27 +1000 Message-Id: <1029992309.12096.7549.camel@ighp> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ra=FAl Cruz wrote: > > Hi! I've installed latest Cocoon with Resin-ee-2.1.2 > and java 1.4 and I'm trying to see the Cocoon included > exemple "catalog-demo". It launch me the following error: >=20 > --------------- > The org.apache.cocoon.www.sitemap_xmap notifies that > org.apache.cocoon.ProcessingException says: > > Exception in creating Transform Handler > > More precisely: > > org.apache.cocoon.ProcessingException: Exception in creating Transform > Handler: com.caucho.xml.XmlParseException: > file:/var/local/www/webapps/cocoon/docs/samples/catalog/style.xsl:24: > `¼' is an unknown entity. XML predefines only `<', `&', > `>', `'' and `"'. All other entities must be defined in an > <!ENTITY> definition in the DTD. > ----------------- > > is it normal? what should I do? This is not normal. The style.xsl declares the ISOnum set of character entities, which contains a definition for ¼ It sounds like your parser is not finding that ISOnum entity set. Perhaps the entity resolver is not working on your system. There are a couple of ways to test this. Do "./build.sh test" which includes some tests for the entity-resolver. See also installing/tests.html Do "./build.sh docs" which will fail at xdocs/catalog-test.xml if entity-resolver is not working. Another thing that you can do is to raise the verbosity level of the entity-resolver to see if it complains. See instructions in userdocs/concepts/catalog.html It seems strange that your exception is reported by com.caucho.xml... Does this mean that you use a different parser than that shipped with Cocoon? --David --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: