Content of coordinate_dimension2.xq example
import module namespace geo = "http://expath.org/ns/geo";
declare namespace gml="http://www.opengis.net/gml";
geo:coordinate-dimension(<gml:Point><gml:pos gml:srsDimension="3">1 1 14</gml:pos></gml:Point>)