Hello

I think I have found a little bug in the class SimpleTransform.

on line 152 i had to change the call

   return transform( new XSLTInputSource( url ),
                          new XSLTInputSource( stylesheet_url ),
                          null );

to

   return transform( new XSLTInputSource( url ),
                          new XSLTInputSource( stylesheet_url ),
                          params );


also you should remove ^M ( crlf ) from all the Unix Shell-Scripts
because they don't work with bash ( Error Message : bash: ./build.: No such file or 
directory )

this is only in the file Jetspeed-1.3a1-src.tar.gz and not in CVS.


bye

alani
-- 


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to