Closed ronaldtse closed 7 months ago
A summary:
@ronaldtse I’ve updated the code to read the tags that contain text mixed with tags & test cases are passing now.
There are 2 folders in this gem, namely niso_sts
and tbx_iso_tml
.
I have to add many new files to read the tags and I’m unsure in which directory I should add them. Can you explain how we are organizing the code?
I actually want to separate the classes for NISO STS and TBX ISO TML. So for the classes for this ticket they should go into the tbx folder.
@ronaldtse to make the test case pass for the given test file tbx-nisosts-0.2-formatted.xml I had to use the classes from both folders so I think we should create a separate folder for common files?
@HassanAkbar can you make a PR so I can see? What are the common files?
TBX-ISO-TML contains elements that include XML tagged content inside text.
The textual elements we need to support are:
These elements are re-used inside elements such as in the ones that follow.
Definition
entailedTerm
example
note
Conclusion
Once this is implemented, the commented out test for round-tripping shall pass.