"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "modules/org.opencms.frontend.templateone.modules/resources/modulesdemo/faq.html" of archive opencms_7.0.5_src.zip:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.opencms.org/dtd/6.0/xmlpage.xsd">
4 <page language="de">
5 <element name="text1">
6 <links/>
7 <content/>
8 </element>
9 </page>
10 <page language="en">
11 <element name="text1">
12 <links/>
13 <content><![CDATA[<H1>FAQ demo</H1>
14 <P>This page shows a list of FAQ in the center area and a
15 list of latest events on the right side. The list of frequently asked questions can be displayed in different ways. It
16 is possible to show entries as a flat list or by using a category view as shown
17 below.</P>
18 <P>To get a categorized view, simply create a subfolder structure in the folder
19 <FONT face=Monospace>/modules/faq/</FONT>. Each folder is displayed as a single
20 category, using the "Title" property of the folder as category name.</P>
21 <H1>Questions about OpenCms</H1>
22 <P>The following FAQ answer questions about OpenCms.</P>]]></content>
23 </element>
24 </page>
25 </pages>