[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] ? using xsl:number


Subject: Re: [xsl] ? using xsl:number
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 24 Jul 2003 10:05:19 +0100

  And so the question is...
  Is there a way to use xsl:number so that the Procedure section has the same
  vertical
  alignment as the ordered numbering list below it?

That's not an XSLT question, it's an HTML one.
xsl:number just makes a string with teh text of teh number so it has as
much effect on indentation as typing "2"  into an HTML page.

The reason why your indentation is different is that you are generating 
a blockquote 
<xsl:template match="procedure">
    <blockquote>
        <xsl:apply-templates />
    </blockquote>
</xsl:template>


Incidentally you never need to start match patterns with //.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



Current Thread
Keywords