RE: [xsl] XSL/Transform vs WD-xsl

Subject: RE: [xsl] XSL/Transform vs WD-xsl
From: timw@xxxxxxx
Date: Tue, 4 Sep 2001 09:56:01 +1000

> -----Original Message-----
> From: Karlo [mailto:pcaspian@xxxxxxxxxxx]
> 
> Hi, I realise this is not all that much on the list topic, 
> but I need to be using 'TR/WD-xsl'
> 
> I need a general web user to be able to access the xsl file, but 
> he/she wont neccesarily be able to use the 
> "http://www.w3.org/1999/XSL/Transform";, so I have to make use of 
> "http://www.w3.org/TR/WD-xsl";.

If you think so... but I don't think you will find much help in using
TR/WD-xsl from this list.

Why don't you use a server side transformation if you are worried that
viewers will be unable to do the transformation client side?

> My only problem now lies in the following. I am using 
> Javascript which is 
> embedded in my XSL file with
> 
> * My problem lies with the while(i < 3){} statement. I think 
> it lies in the 
> "<" sign, same with a ">" and "!" sign.

If you want to use the < and > signs in the javascript then escape them
using &lt; and &gt; 

Tim

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


Current Thread