Difference between revisions of "Xml files"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | Many files exported and imported in Geopsy softwares are based on [[Wikipedia::xml|XML]] structures. For instance, | + | Many files exported and imported in Geopsy softwares are based on [[Wikipedia::xml|XML]] structures. For instance, (listed with their common extension): |
* page | * page | ||
| Line 10: | Line 10: | ||
* param | * param | ||
* target | * target | ||
| + | |||
| + | Those files are compressed [[Wikipedia::tar|TAR]] archives containing at least one file called ''contents.xml''. | ||
| + | |||
| + | tar xvfz [[Media:Legend_page.page|Legend_page.page]] | ||
| + | |||
| + | It produces file ''contents.xml'' which can be viewed by any Internet browser (e.g. firefox[http://www.mozilla.org/firefox|firefox]). | ||
| + | |||
| + | <SciFigs> | ||
| + | <libVersion>2.3.0</libVersion> | ||
| + | <type>Page</type> | ||
| + | <GraphicSheet> | ||
| + | <LegendWidget objectName="object"> | ||
| + | <objectName>object</objectName> | ||
| + | <printX>1</printX> | ||
| + | <printY>1</printY> | ||
| + | <anchor>TopLeft</anchor> | ||
| + | ... | ||
| + | |||
| + | To edit this file you | ||
Revision as of 14:04, 9 March 2010
Many files exported and imported in Geopsy softwares are based on XML structures. For instance, (listed with their common extension):
- page
- mkup
- layer
- cpanel
- ctparser
- gpy
- dinver
- param
- target
Those files are compressed TAR archives containing at least one file called contents.xml.
tar xvfz Legend_page.page
It produces file contents.xml which can be viewed by any Internet browser (e.g. firefox[1]).
<SciFigs>
<libVersion>2.3.0</libVersion>
<type>Page</type>
<GraphicSheet>
<LegendWidget objectName="object">
<objectName>object</objectName>
<printX>1</printX>
<printY>1</printY>
<anchor>TopLeft</anchor>
...
To edit this file you