The VertiGIS Integrator uses API functionality to expand the XSLT transformation.
To use the API in an XSL transformation file, the following namespace must be defined:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:uti="http://soap.postserver.aedsicad.com/uti.xsd"
xmlns:xalan="http://xml.apache.org/xalan"
xmlns:utiapi="xalan://com.aedsicad.postserver.api.XSLHelper"
exclude-result-prefixes="java xalan uti utiapi">
The API offers the following functions:
•Lookup functions for unregistered database tables
•Lookup functions for registered database tables
•Coordinate Transformation functions
•String Manipulation functions
•Query layer/Table information functions
•Query coded value domain functions