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

Reply via email to