sablotron seems to be converting <br/> to <br> is this normal? its not valid
XHTML.

index.xsl
<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:output method='html' indent='yes' encoding='utf-8' />

<xsl:template match='/menu'>
 <xsl:for-each select='category'>
  <xsl:value-of select='level'/>
  <a href='{link}'><xsl:value-of select='name'/> </a>
  <br/>
 </xsl:for-each>
</xsl:template>

</xsl:stylesheet>

--



Chris Lee
Mediawaveonline.com
[EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to