forked from sbarex/SourceCodeSyntaxHighlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.xml
More file actions
18 lines (18 loc) · 677 Bytes
/
Copy pathexample.xml
File metadata and controls
18 lines (18 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE index>
<!-- Some xml example -->
<index version="1.0" xmlns:pf="http://test">
<name>Main Index</name>
<indexitem text="rename" target="refactoring.rename"/>
<indexitem text="move" target="refactoring.move"/>
<indexitem text="migrate" target="refactoring.migrate"/>
<indexitem text="usage search" target="find.findUsages"/>
<someTextWithEntityRefs>& ·</someTextWithEntityRefs>
<withCData><![CDATA[
<object class="MyClass" key="constant">
</object>
]]>
</withCData>
<indexitem text="project" target="project.management"/>
<pf:foo pf:bar="bar"/>
</index>