infopath/2003/xslt/xImage namespace does not give access to getImageUrl function

S

sam.bogart

In an InfoPath form I have an embedded image. The print view has a
reference to the
xmlns:xdImage="http://schemas.microsoft.com/office/infopath/2003/xslt/xImage"
namespace, but in the generated XSL the line:

<xsl:if test="function-available('xdImage:getImageUrl')">

is evaluating as false, so the following line that should return the
image (...src="{xdImage:getImageUrl(my:EmbeddedPicture)}"/>) is not
getting executed.

This XSL is being used to create an XML file that can be opened in Word
to allow easy solicitation of feedback from a wide user audience,
andthe images contained in the original InfoPath document are a
necessary item.

Any suggestions would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top