Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hey everyone, would love some assistance. I would like to put a <br> or <i> where I specified. Just not sure how to mix HTML in this.
[syntax="xml"]
<xsl:for-each select="job/manager">
<xsl:value-of select="title"/> Formatting Options Right Here!
<xsl:value-of select="dateStarted"/>
<xsl:value-of select="description"/>
</xsl:for-each>
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]