[xep-support] XEP hangs while retrieving draft images

Jeff Beal jeff.beal at ansys.com
Fri May 2 08:11:37 PDT 2003


> <xsl:param name="draft.watermark.image" select=""/>
> 
> gave me
> 
>    Error in expression : Unexpected token EOF in expression
> Transformation failed: Failed to compile stylesheet. 1 error detected.


Not to go completely off-topic here, but

 <xsl:param name="draft.watermark.image" select="''"/>

would have worked for you.  It's the difference between selecting the empty
string and selecting nothing.
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list