WDExtensions Overview
Use WDExtensions helper methods in XSLT conversion rules to work with dictionaries, mailboxes, envelopes, and chaining.
Add the namespace
<?xml version="1.0"?>
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:wdExtensions="java:com.whitedoc.xslt.extensions.WdExtensions"
exclude-result-prefixes="wdExtensions">
...
</xsl:stylesheet>Available methods
getValueFromDictionary
getRecordUuidByValueFromDictionary
createAttachementWithSourceFile
getMailboxUuidByAlias
findEnvelopeUuidByField
chainEnvelope
Last updated