[xsl] Beginner question

Subject: [xsl] Beginner question
From: "Ron Dyck" <adam@xxxxxxxxxxxx>
Date: Sat, 7 Jun 2003 07:03:56 -0400
I have an xml file with the following elements:

Some are:

<bulletPoint>
    <text>some regular test here</text>
 </bulletPoint>

and some are:

<bulletPoint>
    <text>http://www.domain.com/</text>
    <url>http://www.domain.com/</url>
 </bulletPoint>

I need to create a link that looks like <a href="url element">text
element</a>
But, only when both the <text> and <url> tags are present in the
 <bulletPoint>

Would appreciate any help.


ron


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


Current Thread