Hello,
I'm
using Cocoon 2.0.3 and jdk 1.4.0.
I
get the following Exception while transforming:
ClassNotFoundException:
org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces
the
scenario is as follows:
<map:match
pattern="AOP_Cocoon/poolChooseChart.html">
<map:generate src=""/>
<map:transform src=""/>
<map:transform src=""> <-- Here I get the Exception
<map:parameter name="use-request-parameters" value="true"/>
</map:transform>
<map:transform src=""/>
<map:serialize type="xml"/>
</map:match>
<map:generate src=""/>
<map:transform src=""/>
<map:transform src=""> <-- Here I get the Exception
<map:parameter name="use-request-parameters" value="true"/>
</map:transform>
<map:transform src=""/>
<map:serialize type="xml"/>
</map:match>
Anybody know this Exception?
Jan
Pfitzner