[EMAIL PROTECTED] wrote:
> 
> Here is a valid XSLT stylesheet:
> 
> <html xmlns:template="http://www.w3.org/1999/XSL/Transform";
> template:version="1.0">
>   <head>
>     <title><template:value-of select="title"/></title>
>   </head>
>   <body>
>     <h1><template:value-of select="title"/></h1>
>     <table>
>      <tr>
>       <td><template:value-of select="menu"/></td>
>       <td><template:value-of select="body"/></td>
>      </tr>
>     </table>
>   <body>
> </html>

CORRECTION:

Use <xsl:copy-of select="menu"/> or <template:copy-of select="menu"/>.

S/MIME Cryptographic Signature

Reply via email to