* data/grampsxml.dtd: Update for new bookmarks.

* data/grampsxml.rng: Update for new bookmarks.
	* src/GrampsDb/_WriteXML.py (write_bookmarks): Add method to write
	new bookmarks.
	* src/GrampsDb/_ReadXML.py (start_bmark): Parse new bookmarks


svn: r6714
This commit is contained in:
Alex Roitman
2006-05-18 22:17:51 +00:00
parent ac4dae0429
commit b970a24a1b
5 changed files with 95 additions and 13 deletions

View File

@@ -419,6 +419,15 @@
</define>
<define name="bookmark-content">
<attribute name="target"><choice>
<value>person</value>
<value>family</value>
<value>event</value>
<value>source</value>
<value>place</value>
<value>media</value>
<value>repository</value>
</choice></attribute>
<attribute name="hlink"><data type="IDREF"/></attribute>
</define>