oldGregg theme JatsParser plugin is not accepting the XML tags for the image

I am using OJS 3.1 and would like to know what tag do I need to use with my XML file in order for images to show. The JatsParser plugin is not accepting the XML tags for the image.

And what about this answer that was given recently?

Tell me if it won’t work.

1 Like

Hi @Vitaliy and @anupent, I have a situation like this:

the link to the image inserted in the text:

<xref ref-type="fig" rid="fig001">Figure 1A</xref>

then at the end of the xml file, the list of images in this way:

<floats-group><fig id="fig001" position="float"><label>Figure 1.</label><caption><p>Mean audiometric thresholds. A) Mean NTINN (n = 18, black) and TINN (n = 15, red) clinical audiometric thresholds in the right and left ears. B) Mean NTINN (n = 9, black) and TINN (n = 11, red) extended high-frequency (EHF) audiometric thresholds in the right and left ears. Positive-going error bars represent one standard deviation for the NTINN group, and negative-going error bars represent one standard deviation for the TINN group.</p></caption><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="audio-8-2-214-g001.jpg" mime-subtype="jpg"/></fig></floats-group>

in the JATSParser plugin does not display either the images or the tables present, how can I correct this?

Thanks
Bye
Tiziano

The images should be put in the JATS XML as they appear in sections. JATS Parser doesn’t accept floats-group tag. An example: https://github.com/Vitaliy-1/JATSParserPlugin/blob/master/example.xml#L321-L328