Skip to content
Snippets Groups Projects
Commit c6738751 authored by VAN-KOTE ELSA's avatar VAN-KOTE ELSA
Browse files

modif de corpus.xqm pour qu'il créé un fichier en sortie

parent b5283b9c
Branches
1 merge request!19modif de corpus.xqm pour qu'il créé un fichier en sortie
Pipeline #207150 failed with stage
in 10 seconds
......@@ -7,4 +7,10 @@ declare function local:create_body(){
return $body};
let $corpus := local:create_body()
return <TEI xmlns="http://www.tei-c.org/ns/1.0"><teiHeader><fileDesc><titleStmt><title>Ysagoge_in_theologiam_corpus</title></titleStmt></fileDesc></teiHeader><text><front/><body>{$corpus}</body></text></TEI>
\ No newline at end of file
let $file := <TEI xmlns="http://www.tei-c.org/ns/1.0"><teiHeader><fileDesc><titleStmt><title>Ysagoge_in_theologiam_corpus</title></titleStmt></fileDesc></teiHeader><text><front/><body>{$corpus}</body></text></TEI>
return
file:write(
'//home/evk/Documents/Estrades/experimentation/cisame/output_max/corpus_test.xml',
$file)
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment