> From: MJ Ray [mailto:[EMAIL PROTECTED]] > > Derek Hohls wrote: > > write('<html>'); > > write('<head>'); > > in the XSL file, and causing it to become: > > I think it's because cocoon sees the tags, not the context. > Rather, to > cocoon, the tags are the context and the rest is just so much > content. > Probably a good thing generally, but it's hurting you here. > > Have you tried write('<'+'head>');? Not sure if that will > work as a quick > fix, or whether this mysterious <'+'head> tag will cause trouble. You > probably want your Javascript in a different file anyway, though.
The problem must be somewhere in the serialization part. A better way of using a JavaScript in XSL stylesheet is to wrap it as CDATA: <script> <![CDATA[ // your script here ]]> </script> -- Konstantin Piroumian [EMAIL PROTECTED] > > Hope that helps, > -- > MJR ,---------------------------------------------------- > | Q. Do you need a net-based application developing, > | or advice and training about web technology? > | A. I suggest you try http://www.luminas.co.uk/ > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>