On May 6, 2005, at 9:08 AM, Gregor J. Rothfuss wrote:

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

Thanks Gregor, I knew that looked a little strange. :)

Jon


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



Reply via email to