RE: javascript embedded in *.jx files

2008-10-09 Thread Jeff Schmitz
[EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason was I couldn't

RE: javascript embedded in *.jx files

2008-10-08 Thread Derek Hohls
On Tuesday, October 07, 2008, at 01:49PM, Jasha Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't

RE: javascript embedded in *.jx files

2008-10-07 Thread Jasha Joachimsthal
-Original Message- From: Mark Lundquist [mailto:[EMAIL PROTECTED] Sent: dinsdag 7 oktober 2008 2:15 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files No worries about the multiple posts ;-) However, please do start new topics with a new post; using

Re: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but

RE: javascript embedded in *.jx files

2008-10-07 Thread Jasha Joachimsthal
-Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason was I couldn't figure out how

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

RE: javascript embedded in *.jx files

2008-10-07 Thread Jeff Schmitz
Joachimsthal [EMAIL PROTECTED] wrote: -Original Message- From: Jeff Schmitz [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2008 17:32 To: users@cocoon.apache.org Subject: Re: javascript embedded in *.jx files Really, external scripts aren't working for you? Why not? I think the main reason

Re: javascript embedded in *.jx files

2008-10-07 Thread Mark Lundquist
On Oct 6, 2008, at 11:52 PM, Jasha Joachimsthal wrote: Really, external scripts aren't working for you? Why not? Probably because some serializer closes the script tag. Use script src=myscript.js type=text/javascript#160;/script. Another reason could be that there's no pipeline matching

Re: javascript embedded in *.jx files

2008-10-07 Thread Mark Lundquist
On Oct 7, 2008, at 12:57 PM, Jeff Schmitz wrote: Hmmm, that seems strange to me. Note that I really just the script tag, which is part of the *.jx page, to just passed through as is and become part of the html page to be returned. Sure, right. I don't want the actuall javascript file

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

Re: javascript embedded in *.jx files

2008-10-06 Thread Mark Lundquist
No worries about the multiple posts ;-) However, please do start new topics with a new post; using reply screws up threading in mailreaders. Anyhow... On Oct 6, 2008, at 12:56 PM, Jeff Schmitz wrote: Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that