Index

Tutorial Videos

Tutorial videos are available here.

Knowledge Base

Visit our User Forum for discussions and solutions

Technical

Integrate your XpressDox interview, optionally using SSO

Integrating the XpressDox explorer into a 3rd party application, including SSO: When integrating your XpressDox interview into a 3rd party application, the XpressDox explorer can be embedded in an iFrame using this URL: https://<theXpressDoxInstance>.xpressdox.com/Sso/Start?type=microsoft&iframe=true&domainHint=<yourDomain>  

Read More »

Understanding XpressDox Artefacts

XpressDox Artefacts When a template runs, XpressDox creates a number of internal structures.  The most important of these is an XSLT Stylesheet.  The stylesheet contains the definition of how the data from an XML data

Read More »

The Processing Phases of XpressDox

When running a template in XpressDox (i.e. in the Word add-in), you are interacting with five phases of processing. These are:   Template normalisation. This process consists of merging the templates referred to in «BaseTemplate()»

Read More »

Using XSLT functions – XpressDox

XpressDox uses XSLT technology to insert data elements into Merge Fields. This means that a vast amount of functionality is available to the experienced user, especially the XSLT functions, which are used to format data. XpressDox functions and XSLT functions can be mixed in one Merge Field

Read More »

XML and Data Sets

The core process of XpressDox is the merging of data into a template to produce a final merged document. The XpressDox merging engine thus needs two things: a set of data to merge, and a template into which to merge the data. The data which XpressDox merges into a template is referred to as a Data Set, and must be in XML format. The template then addresses the data elements in that Data Set by referring to them in Merge Fields.

Read More »