]> granicus.if.org Git - docbook-dsssl/commit
xmldepend.xsl - Find files that an XML document refers to/depends on.
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Feb 2006 15:24:37 +0000 (15:24 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Feb 2006 15:24:37 +0000 (15:24 +0000)
commit63aaec8103b3249cb5972c0638c3db694a129143
tree5e830c9a3b0a2c7d053c2e1c60842f99e0dca2c0
parentb772692c3b85a009e8e1e70c852c7782eb3dc63f
xmldepend.xsl - Find files that an XML document refers to/depends on.
From Paul DuBois <paul@kitebird.com>
Can be used to build Makefile dependency lists.
Dependencies are defined as:
- Files named in <xi:xinclude> elements. These must be traversed to
  find any subdependencies, unless parse attribute is "text".
- Files named by the fileref attribute of any other element.
contrib/xsl/xmldepend/xmldepend.xsl [new file with mode: 0644]