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: XSL/Transform vs WD-xsl




> -----Original Message-----
> From: Karlo [mailto:pcaspian@iafrica.com]
> 
> 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


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