Bug 411511

Summary: Exported XML uses non-existent DTD
Product: [Applications] tellico Reporter: Philipp Woelfel <philipp.woelfel>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.