DCLP / dclpxsltbox

Sandbox for development, testing, and review of XSLT for DCLP

Home Page:http://dclp.github.io/dclpxsltbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout: @columns attribute not saved

Edelweiss opened this issue · comments

entered the value 2 (both as the numeral ‘2’ and as the word ’two') in the ‘columns' field and then tried to save the file, it threw up the following error message:

Error updating file: element "layoutDesc" incomplete; expected element "ab", "layout", "p" or "summary". This file was NOT SAVED.

xpath for columns:

/TEI/teiHeader/fileDesc/sourceDesc/msDesc/physDesc/objectDesc/layoutDesc/layout/@columns

example:

<layoutDesc>
<layoutDesc columns="2">
</layoutDesc>

in development branch an in master branch

DCLP/sosol@4999466
DCLP/sosol@185810b