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

Reply via email to