You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LET chemical_formula_as_chemml be the result of calling check for node on package_document, /package/metadata/meta[@property="schema:accessibilityFeature" and text()="ChemML"].
But in the output checks it now uses a new undefined chemical_formula_as_mathml variable.
It looks like the above variable should now be:
LET chemical_formula_as_mathml be the result of calling check for node on package_document, /package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="MathML-chemistry"].
The text was updated successfully, but these errors were encountered:
The variable setup still has:
But in the output checks it now uses a new undefined
chemical_formula_as_mathml
variable.It looks like the above variable should now be:
LET chemical_formula_as_mathml be the result of calling check for node on package_document,
/package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="MathML-chemistry"]
.The text was updated successfully, but these errors were encountered: