Please enable JavaScript to view this site.

Version:

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

Edit functions

Spatial Query functions

Coordinate Transformation functions

String Manipulation functions

Date/Time functions

Key/Value Store functions

Counter functions

 

© 2024 VertiGIS GmbH. All Rights Reserved. | Privacy Center | Imprint
Documentation Version 10.0 (fa3b2a93)