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]

using <,>,&& in XSL


hello friend,



The XML file is actually for pure data storage and for
the presentation purpose i am using XSL. In XSL we can
use XSL tags like <xsl:for-each>,<xsl:when> etc and
also html tags and Jsript.

here begin the problem. I am not able to use the
<,>,&& symbols in XSL which is very much required when
using  loops like for(i=0;i<10;i++) i Jscript.  when i
enquired abt it i got the suggestion  that if we use
&lt; instead of < then there is no problem. but still
i am getting an error(ie,  } is missing.). i also
tried <!DOCTYPE [<!ENTITY lt "&#38;#60;">]> but still
no use.
so please give avaluable suggestion as it is very
essential as far as i am concerned.


Also <xsl:when> ,<xsl:if> etc is also not working.
when these tags are used there is no error shown but
the output is a blank screen. so please give a remedy.
whether i have to include anything additional in
<xmlns......> declaration area.


 IF YOU HAVE SOME TIME TO SPARE PLEASE SEND SOME
SAMPLE CODE  TOO.

subin thampi


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/


 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]