Skip to content
New issue

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

Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character. #5

Open
192933488S opened this issue Dec 23, 2021 · 1 comment

Comments

@192933488S
Copy link

Testing the swift tool on Win 10 with sample xml, but getting this error:

PS C:\dev\test\dois\requirements> java -jar .\latex.jar article_english.xml article_english.tex article_english.bib
[Fatal Error] article_english.xml:15:76: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character.
Exception in thread "main" org.xml.sax.SAXParseException; systemId: file:///C:/dev/test/dois/requirements/article_english.xml; lineNumber: 15; columnNumber: 76; Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character.
        at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:261)
        at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
        at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:178)
        at org.emed.main.Main.writerToFile(Main.java:115)
        at org.emed.main.Main.main(Main.java:56)
PS C:\dev\test\dois\requirements>
PS C:\dev\test\dois\requirements> java --version
openjdk 16.0.1 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (build 16.0.1+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (build 16.0.1+9, mixed mode, sharing)
PS C:\dev\test\dois\requirements>
@utkarshsingh8
Copy link

replace crossorigin with crossorigin=""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants