xsl-list
[Top] [All Lists]

[xsl] space was stripping

2009-12-17 04:46:49
Hi Team,

I was using XSL for browser viewing purpose.

I wrote the XSL simply input tag to output tag:

        <xsl:template match="legis-cite">
        <span style="background-color: #99FF99; font-size:17;
color:Black;"><xsl:apply-templates/></span>
        </xsl:template>

XML file
        <p>Teating <legis-cite>legis content1</legis-cite> <legis-cite>legis
content2</legis-cite></p>

Actual Output
        <p>Teating <span style="background-color: #99FF99; font-size:17;
color:Black;">legis content1</span><span style="background-color: #99FF99;
font-size:17; color:Black;">legis content2</span></p>

Space was removed between the "legis content1" & "legis content2"

How can I correct this issue, in my expectation output do remove the space,
when same continue in the inline text

Thanks,
Selva



Confidentiality Notice:  This transmittal is a confidential communication.  If 
you are not the intended recipient, you are hereby notified that you have 
received this transmittal in error and that any review, dissemination, 
distribution or copying of this transmittal is strictly prohibited.  If you 
have received this communication in error, please notify this office 
immediately by reply and immediately delete this message and all of its 
attachments, if any.


--~------------------------------------------------------------------
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>
--~--