This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

spaces in output html


gidday all,

I have a list of <InternalLinks/> that are required to have a space
between them when they are output linearly (html output).
I have a problem with spaces in html output not appearing.
The reult is that all my links come out joined up...

I have tried:
[a]
<xsl:template match="InternalLink">
  <xsl:call-template name="doLinkPlain"/>&#032;
</xsl:template>

and
[b]
<xsl:template match="InternalLink">
  <xsl:call-template name="doLinkPlain"/><xsl:text> </xsl:text>
</xsl:template>

and
[c]
<xsl:template match="InternalLink">
  <xsl:call-template name="doLinkPlain"/><xsl:text
disable-output-escaping="yes"><![CDATA[ ]]>
</xsl:template>

I have tried different varieties of strip-space and preserve-space, but
nothing seesm to work - what am I doing wrong?

Regards,
JasonP

--
_.-~-._.-~-._.-~-._.-~-._.-~-._.-~-.
 Jason Pluis
 Analyst/Programmer
 Wizard Information Services
 Email: jason.pluis@wizardis.com.au
_.-~-._.-~-._.-~-._.-~-._.-~-._.-~-.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]