[daisy] customizing template for particular document type
Marc Portier
mpo at outerthought.org
Mon Feb 4 09:41:51 CST 2008
> What am I doing wrong? :-/
>
have you checked if the text is available in the xml input allright?
(suggestion: use xsl:copy-of select="/" and then view the source)
and as a general note: pls don't make your requests into a quiz/riddle:
<xsl:when test="@name = 'PlainTextEmailContent'">
<xsl:value-of select="'this works - to see if xsl:when works'" />
So did it? We're left to guessing...
If it did you could first replace the value-of/@select="." with a
copy-of to see what is in the xml input at that stage
and specially check if the @inlined is set
(and may I suggest to add <pre> around your text)
regards,
-marc=
More information about the daisy
mailing list