- You cannot push directly to this main repo.
- Fork this project to your repository
- Then create a pull request to this repo. I will do the code review.
- Put
dblp.dtd
anddblp.xml
under the foldersrc/main/resources/
- Open
Eclipse
(You can download it here) - Go to
File
->Import
- Select
Existing Maven Project
- Select the root directory of the dblp project
- When you want to run SAX parser on
dblp.xml
, we must remove theentityExpansionLimit
. - Go to
Run
->Run Configuration
- Select the
Arguments
tab - Paste
-DentityExpansionLimit=0
in VM arguments. - Tada!