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

Re: [xsl] element to root


Subject: Re: [xsl] element to root
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 31 May 2005 17:41:30 +0100

The only difference between your requested input and your requested
output is a single blank line inserted after

      span b pre br text

I see nothing in your message or the subject line that gives any
indication of what transform you are trying to do.

The following stylesheet converts your supplied input to your requested
output, but it may not be what you want.


<xsl:stylesheet 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  version="1.0">


<xsl:template match="/">
<p>
  <span style="style a">
    span a text 1
    <span style="style b">
      span b pre br text

      <br name="b"/>
      span b post br text
    </span>
    span a text 2
  </span>
</p>
</xsl:template>


</xsl:stylesheet>


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________


Current Thread
  • [xsl] element to root
    • jpk - Tue, 31 May 2005 09:34:35 -0700 (PDT)
      • David Carlisle - Tue, 31 May 2005 17:41:30 +0100 <=
      • Michael Kay - Tue, 31 May 2005 17:48:54 +0100
      • <Possible follow-ups>
      • jpk - Tue, 31 May 2005 09:39:18 -0700 (PDT)