xref: /OpenGrok/opengrok-indexer/src/test/resources/sources/document/document.xml (revision 2bcacabbe843448903326d34ff21a265b5f37596)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3    Document   : document.xml
4    Created on : September 3, 2008, 10:53 PM
5    Author     : austvik
6    Description:
7        Be document used to test opengrok.
8-->
9<root>
10  Text inside tag.
11  <tag1 short="true" long='false'/>
12  <tag2 attr="val" attr2="val2">This &lt;tag&gt; is cool &amp; pretty.</tag2>
13  Some text in the end again here..
14  <a href="mailto:username@example.com">mail username</a>
15  Some strange <a href="http://www.example.com/">characters</a>: Æ Ø Å æ ø å
16     <![CDATA[
17      <html>
18          This is actually just data..
19      </html>
20   ]]>
21   <br />
22   Other encoding: &#x26;  &quot; &apos;
23   URL: http://www.example.com/example.html
24   Email: username2@example.com
25</root>
26