Bug 411511 - Exported XML uses non-existent DTD
Summary: Exported XML uses non-existent DTD
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR major
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-02 04:33 UTC by Philipp Woelfel
Modified: 2019-09-03 11:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Woelfel 2019-09-02 04:33:55 UTC
SUMMARY
When exporting a tellico collection into an XML file, the resulting file has a DOCTYPE specification that contains the DTD link http://periapsis.org/tellico/dtd/v11/tellico.dtd. However, the link redirects to http://tellico-project.org, and not to a valid DTD file.


STEPS TO REPRODUCE
1. Create a new collection (e.g., Book Collection).
2. Create arbitrary entries
3. Export the collection to an XML file.

OBSERVED RESULT
Produces and XML file with the following line: 
<!DOCTYPE tellico PUBLIC '-//Robby Stephenson/DTD Tellico V11.0//EN' 'http://periapsis.org/tellico/dtd/v11/tellico.dtd'>


EXPECTED RESULT
The link http://periapsis.org/tellico/dtd/v11/tellico.dtd should point to a dtd file.


SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.60.0
Qt Version: 5.13.0
Comment 1 Robby Stephenson 2019-09-03 11:49:17 UTC
Website mis-configuration. I believe it's fixed now. Let me know if it still fails for you.