Content of relate3.xq exampleimport module namespace geo = "http://expath.org/ns/geo"; declare namespace gml="http://www.opengis.net/gml"; geo:relate( <gml:LineString><gml:posList>1 1 10 0</gml:posList></gml:LineString>, <gml:LinearRing><gml:posList>0 0 20 20 20 30 0 20 0 0</gml:posList></gml:LinearRing>, "******T**" ) |