S
schilde
Hello,
I want to transform a xml to html with xsl which is not this big
problem. But when I want to create a link with informations of the xml
it doesn't work. To illustrate the problem here an example:
link_example.xml
<booklist>
<book>
<id>1</id>
<title>blabla</title>
</book>
<book>
<id>2</id>
<title>blblblblbla</title>
</book>
</booklist>
The output should look like this. There are a list of links which
reference down to the titles in the same document:
Booklist: 1(as a link) 2(as link)
1 blabla
2 blblblblbla
<a href="{id}"><value-of select=".">..... didn't work. I don't know what
to do. Could someone help?
Greetings
Markus
I want to transform a xml to html with xsl which is not this big
problem. But when I want to create a link with informations of the xml
it doesn't work. To illustrate the problem here an example:
link_example.xml
<booklist>
<book>
<id>1</id>
<title>blabla</title>
</book>
<book>
<id>2</id>
<title>blblblblbla</title>
</book>
</booklist>
The output should look like this. There are a list of links which
reference down to the titles in the same document:
Booklist: 1(as a link) 2(as link)
1 blabla
2 blblblblbla
<a href="{id}"><value-of select=".">..... didn't work. I don't know what
to do. Could someone help?
Greetings
Markus