|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] element to root, jpk | Thread | RE: [xsl] element to root, Michael Kay |
| [xsl] element to root, jpk | Date | RE: [xsl] xsl:include problems, Michael Kay |
| Month |