Hi Arrigo,

notice the sentence
"In general, however, users should assume that the namespace URI is simply a name, not the address of a document on the Web."
in https://en.wikipedia.org/wiki/XML_namespace

So no, we do not need to provide any web page for a namespace name.

Kind regards,
Regina

Arrigo Marchiori schrieb am 03.06.2024 um 21:48:
Dear All,

OpenDocument files contain a lot of XML namespace URI's.

For example, an empty ODT file's content.xml contains among others:

  - xmlns:xlink="http://www.w3.org/1999/xlink";
  - xmlns:dc="http://purl.org/dc/elements/1.1/";
  - xmlns:math="http://www.w3.org/1998/Math/MathML";
  - ...

and some namespace URL's point to our web site:

  - xmlns:ooo="http://openoffice.org/2004/office";
  - xmlns:oooc="http://openoffice.org/2004/calc";
  - xmlns:rpt="http://openoffice.org/2005/report";
  - ...and more.

All the URL's seem to point to valid pages... except for the ones
pointing to http://openoffice.org

You can verify for yourself, that the above three URL's take to a 404
"not found" error page.

I believe we have to fix this... and it should not be hard to prepare
a "patch" our openoffice-org project.

But what documents shall be available at those URL's?

Best regards,



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to