Content of intersects6_3d.xq exampleimport module namespace geo = "http://expath.org/ns/geo"; declare namespace gml="http://www.opengis.net/gml"; geo:intersects(<gml:Point srsDimension='3'><gml:pos>1 1 100</gml:pos></gml:Point>, <gml:LineString><gml:posList>0 0 2 2</gml:posList></gml:LineString> ) |