Re: XML documentation page offline



xmlns identifiers aren't urls, even if they look like it.  I think
xsi:schemaLocation
might actually be, but in any event what you want is found here:

https://git.gnome.org/browse/gnumeric/tree/gnumeric.xsd

Morten



On Tue, May 5, 2015 at 3:33 AM, treaki <treaki treaki tk> wrote:
Hi,

i had a look into a gnumeric document (gzip -d <[...].gnumeric |less)
and found out that it is an xml based format. At the beginning, as usual
in xml, was a link to the file format documentation :

/////////////////////////////////////////
<?xml version="1.0" encoding="UTF-8"?>
<gnm:Workbook xmlns:gnm="http://www.gnumeric.org/v10.dtd";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.gnumeric.org/v9.xsd";>
  <gnm:Version Epoch="1" Major="10" Minor="17" Full="1.10.17"/>
  <gnm:Attributes>
    <gnm:Attribute>
      <gnm:type>4</gnm:type>
      <gnm:name>WorkbookView::show_horizontal_scrollbar</gnm:name>
      <gnm:value>TRUE</gnm:value>
    </gnm:Attribute>
    <gnm:Attribute>
      <gnm:type>4</gnm:type>
      <gnm:name>WorkbookView::show_vertical_scrollbar</gnm:name>
[...]
/////////////////////////////////////////

i tryed to open the following link: http://www.gnumeric.org/v10.dtd

but ive got only following:
/////////////////////////////////////////
HTTP/1.1 404 Not Found
Date: Tue, 05 May 2015 07:32:50 GMT
Server: ATS/4.2.3
Last-Modified: Sat, 20 Dec 2014 02:02:51 GMT
[...]

Oops! Nothing to See Here!

The page you were looking for doesn't exist.
/////////////////////////////////////////

could you do something about that. Maybe set a link to the actual file
format documentation?

thanks a lot and greetings

treaki

_______________________________________________
gnumeric-list mailing list
gnumeric-list gnome org
https://mail.gnome.org/mailman/listinfo/gnumeric-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]