xsl-list
[Top] [All Lists]

Re: Beginner question

2003-06-07 05:27:40
Excellent! 

Thank-you.

ron

<xsl:template match="bulletPoint">
  <xsl:apply-templates select="text"/>
</xsl:template>

<xsl:template match="bulletPoint[url]">
  <a href="{url}"><xsl:apply-templates select="text"/></a>
</xsl:template>


David

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



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



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