This file is indexed.

/usr/share/doc/mapserver-doc/xmlmapfile/tests/symbolset.xml is in mapserver-doc 6.4.1-2.

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
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<SymbolSet xmlns="http://www.mapserver.org/mapserver" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mapserver.org/mapserver ../mapfile.xsd">
	<Symbol name="mySymbol2" type="SIMPLE">
		<antialias>FALSE</antialias>
		<character>C</character>
		<filled>TRUE</filled>
		<font>serif</font>
		<image>/tmp/test.gif</image>
		<Points>
			<point x="2" y="-3"/>
		</Points>
		<transparent>0</transparent>
	</Symbol>
        <Symbol name="mySymbol222" type="SIMPLE">
          <anchorPoint x="0.5" y="0.2"/>
          <antialias>FALSE</antialias>
          <character>C</character>
          <filled>TRUE</filled>
          <font>serif</font>
          <image>/tmp/test.gif</image>
          <Points>
            <point x="2" y="-3"/>
          </Points>
          <transparent>123</transparent>
        </Symbol>
</SymbolSet>