You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension object is called from the XSLT processor XslCompiledTransform, but the documentation misses important rules and behaviours.
It doesn't explain/define arguments well, it's assumed the example is sufficient.
Can complex types be passed in and out, Trees, or collections of nodes, or just scalars - what are the types ?
Critically It doesn't define and guarantee thread expectations. Will the XSLT processor call more than one function at once in different threads ?