* data/grampsxml.rng: Remove stext.

* data/grampsxml.dtd: Remove stext.


svn: r8723
This commit is contained in:
Alex Roitman 2007-07-17 04:54:56 +00:00
parent 93b256ee8b
commit f69e4a1f1b
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,6 @@
2007-07-16 Alex Roitman <shura@gramps-project.org>
* data/grampsxml.rng: Remove stext.
* data/grampsxml.dtd: Remove stext.
* src/GrampsDb/_GrampsDbWriteXML.py (dump_source_ref): Do not
write stext tag.
* src/GrampsDbUtils/_ReadXML.py (GrampsParser.stop_stext): Import

View File

@ -377,7 +377,7 @@ SHARED ELEMENTS
<!ELEMENT datestr EMPTY>
<!ATTLIST datestr val CDATA #REQUIRED>
<!ELEMENT sourceref (spage?,noteref*,stext?,(daterange|dateval|datestr)?)>
<!ELEMENT sourceref (spage?,noteref*,(daterange|dateval|datestr)?)>
<!ATTLIST sourceref
hlink IDREF #REQUIRED
priv (0|1) #IMPLIED

View File

@ -487,7 +487,6 @@
<zeroOrMore><element name="noteref">
<ref name="noteref-content"/>
</element></zeroOrMore>
<optional><element name="stext"><text/></element></optional>
<optional><ref name="date-content"/></optional>
</define>