Hi to all,
I've just downloaded the trial version of Docentric and created my first template. The datasource is XML, because I'm building an application that retrieves data in XML format from a SQL database. Part of the data is an image, which is defined in the XSD as xs:base64Binary. I've already an XML that contains that image data, so I inserted an Image elemenent based on that data element. However, when I do a preview, I get the following error: Docentric.Documents.Reporting.Model.ImageElement element error: The element doesn't wrap an image object.
How can I insert an image object, based on XML data?