piz
09-13-2002, 11:49 AM
Hi!
I have an XML Dokument with this values:
<persons>
<name>PaulWB</name>
<website>http://www.yeti-networks.net</website>
<website>http://www.pizzahawai.de</website>
</persons>
Now i am creating an XSL-Stylesheet and I want to display the name in <h1> - that works perfectly.
<div><b><xsl:value-of select="name"/></b></div>
Now I want to display all elements called website with al link which directs to this website.
How do I do that??
<a href=""><xsl:value-of select="website"/>'</a>
Like this I get a link, but without Target.
Thx for all help!
Saludo, Paule
By the way... how do I include a stylesheet in the XML-File? Or do I have to use an external stylesheet?
I have an XML Dokument with this values:
<persons>
<name>PaulWB</name>
<website>http://www.yeti-networks.net</website>
<website>http://www.pizzahawai.de</website>
</persons>
Now i am creating an XSL-Stylesheet and I want to display the name in <h1> - that works perfectly.
<div><b><xsl:value-of select="name"/></b></div>
Now I want to display all elements called website with al link which directs to this website.
How do I do that??
<a href=""><xsl:value-of select="website"/>'</a>
Like this I get a link, but without Target.
Thx for all help!
Saludo, Paule
By the way... how do I include a stylesheet in the XML-File? Or do I have to use an external stylesheet?