mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update UDDF export <generator> header to include madatory tags.
Add name at <generator> level, and add additional <homepage> in contact tag. Signed-off-by: Martin Long <martin@longhome.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8d4a3842ee
commit
8e923a5e35
1 changed files with 5 additions and 2 deletions
|
@ -12,9 +12,12 @@
|
|||
<xsl:template match="/divelog/dives">
|
||||
<uddf version="3.2.0">
|
||||
<generator>
|
||||
<name>Subsurface Divelog</name>
|
||||
<manufacturer id="subsurface">
|
||||
<name>Subsurface Team</name>
|
||||
<contact>http://subsurface-divelog.org/</contact>
|
||||
<contact>
|
||||
<homepage>http://subsurface-divelog.org/</homepage>
|
||||
</contact>
|
||||
</manufacturer>
|
||||
<version>
|
||||
<xsl:value-of select="/divelog/@version"/>
|
||||
|
@ -36,7 +39,7 @@
|
|||
</mediadata>
|
||||
|
||||
<diver>
|
||||
<owner id="1">
|
||||
<owner id="owner">
|
||||
<equipment>
|
||||
<xsl:for-each select="/divelog/settings/divecomputerid">
|
||||
<divecomputer id="{./@deviceid}">
|
||||
|
|
Loading…
Add table
Reference in a new issue