Skip to content

Commit

Permalink
Add TEI namespace to CMIF generation
Browse files Browse the repository at this point in the history
  • Loading branch information
metacontext committed Aug 1, 2018
1 parent 7a3ee0e commit c6e01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xql/generator/xml.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ declare function sturm_xml:Cmif($appRoot as xs:string, $appName as xs:string, $s
let $letters :=
for $letter in collection($sourceDir)//tei:correspDesc
let $correspDesc :=
<correspDesc key="{$letter/@key}" ref="{$letter/@ref}" source="STURM">
<correspDesc xmlns="http://www.tei-c.org/ns/1.0" key="{$letter/@key}" ref="{$letter/@ref}" source="STURM">
{$letter/*}
</correspDesc>
return $correspDesc
Expand Down

0 comments on commit c6e01da

Please sign in to comment.