You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Roel van Dijk <ro...@forest-fields.nl> on 2005/04/07 15:22:28 UTC

parse error for ocs.xsl

I'm using Resin as my application server, which has a different (stricter?)
XML parser than Tomcat. It gives this error when Jetspeed 1.6-dev is
restarted:

com.caucho.xsl.XslParseException: /WEB-INF/xsl/ocs.xsl:22: `aocs' must be a
namespace prefix

Lines 17-22 :

<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
                xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                xmlns:ocs = "http://alchemy.openjava.org/ocs/ocs-syntax#"
                xmlns:dc  = "http://purl.org/dc/elements/1.0/"
                exclude-result-prefixes="rdf ocs aocs dc"
                version   = "1.0">

The 'aocs' in exclude-result-prefixed is not defined, maybe this line should
be added:

                xmlns:aocs= "http://alchemy.openjava.org/ocs/ocs-syntax#"

Roel



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org