added resources folder for txts and xmls.

This commit is contained in:
Bruno Dias
2012-05-07 05:06:37 -03:00
parent a2d4e6e943
commit 2553a13d0a
8 changed files with 8487 additions and 43 deletions

4546
resources/dream.xml Executable file

File diff suppressed because it is too large Load Diff

3891
resources/dreamout.xml Normal file

File diff suppressed because it is too large Load Diff

5
resources/test7.xml Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PLAY SYSTEM 'play.dtd'>
<!ELEMENT title (#PCDATA)>
<!ELEMENT books (title,authors)>
<element/>

1
resources/textfile.txt Normal file
View File

@@ -0,0 +1 @@
<psg context="Line 5 has &quot;quotation marks&quot; and &apos;apostrophe marks&apos;. It also has &lt;, &gt;, and &amp;, as well as a fake copyright ©."/>

11
resources/utf8test.xml Executable file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<English name="name" value="value">The world has many languages</English>
<Russian name="название(имя)" value="ценность">Мир имеет много языков</Russian>
<Spanish name="el nombre" value="el valor">el mundo tiene muchos idiomas</Spanish>
<SimplifiedChinese name="名字" value="价值">世界有很多语言</SimplifiedChinese>
<Русский название="name" ценность="value">&lt;имеет&gt;</Русский>
<汉语 名字="name" 价值="value">世界有很多语言</汉语>
<Heavy>"M&#x0eB;t&#230;l!"</Heavy>
>Umlaut Element</ä>
</document>

11
resources/utf8testout.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<English name="name" value="value">The world has many languages</English>
<Russian name="название(имя)" value="ценность">Мир имеет много языков</Russian>
<Spanish name="el nombre" value="el valor">el mundo tiene muchos idiomas</Spanish>
<SimplifiedChinese name="名字" value="价值">世界有很多语言</SimplifiedChinese>
<Русский название="name" ценность="value">&lt;имеет&gt;</Русский>
<汉语 名字="name" 价值="value">世界有很多语言</汉语>
<Heavy>"Mëtæl!"</Heavy>
>Umlaut Element</ä>
</document>

11
resources/utf8testverify.xml Executable file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<English name="name" value="value">The world has many languages</English>
<Russian name="название(имя)" value="ценность">Мир имеет много языков</Russian>
<Spanish name="el nombre" value="el valor">el mundo tiene muchos idiomas</Spanish>
<SimplifiedChinese name="名字" value="价值">世界有很多语言</SimplifiedChinese>
<Русский название="name" ценность="value">&lt;имеет&gt;</Русский>
<汉语 名字="name" 价值="value">世界有很多语言</汉语>
<Heavy>"Mëtæl!"</Heavy>
>Umlaut Element</ä>
</document>