Re: Adding Javascript with Doxia

2005-07-19 Thread Emmanuel Venisse
sink.rawText( "your code" ); Vincent Siveton wrote: Hi, Is it possible to add Javascript to the Doxia Sink object for an HTML renderer? If yes, how? I was thinking something like: sink.head(); sink.title(); text( getTitle() ); sink.title_(); sink.script( String jsCode ); sink.head_(); Reg

Adding Javascript with Doxia

2005-07-19 Thread Vincent Siveton
Hi, Is it possible to add Javascript to the Doxia Sink object for an HTML renderer? If yes, how? I was thinking something like: sink.head(); sink.title(); text( getTitle() ); sink.title_(); sink.script( String jsCode ); sink.head_(); Regards, Vincent ---