This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: call-template and javascript


I know that comments are ignored, so I try to pecify problen again. I want 
to insert javascript into translated page, but compiler has been trying to 
translate javascript as XSL, so there are errors. One way is to use 
external javascript (using <javascript src="javascript.js"></javascript>), 
other way is to replace all characters (&, <, >, ....) with ....(I don't 
know how it's called :-(, but I hope that you understand me).

I want something like this.

<javascript>
 Text, which will be ignored for XSL compiler, but will be in translated 
page.
</javascript>

Tanks for help,

regards Jakub


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]