Dependency Discovery Tool Wiki
A tool for discovering external dependencies in Office files.
Status: Pre-Alpha
Brought to you by:
niklasr
The BasicXMLOutputModule writes out links it has found according to the following definition:
:::dtd
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT links (file*, count)>
<!ELEMENT file (link*)>
<!ELEMENT link (path*)>
<!ELEMENT count (#PCDATA)>
<!ELEMENT path (#PCDATA)>
<!ATTLIST file path CDATA #REQUIRED>
<!ATTLIST path type (absolute|relative|other) "other">
<!ATTLIST link type CDATA "0">