Closed rla2118 closed 7 years ago
reason for this malfunction is that profileDesc is appended after revisionDesc
it must come after fileDesc and before revisionDesc
element teiHeader
{
att.global.attributes,
att.global.rendition.attributes,
att.global.linking.attributes,
att.global.analytic.attributes,
att.global.facs.attributes,
att.global.change.attributes,
att.global.responsibility.attributes,
att.global.source.attributes,
( fileDesc, model.teiHeaderPart*, revisionDesc? )
}
(profileDesc being part of teiHeaderPart)
children of DCLP’s teiHeader
HGV’s teiHeader has the exact same child elements
in eXist:
for $child in fn:distinct-values(collection('/db/data/idp.data/dclp/HGV_meta_EpiDoc?select=*.xml;recurse=yes')//tei:teiHeader/node()/name(.))
return $child
This now seems fine. I am closing.
This issue concerns http://litpap.info/editor/publications/534/dclp_meta_identifiers/1092/edit
If one enters the biblio id (95251), the system recognizes the number and it previews the bibl. correctly. Still, the file will not save. Instead, the system generates this error message:
Error updating file: element "profileDesc" not allowed here; expected the element end-tag. This file was NOT SAVED.