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 Cristina Lissoni <cl...@ais.it> on 2005/04/07 09:36:44 UTC

R: XSL portlet and namespaces (Jetspeed 1.5)

In case anybody else need to know:
this can be fixed by modifying file
XSLViewProcessor.java as follows:

after the statement:
   final DocumentBuilderFactory docfactory = 
             DocumentBuilderFactory.newInstance();

add the statement:
   docfactory.setNamespaceAware(true);

(tested on Jetspeed 1.4)

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