Hi,
this template produces the desired result.
--
<xsl:template match="people">
<html><head>
<title>Test</title>
</head>
<body>
<UL>
<xsl:for-each select="person">
<LI><A HREF="/homepage/?id={id}"><xsl:value-of
select="name"/></A></LI>
</xsl:for-each>
</UL>
</body>
</html>
</xsl:template>
--
I have tested it with sablotron 0.44 on solaris.
Regards,
Andrej
- [Sab] Eval or some other way to escape URL query stri... Honza Pazdziora
- [Sab] <SAB> preceding & following not ... Andrej Pietschker
- [Sab] <SAB> preceding & following ... Christian Kesselheim
- Re: [Sab] Eval or some other way to escape U... Honza Pazdziora
- Re: [Sab] Eval or some other way to esca... Andrej Pietschker
- Re: [Sab] Eval or some other way to escape URL q... Petr Cimprich
- Re: [Sab] Eval or some other way to escape URL q... Kaiserovi
- Re: [Sab] Eval or some other way to escape U... Honza Pazdziora
