关于cocoon中xsl的stylesheet
我在cocoon2.04发布一个xml文件。对应的xsl的stylesheet是<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">,这种stylesheet会导致org.apache.cocoon.ProcessingException: Exception in creating Transform Handler: java.lang.ClassCastException
说明一下:我的xsl是正确的,可以配合xml在ie6中看。
http://www.w3.org/TR/WD-xsl 是给微软的ie用的,他里边的语法与 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"中提供的不兼容。
好像cocoon只是支持这种stylesheet。
我想问,是否可以下载一个包来支持上面的stylesheet。或者通过配置什么来解决问题。