|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: space between two prints ?
Radek, You can use an <xsl:text> element to introduce a (real) space character: <xsl:value-of select="../HEADER/FROM/STATE"/> <xsl:text> </xsl:text> <xsl:value-of select="../HEADER/FROM/ZIP1"/> or <xsl:value-of select="../HEADER/FROM/STATE" /> <xsl:value-of select="../HEADER/FROM/ZIP1"/> or you can insert a non-breaking space character ( in HTML) if that is more appropriate: <xsl:value-of select="../HEADER/FROM/STATE" /> <xsl:value-of select="../HEADER/FROM/ZIP1"/> For more information on why the white space was removed in your example, read up on white space handling, e.g., in [1]. Cheers, Stuart, stuart@xxxxxxxxxxx, www.ferncrk.com Reference [1] Kay, Michael, "XSLT Programmer's Reference, Second Edition", Wrox Press, 2001. See p. 139, f. -----Original Message----- I would like to hardcode one character space between state and zip ... how can I do that ? I didn't find solution for that simple task yet... <xsl:value-of select="../HEADER/FROM/CITY"/>, <xsl:value-of select="../HEADER/FROM/STATE"/> <xsl:value-of select="../HEADER/FROM/ZIP1"/> appreciate any sugesstion, Radek XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








