File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ declare variable $config:PUBLICATIONS :=
178178 "select-document" : function ($document-id) { doc ($config:FRUS_COL_VOLUMES || '/' || $document-id || '.xml' ) },
179179 "select-section" : function ($document-id, $section-id) {
180180 let $node := doc ($config:FRUS_COL_VOLUMES || '/' || $document-id || '.xml' )/id ($section-id)
181- let $some-published := root ($node)//tei:publicationDesc [@status eq ("published" , "partially-published" )]
181+ let $some-published := root ($node)//tei:revisionDesc [@status = ("published" , "partially-published" )]
182182 return
183183 (: return 404s for interior divs from volumes that are not yet at least partially published,
184184 since we may need to publish TEI containing just chapter titles,
You can’t perform that action at this time.
0 commit comments