Andrew Morrison
Andrew Morrison
You can define a prefix in the root element in the TEI record, same as in the XSLT, like this... ```XML ``` ...then this... ```XML The binding has a slight...
I've made a change so that: * Anything within `msDesc/additional` is displayed after the last `msPart`. * If there are `msPart` elements, a subheading of "Additional Information" is added, in...
Just a thought: Would it be preferable for the "Digital Images" section, i.e. `surrogates`, to be pulled out of the rest of `additional` and displayed at the top (say after...
Maybe an FAQs section in the help page? Such as... > Q: Why don't the numbers in the "Limit results by" filters add up to the total number of records?...
There are always edge cases. Like MS. Lat. misc. a. 3, which has 87 parts. Or MS. Bodl. 572 with parts within parts containing works with sub-works. One thing that...
The problem with this are the ones that come from `@rend` attributes. That's a [mechanism TEI provides for the cataloguer](http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.rendition.html#tei_att.rend) to specify styles. I've opened another issue (#130) about what...
I have fixed the double colon in dimensions labels (@schassan won't see it until the production server is re-indexed).
I have [fixed](https://github.com/bodleian/consolidated-tei-schema/commit/22b0f19119a9373a7440bf994adc250cf8c1c623) the missing formatting of `hi` elements by putting the logic removed from the CSS into the XSL, to output the relevant HTML tags (which requires translating space-separated...
I don't mind the form of the rend keywords, as long as they are clear and consistent (for example, is "su" short for superpscript or subscript?
As mentioned in #129, I've defined a supported list of `@rend` values that will result in formatting on the web site if used in `hi` elements. All other values are...