This file is indexed.

/usr/share/dia/xslt/stylesheets.xml is in dia-common 0.97.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<?xml version="1.0"?>

<config>
  <language name="UML" stylesheet="dia-uml.xsl">
    <implementation name="C++" stylesheet="dia-uml2c++.xsl"/>
    <implementation name="cpp" stylesheet="dia-uml2cpp.xsl"/>
    <implementation name="Component List" stylesheet="dia-uml2componentlist.xsl"/>
    <implementation name="IDL" stylesheet="dia-uml2idl.xsl"/>        
    <implementation name="Java" stylesheet="dia-uml2java.xsl"/>
    <implementation name="OWL" stylesheet="dia-uml2owl.xsl"/>        
    <implementation name="Python" stylesheet="dia-uml2python.xsl"/>
    <implementation name="UML" stylesheet="dia-uml2uml.xsl"/>        
  </language>
</config>