XPath template proposal is supported by the XSL Tooling project through the built in template functionality of eclipse. Users and Adopters can add their own specific xpath extensions for processor specific extensions. An example would be to add the EXSLT extensions for proposal support.
The following content types are available:
axis - an XPath navigation axis statement.
exslt - An XPath statement that is defined by the EXSLT library. Xalan and most other processors have built in support for the EXSLT library.
xpath - Represents an XPATH 1.0 function. These are functions as defined by the XPath 1.0 specification.
xpath 2.0 - Represents an XPath 2.0 function. Note: That currently XSL Tools only ships with templates defined for XPath 1.0 .
operator - An xpath logical operator like AND, OR, etc.