I downloaded Tomcat 3.3-m2 and the problem went away.  Is it possible the
jaxp.jar in Tomcat 3.2.1\lib\ is out dated for the jaxp in Jetspeed?

* NewRSSPortlet.java
//JAXP support
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;

--
 Exception:  org.apache.xalan.xslt.XSLProcessorException: XercesLiaison
can not handle nodes of type class com.sun.xml.tree.XmlDocument
 Stack Trace follows:
 org.apache.xalan.xslt.XSLProcessorException: XercesLiaison can not
handle nodes of type class com.sun.xml.tree.XmlDocument
 at org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java:1630)
.....


Santiago Gala wrote:

> Santiago Gala wrote:
>
> > Jeff Marshall wrote:
> >
> >> Anyone else seeing this?  I downloaded from cvs this morning.
> >>
> >
> > Not me. I updated NewRSSPortlet to have jaxp (better than direct xerces)
> > support. I was about to update xerces1.3 to 1.3.1, in a hope to get rid
> > of the rss0.91 dtd problem
> >
> > I have all portlets showing. Switching to jaxp and setValidating(false)
> > was not enough. This plus update of xerces version seems to be.
> >
>

>
> Not to mention the fact that the dtd is back in Netscape's web site :)
>
> (But the aggregation demo in cocoon2 has been working with a moreover
> channel while the dtd was missing. I will ask them for the trick and try
> to reproduce it at Jetspeed.)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to