crowesn / UC_EAD_to_MARCXML

XSL stylesheet for converting UC EAD xml records from OhioLINK finding aid repository to MARCXML.
2 stars 2 forks source link

warning: failed to load external entity #1

Open darrell-ulm opened 2 years ago

darrell-ulm commented 2 years ago

Nice utility, but seeing this error:

Processing ./OCLWHi0179.xml file... ./OCLWHi0179.xml:2: warning: failed to load external entity "https://www.library.kent.edu/ead.dtd" ival Description (EAD) Version 2002)//EN" "https://www.library.kent.edu/ead.dtd"

https://www.library.kent.edu/ead.dtd can be loaded so I'm not sure what is happening.

The error is definitely coming from xsltproc, which is another repo, but I'm wondering if you've seen the same error and if there is a resolution. Using Ubuntu 18.04, and believe I have everything installed.

Thank you,

darrell-ulm commented 2 years ago

Actually I figured it out, and just put the ead.dtd file local to the directory, worked fine.

Thanks!