State of art
- Migrating
- visualisation
- RTI viewer
What to do:
What have I changed?
- Collection
Why?
- One file into different / several files
- Every file needs a TEI model
What have I changed?
- Migrations
I am migrating and adding TEI "components" (elements) without changing the website
What am I working on?
- let $newEntry = app:createObject()
What am I working on?
- for $component in $components:components
return
let $func := function-lookup(xs:QName(concat($component,
":setComponentValue")), 0)
return $func();
What am I working on?
- for $component in $components:components
return
let $setter := function-lookup(xs:QName(concat($component,
":setComponentValue")), 0)
let $getter := function-lookup(xs:QName(Concat($component, ":",
$getterFunctionName)), 0)
return $setter($getter());