Re: [xsl] Beginner question

Subject: Re: [xsl] Beginner question
From: "Ron Dyck" <adam@xxxxxxxxxxxx>
Date: Sat, 7 Jun 2003 08:27:40 -0400
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


Current Thread