The WPS currently creates documents using xlin as the namespace for XLink, which is totally fine and works, e.g. <ows:Metadata xlin:title="R Script" xlin:href="http://wps1.glues.geo.tu-dresden.de:80/wps/r/script/org.n52.wps.server.r.glues.systemarchetypes"/>.
But for readability by humans, it would be nice to follow the convention to use xlink as the namespace.
The WPS currently creates documents using
xlin
as the namespace for XLink, which is totally fine and works, e.g.<ows:Metadata xlin:title="R Script" xlin:href="http://wps1.glues.geo.tu-dresden.de:80/wps/r/script/org.n52.wps.server.r.glues.systemarchetypes"/>
.But for readability by humans, it would be nice to follow the convention to use
xlink
as the namespace.