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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to