[xsl] ?Formating Issue?

Subject: [xsl] ?Formating Issue?
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Tue, 4 Nov 2003 16:25:29 +0100
Hi

Following is my xml.  I am looking for the output as [	You are here:
Sajjad >>> Learning Material ] 


<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="4.xsl"?>
<livelink>
<location path='..\'>sajjad</location>  
<location last='true' path=''>Learning Material</location>
</livelink>  

I don't know where am I making mistake in the following stylesheet.
Since I get Sajjad Learning Material in one line but I can not add ">>>"
sign to it.

<xsl:template match="/">
<table>
<tr>
<td>You are here >>></td>
<xsl:for-each select="livelink">
<td><xsl:value-of select="."/></td>
</xsl:for-each>
</tr>

</table>
</xsl:template>
</xsl:stylesheet>

Any suggestions?

/s


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


Current Thread