-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BibteXML syntax #898
Comments
The BibTeXML parser is implemented in a wrong way. BibTeXML is a DTD document. XML is namespace aware. Therefore, the document should be parsed namespace aware. Proposal: Rewrite the whole BibTeXML parser using |
Update: Schemas are available at https://github.com/Zearin/BibTeXML/tree/master/bibtexml/schema . I would propose to build on the XML Schema |
I would like to take care of this issue. But in my opinion a JAXB parser would be easier than just using a DOM parser. Would this be also ok? |
JAXB sounds like a good idea. Mabye you can reuse some of your code. |
#1666 is merged, so I think this can be closed. |
The BibteXMLImporter only accepts xml files where tags have a syntax like
<bibtex:author>
. Otherwise JabRef does not read the data or even the file. Shouldn't it be possible to read files with normal syntax?I created a few tests for this Importer. Two tests of them are ignored, because otherwise circleci would return an error.
Refs #511
The text was updated successfully, but these errors were encountered: