Hi all:
In the xml (or xsl) namespace, there is a URL which isn't quite a URL, I mean, the http thing in the code below:
e.g.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
I'm curious as to where is that URL actually point to, and where is the referenced things stored?
(I tried googling, but without the exact search string I get a billion different results)
Thanks.