Content of point_xyz5.xq example

import module namespace geo = "http://expath.org/ns/geo";
declare namespace gml="http://www.opengis.net/gml";

geo:z(
        <gml:Point><gml:pos srsDimension="3">1 1 1.24</gml:pos></gml:Point>
              )