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
Source: #202
The validation error occurs: D:\Work\Metanorma\NISO_STS\ISO\iso-8601-1-amd.sts.niso.xml is NOT valid reason: [ERROR] org.xml.sax.SAXParseException; lineNumber: 116; columnNumber: 11; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"urn:iso:std:iso:30042:ed-1":note}'. One of '{address, alternatives, array, boxed-text, chem-struct-wrap, code, fig, fig-group, graphic, media, non-normative-note, normative-note, non-normative-example, normative-example, notes-group, preformat, supplementary-material, table-wrap, table-wrap-group, disp-formula, disp-formula-group, editing-instruction, def-list, list, tex-math, "http://www.w3.org/1998/Math/MathML":math, p, related-article, related-object, disp-quote, speech, statement, verse-group, fn-group, glossary, ref-list, sec, term-sec}' is expected.
D:\Work\Metanorma\NISO_STS\ISO\iso-8601-1-amd.sts.niso.xml is NOT valid reason: [ERROR] org.xml.sax.SAXParseException; lineNumber: 116; columnNumber: 11; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"urn:iso:std:iso:30042:ed-1":note}'. One of '{address, alternatives, array, boxed-text, chem-struct-wrap, code, fig, fig-group, graphic, media, non-normative-note, normative-note, non-normative-example, normative-example, notes-group, preformat, supplementary-material, table-wrap, table-wrap-group, disp-formula, disp-formula-group, editing-instruction, def-list, list, tex-math, "http://www.w3.org/1998/Math/MathML":math, p, related-article, related-object, disp-quote, speech, statement, verse-group, fn-group, glossary, ref-list, sec, term-sec}' is expected.
Resulted XML fragment:
<sec id="sec_3.1.1.24"> <label>3.1.1.24</label> ... <tbx:note>An inserted second is called ...</tbx:note> </sec>
To do: in amend - tbx:note should be replaced by non-normative-note even the source element is termnote.
amend
tbx:note
non-normative-note
termnote
The text was updated successfully, but these errors were encountered:
Wrong conversion from:
<clause id="_4_3_2_third_paragraph" obligation="normative"> <title>4.3.2, third paragraph</title>
to
<sec id="sec_7"> <label>7</label> <title>4.3.2, third paragraph</title>
if title contains something else than just section number.
title
Sorry, something went wrong.
mn2xml.xsl updated for amendment issues fixing, #253
b0b61ff
Merge pull request #254 from metanorma/issue/253
0271f58
Done.
Intelligent2013
No branches or pull requests
Source: #202
The validation error occurs:
D:\Work\Metanorma\NISO_STS\ISO\iso-8601-1-amd.sts.niso.xml is NOT valid reason: [ERROR] org.xml.sax.SAXParseException; lineNumber: 116; columnNumber: 11; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"urn:iso:std:iso:30042:ed-1":note}'. One of '{address, alternatives, array, boxed-text, chem-struct-wrap, code, fig, fig-group, graphic, media, non-normative-note, normative-note, non-normative-example, normative-example, notes-group, preformat, supplementary-material, table-wrap, table-wrap-group, disp-formula, disp-formula-group, editing-instruction, def-list, list, tex-math, "http://www.w3.org/1998/Math/MathML":math, p, related-article, related-object, disp-quote, speech, statement, verse-group, fn-group, glossary, ref-list, sec, term-sec}' is expected.
Resulted XML fragment:
To do: in
amend
-tbx:note
should be replaced bynon-normative-note
even the source element istermnote
.The text was updated successfully, but these errors were encountered: