We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Vitaliy, hope you are doing well. Our online text editor (Typeset.io) has recently changed their JATS formatting, and now they are including
tags surrounding every table cell content. So,
<td id="tc-ee8f2569c952" align="center"> <p id="p-7a21351a9ec2">Colonoscopia</p> </td>
must be manually rearranged to
<td id="tc-ee8f2569c952" align="center"> Colonoscopia </td>
to be displayed using oldGregg. When using default OJS template, the cell content shows fine, even with
tags on cell content.
Maybe this is a JatsParser problem. Do you think is it possible to correct it?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @gabeLon,
I've transferred it to the JATS Parser Plugin repo. The plugin should parse correctly both but I'll re-check.
Sorry, something went wrong.
Thanks, I'll be waiting for your updates!
No branches or pull requests
Hi Vitaliy, hope you are doing well.
Our online text editor (Typeset.io) has recently changed their JATS formatting, and now they are including
tags surrounding every table cell content. So,
must be manually rearranged to
to be displayed using oldGregg. When using default OJS template, the cell content shows fine, even with
tags on cell content.
Maybe this is a JatsParser problem. Do you think is it possible to correct it?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: