Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
Description
It would be helpful if the brokenlinks.xml file contained for each broken link a summary of files where the broken link occured.
Example: test1.xml, test2.xml and test3.xml have a link to linkeddoc.xml. Now the linkeddoc.xml is moved to another directory but the test?.xml files are not updated. The brokenlinks.xml should contain something like:
<link message="/old-file-path/linkeddoc.xml (No such file or directory)">
<name>linkdeddoc.html</name>
<document>/file-path/test1.xml</document>
<document>/file-path/test2.xml</document>
<document>/file-path/test3.xml</document>
</link>
Example: test1.xml, test2.xml and test3.xml have a link to linkeddoc.xml. Now the linkeddoc.xml is moved to another directory but the test?.xml files are not updated. The brokenlinks.xml should contain something like:
<link message="/old-file-path/linkeddoc.xml (No such file or directory)">
<name>linkdeddoc.html</name>
<document>/file-path/test1.xml</document>
<document>/file-path/test2.xml</document>
<document>/file-path/test3.xml</document>
</link>
Attachments
Issue Links
- is duplicated by
-
FOR-323 Have the brokenlink.xml file include the referencing URL
- Closed