FHIR Chat · extraneous </table> tag in page display · IG creation

Stream: IG creation

Topic: extraneous </table> tag in page display


view this post on Zulip Rob Hausam (Mar 03 2019 at 23:54):

Is anyone able to see a reason why the '</table>' tag is being displayed just above the LIVD Attribute table heading here? Several of us have looked at the code in the general.md file and haven't spotted an unclosed tag or anything else that would appear to account for it. The IG is using @Lloyd McKenzie's framework.

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 00:18):

Your XML is broken, which could be the cause. (Life is so much better when you can just use schema validation... :))

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 00:18):

<tr>
<td> </td>
<td>ConceptMap.group.element.display
</tr>

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 00:18):

Didn't close the <td> after display.

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 00:18):

Don't know if that's the cause, but it'd be my guess.

view this post on Zulip Grahame Grieve (Mar 04 2019 at 00:26):

html source has </table> - so that;s why. How is that page built?

view this post on Zulip Rob Hausam (Mar 04 2019 at 07:00):

Yes, adding the missing </td> fixed it. Hans thought he had checked everything, and I did, too, but I guess we both missed that. Thanks, @Lloyd McKenzie. There's no problem with the </table> tag. Agree that schema validation would be good.

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 15:13):

You can have schema validation if you don't use markdown... :)

view this post on Zulip Rob Hausam (Mar 04 2019 at 15:41):

Yes.

view this post on Zulip Grahame Grieve (Mar 04 2019 at 19:44):

you don't need it if you do

view this post on Zulip Lloyd McKenzie (Mar 04 2019 at 21:22):

There are always things you need HTML for - "note to balloter" divs, dragon warnings, tables with specific formatting, etc.


Last updated: Apr 12 2022 at 19:14 UTC