Re: Including JavaScript in xdoc

2007-10-02 Thread Eric Redmond
Other than a custom .vm template, have you tried single quotes? -- Eric Redmond http://www.coderoshi.com/ On 9/28/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > Has anyone successfully included JavaScript in xdoc rendered by the > site plugin? Brian ran into this trying to add G

Re: Including JavaScript in xdoc

2007-10-01 Thread Manos Batsis
This is probably useless to the OP, but we also wanted to use scripts and went directly for a custom site skin. Cheers, Manos Lukas Theussl wrote: That doesn't work either, we have already opened some JIRA tickets: http://jira.codehaus.org/browse/DOXIA-154 http://jira.codehaus.org/browse/

Re: Including JavaScript in xdoc

2007-10-01 Thread Lukas Theussl
That doesn't work either, we have already opened some JIRA tickets: http://jira.codehaus.org/browse/DOXIA-154 http://jira.codehaus.org/browse/MSITE-257 Cheers, -Lukas Damien Lecan wrote: I tried putting " in the xdoc, but it still comes out as " in the html, and the alert box doesn't work. An

Re: Including JavaScript in xdoc

2007-10-01 Thread Damien Lecan
> I tried putting " in the xdoc, but it still comes out as " > in the html, and the alert box doesn't work. > Any ideas? And with xml CDATA tag ? Hello You should see a JavaScript alert... ? Damien

Including JavaScript in xdoc

2007-09-28 Thread Wendy Smoak
Has anyone successfully included JavaScript in xdoc rendered by the site plugin? Brian ran into this trying to add Google search to the Maven site. If I put this in index.xml Hello You should see a JavaScript alert... alert("

Re: javascript in xdoc

2003-12-08 Thread David Garnier
Hi, I've have tried to use the and tags, but it broke the site.jsl script (I use 1.0-RC1). Another idea? I would really like to be able include Javascript in my pages. If it is not possible, then is there a way to pass things unmodified? I've tried with CDATA, but the < and > are escaped. Bes

javascript in xdoc

2003-11-14 Thread khote
is there a current way to include javascript in site:generate-d docs? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]