Re: Javascript and xsp --- Possible bug??

2005-04-29 Thread Xoan
Hi all, Thanks for the info, finally this works! But I was a little disconcerted because, the first time I tried it doesn't works. When I tried the following code (all in the same line): script language=javascript type=text/javascript

Re: Javascript and xsp --- Possible bug??

2005-04-29 Thread Jan Hoskens
Is it somehow remotely possible that you are using an xml serializer to produce the html page(or xhtml)? Does the script tag appear as one element in your html page script .../ ? If so, you might want to read this: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=111088309324290w=2 In short:

Re: Javascript and xsp --- Possible bug??

2005-04-29 Thread Xoan
My page is a xsp that contains xhtml defined as follows: html xmlns=http://www.w3.org/1999/xhtml; and in the sitemap file : map:match pattern=**.xsp map:generate src={1}.xsp type=serverpages/ map:serialize