Content of is-within-distance7.xq exampleimport module namespace geo = "http://expath.org/ns/geo"; declare namespace gml="http://www.opengis.net/gml"; geo:is-within-distance(<gml:Point><gml:pos>0 1</gml:pos></gml:Point>, <gml:LineString><gml:posList>0 0 2 2</gml:posList></gml:LineString>, 0.8 ) |