Jonathan Linczak wrote:

<xsl:when test="<xsl:value-of select="//lenya:meta/dc:title"/> ==

this is not valid xml and has to read

<xsl:when test="//lenya:meta/dc:title = 'Something'">
  ...

note that the ns need to be declared at the top of the xsl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to