-
Notifications
You must be signed in to change notification settings - Fork 0
components
Christian Lück edited this page Sep 14, 2024
·
1 revision
-
<seed-app>
: a container element that provides app context (Redux store, etc.) to descending elements -
<seed-text-view>
: an single HTML text in a<iframe>
element with features for setting up synoptical presentation of texts and highlighting passages with annotations and selecting them. -
<seed-annotation-permanent>
: shows the last selected annotation -
<seed-config>
: an empty element for providing config options, e.g., URLs where annotations or alignment information can be found
-
<seed-transform-rest>
: transform XML input (or other format) to HTML (or other format) using a RESTful webservice implementing the Transformation API. -
<seed-transform-sef>
: transform XML input with XSLT compiled to SEF, running in the browser only. -
<seed-transform-form>
: a generic web form for choosing transformations, input documents and runtime parameters manually by the user before passing it down to either<seed-transform-rest>
or<seed-transform-sef>
-
<seed-download-link>
: a consumer of the transformation result from