This wiki has undergone a migration to Confluence found Here
Difference between revisions of "CDA Narrative to html mapping"
Jump to navigation
Jump to search
(Created page with "= Intro = = Elements = * br = br * caption = ? * col = col * colgroup = colgroup * content = span with attributes * footnote = ? * footnoteRef = ? * item = li * linkHtml = a...") |
|||
Line 8: | Line 8: | ||
* colgroup = colgroup | * colgroup = colgroup | ||
* content = span with attributes | * content = span with attributes | ||
− | * footnote = | + | * footnote = <sup><a href=#xxx> |
− | * footnoteRef = | + | * footnoteRef = a (with # href) |
* item = li | * item = li | ||
* linkHtml = a | * linkHtml = a | ||
Line 15: | Line 15: | ||
* list(listType=unordered) = ul | * list(listType=unordered) = ul | ||
* paragraph = p | * paragraph = p | ||
− | * renderMultiMedia = | + | * renderMultiMedia = <img> for images, <video> for videos and html5 |
* sub = sub | * sub = sub | ||
* sup = sup | * sup = sup |
Revision as of 05:50, 8 May 2018
Intro
Elements
- br = br
- caption = ?
- col = col
- colgroup = colgroup
- content = span with attributes
- footnote = <a href=#xxx>
- footnoteRef = a (with # href)
- item = li
- linkHtml = a
- list(listType=ordered) = ol
- list(listType=unordered) = ul
- paragraph = p
- renderMultiMedia = <img> for images, <video> for videos and html5
- sub = sub
- sup = sup
- table = table
- tbody = tbody
- td = td
- tfoot = tfoot
- th = th
- thead = thead
- tr = tr
Attributes
- ID = id
- IDREF = ?
- abbr = abbr
- align = align
- axis = axis
- border = border
- cellpadding = cellpadding
- cellspacing = cellspacing
- char = char
- charoff = char
- colspan = colspan
- frame = frame
- headers = headers
- href = href
- language = lang
- listType = n/a
- mediaType = n/a
- name = name
- referencedObject = ?
- rel = rel
- rev = rev
- revised = ?
- rowspan = rowspan
- rules = rules ?CSS
- scope = scope
- span = colspan
- styleCode = style
- summary = summary
- title = title
- valign = valign
- width = width