52North / WPS

**DEPRECATED** The 52°North Web Processing Service enables the deployment of geo-processes on the web in a standardized way.
GNU General Public License v2.0
63 stars 55 forks source link

Use "xlink" instead of "xlin" for XLink namespace #180

Open nuest opened 9 years ago

nuest commented 9 years ago

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.

theaverageguy commented 8 years ago

Adding a PR.