blob: 06c35dde6858daa42fcc304da64a8f2e44d6dd02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8" ?>
<!--
File : test1.xml
Author: Keith Isdale <k_isdale@tpg.com.au>
Description: xml data for stylesheet for testing
Copyright Reserved Under GPL
-->
<!-- This file does not require translation -->
<!-- NO TRANSLATION -->
<html>
<head>
</head>
<body>
<h1>test1</h1>
<p>text1</p>
</body>
</html>
|