D
Dante
Hello. I am creating an xml list of links with structure like the
below:
<item>
<title>Bullet Madness</title>
<uri>http://www.stylegala.com/archive/bulletmadness/</uri>
<description>200 bullets, each of them nice in their own
way</description>
</item>
I need to create a link with that data. When I tried to do something
like
<a href="<xsl:value-of select="uri">">text</a>
I got the error that the structure was not well formed. How else would
I create a link with proper structure?
Thanks, Dante
below:
<item>
<title>Bullet Madness</title>
<uri>http://www.stylegala.com/archive/bulletmadness/</uri>
<description>200 bullets, each of them nice in their own
way</description>
</item>
I need to create a link with that data. When I tried to do something
like
<a href="<xsl:value-of select="uri">">text</a>
I got the error that the structure was not well formed. How else would
I create a link with proper structure?
Thanks, Dante