Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 28th, 2005, 11:47 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default simple spacing problem

hi,

 I have part of a stylesheet that looks like this:

<tr>
  <td><xsl:value-of select="field1"/></td>
   I need some spaces between these 2 fields on the same line of HTML
  <td><xsl:value-of select="field2"/></td>
</tr>

How can I get the stylesheet to insert spaces ?
I have tried <xsl:text> </xsl:text>
but my spces dont appear.

Any suggestions?
Many thanks.


 
Old January 28th, 2005, 12:52 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Spaces within <xsl:text> should appear, if they don't then it's probably because you're using a Microsoft parser to parse the stylesheet. Microsoft parsers have a nasty habit of removing your whitespace unless you ask them very nicely to preserve it: it's a property on the Document node called something like preserveWhitespace.



Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
SPACING PROBLEM jhanny007 PHP Databases 7 December 19th, 2006 07:07 AM
PROBLEM SPACING jhanny007 Beginning PHP 2 November 16th, 2006 09:46 AM
Simple Problem Little Shell XML 2 June 5th, 2006 03:30 PM
a simple problem aquarius XSLT 1 February 27th, 2004 06:17 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.