xsl-list
[Top] [All Lists]

Re: element to root

2005-05-31 09:41:30


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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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