Coothead,
THANK YOU!!! That is exactly what I was looking for. One more question:
Can you specify unique names inside the tags? Example:
Code:
<file>www.google.com</file>
But I want it to display like this
Code:
<file>Click Here</file> or <file>Google</file>
I know this is kind of like splitting hairs, but I am curious. Would you have to give say the Element an attribute value?
Code:
<file id="1"></file>
If so how would you go about calling that with your xsl sheet? Would it look like this?
Code:
a href="{file[1]}" style="
font-size:10pt;
font-style:bold;
color:#000;
">
<xsl:value-of select="file"/>
</a>
Thank you again for your help.
Bookmarks