xsl-list
[Top] [All Lists]

how to concatenate fields?

2005-03-07 12:28:59
i'm a newbie to xml/xslt - i need to revise my output to combine multiple 
fields into one and at the same time insert extra characters.  how do i change 
the following code to do this?

currently, the fields are displayed on separate lines:

<xsl:if test="string-length(location)&gt;0">
        <p><b><xsl:value-of select="location"/></b><br>
        <xsl:value-of select="publish_date"/></br></p>
</xsl:if>

<xsl:if test="string-length(/gapinc/body_text)&gt;0">
        <p><xsl:apply-templates select="/gapinc/body_text"/></p>
</xsl:if>

how do i force "location", "publish_date" and "body_text" on the same line AND 
insert a hyphen "-" between each field?

please advise,
Tiffany



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



<Prev in Thread] Current Thread [Next in Thread>