What about this one then?
---
<xsl:template match="people">
<html><head>
<title>Test</title>
</head>
<body>
<UL>
<xsl:for-each select="person">
<LI>
<xsl:text disable-output-escaping="yes"><A
HREF="/homepage/?id=<xsl:value-of disable-output-escaping="yes"
select="id"/>"><xsl:value-of select="name"/></xsl:text>
<xsl:text disable-output-escaping="yes">
</A>
</xsl:text>
</LI>
</xsl:for-each>
</UL>
</body>
</html>
</xsl:template>
---
It contains to many xsl:text's for my likeing. But there seems to be a
bug in sablotron,
when it handles disable-output-escaping. Or maybe I have misunderstood
the XSL spec.
But it works for your example.
Cheers,
Andrej
- [Sab] Eval or some other way to escape URL query stri... Honza Pazdziora
- Re: [Sab] Eval or some other way to escape URL q... 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
