Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef6ccdceed12115a373830c8cfdac1d7910a7f5f (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<root>

	<description>
		This file tests the extension (anchor contribution and element replace)
		capability.
	</description>
	
	<element id="element.1">
		This element is used to test contributions and replaces from within
		the same file.
	</element>
	
	

	
	

	
	<extendedContent id="content">
      This is the first element from /org.eclipse.ua.tests/data/help/dynamic/extension.content.xml
   </extendedContent>

	
	<extendedContent id="content2">
      This is the second element from /org.eclipse.ua.tests/data/help/dynamic/extension.content.xml
   </extendedContent><extendedContent id="content3">
      This is the third element from /org.eclipse.ua.tests/data/help/dynamic/extension.content.xml
   </extendedContent>

	
	<doc id="doc.1">
	<description>
		This document contains a mixture of dynamic content and is used by other
		tests that incorporate outside content, to make sure it is processed.
	</description>
	<element id="element.1">
		This element has no replaces.
	</element>
	<element id="element.1">
		This is element 1 of doc2.xml
	</element>
	
	
	
	<element id="element.1">
		This is element 1 of doc2.xml
	</element>
	<element id="element.2">
		This is element 2 of doc2.xml
	</element><element id="element.3">
		This is element 3 of doc2.xml
	</element>
</doc>

	
	<element id="element.1">
		This element is used to test contributions and replaces from within
		the same file.
	</element>

	
	
<h1>Heading</h1>
<p>
This is the body of /org.eclipse.ua.tests/data/help/dynamic/extension/doc.xhtml.
</p>
<p>
The body contains several elements, including these two paragraphs and the
heading above.
</p>

	
	
	<element></element>

	
	<element id="replace.1"></element>

	
	<extendedContent id="content">
      This is the first element from /org.eclipse.ua.tests/data/help/dynamic/extension.content.xml
   </extendedContent>

	
	<doc id="doc.1">
	<description>
		This document contains a mixture of dynamic content and is used by other
		tests that incorporate outside content, to make sure it is processed.
	</description>
	<element id="element.1">
		This element has no replaces.
	</element>
	<element id="element.1">
		This is element 1 of doc2.xml
	</element>
	
	
	
	<element id="element.1">
		This is element 1 of doc2.xml
	</element>
	<element id="element.2">
		This is element 2 of doc2.xml
	</element><element id="element.3">
		This is element 3 of doc2.xml
	</element>
</doc>

	
	<element id="element.1">
		This element is used to test contributions and replaces from within
		the same file.
	</element>
	
	

	
	

	
	

	
	

	
	

	
	<element id="replace.invalid"></element>

</root>

Back to the top