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,
-- 
Arrigo

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

Reply via email to