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]
Other format: [Raw text]

Re: inserting spaces ( )


well but how can i insert <xsl:value-of select="count(ancestor::*)-2"/>
numbers of &#160; ??

if <xsl:value-of select="count(ancestor::*)-2"/> is 5 how can i insert 5
&#160; ?
thanks

----- Original Message -----
From: "stevenson" <stevenson@epr.footman-walker.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, March 12, 2002 1:49 PM
Subject: RE: [xsl] inserting spaces (&nbsp;)


> Instead of &nbsp; use &#160;
>
> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Carlos
> Sent: 12 March 2002 15:04
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] inserting spaces (&nbsp;)
>
> in html the espace is &nbsp;
> if with <xsl:value-of select="count(ancestor::*)-2"/> i have a number, how
> can i insert  this number * spaces?
> --> <xsl:value-of select="count(ancestor::*)-2"/> * &nbsp;
>
> if the number(<xsl:value-of select="count(ancestor::*)-2"/>) is 5:
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> thanks
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]