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

Merge branch 'estrades' into 'master'

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

See merge request !19
parents 62e42294 c6738751
Branches master
1 merge request!19modif de corpus.xqm pour qu'il créé un fichier en sortie
Pipeline #207151 canceled with stage
in 6 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