alani wrote:
> 
> 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 );
>

Fixed in CVS. Thanks for your report. This bug has slipped in during the
last code movements.
 
> 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.

I have NOT fixed this one. It probably is an artifact of some windows
working copy used to generate the file :-?

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


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

Reply via email to