xsl-list
[Top] [All Lists]

Re: ? using xsl:number

2003-07-24 02:05:19
  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



<Prev in Thread] Current Thread [Next in Thread>