Adding custom XPath functions

Mark Birbeck's picture

With formsPlayer it is possible to write your own XPath functions to manipulate instance data within the XForms data processing model. One example of doing this is discussed in the context of controlling a 3D viewer, which shows how to create inline functions (i.e., functions that are defined in the current source document).

It's also possible to create XPath functions which are methods on COM components.