microsimulation / ijm-xml

XML files for the International Journal of Microsimulation
MIT License
0 stars 0 forks source link

ijm-00115.xml appendix #101

Closed gnott closed 5 years ago

gnott commented 5 years ago

I found an issue in validating JSON produced from ijm-00115.xml related to the appendix content. After a little poking around, I have found if I change:

<app-group>
<title>Appendices</title>
<app id="app">

to

<app-group>
<app id="app">
<title>Appendices</title>

then the mandatory title attribute for the appendix is populated.

I think this order of tagging is used already in some previous IJM appendix content.

@Vijayarajmurugesan if you agree and you can move the title tag in the appendix section, please do it and resupply it? Thanks!

Vijayarajmurugesan commented 5 years ago

@gnott I have fixed the above issue and resupplied the package to the below ftp site:

https://exeterpremedia.exavault.com/share/view/1jm6r-6kjkpwlw

Regards, Vijay

gnott commented 5 years ago

The latest package produces valid output, thanks again @Vijayarajmurugesan.