Content of point_xyz2.xq example

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

geo:y(<gml:Point><gml:pos> 3 1</gml:pos></gml:Point>)