Menu

BasicXmlOutputModule

Niklas Rehfeld
Attachments
BasicXMLOutput.dtd (440 bytes)

BasicXMLOutputModule.

The BasicXMLOutputModule writes out links it has found according to the following definition:

<?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">

Related

Wiki: Home