chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-23 14:03:37 -07:00
parent 6d039909af
commit 1e6fccf272
1534 changed files with 45656 additions and 45945 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>
<DocumentElement param="value">
<First.Element some.attr="some.value">
&#xb6; Some Text &#x00AE;
</First.Element>
<?some_pi some_attr="some_value"?>
<SecondElement param2="something">
Pre-Text <Inline>Inlined text</Inline> Post-text.
</SecondElement>
<entities>Xml tags begin with &quot;&lt;&quot; and end with &quot;&gt;&quot; Ampersand is &amp; and apostrophe is &apos;</entities>
<script>
<![CDATA[
function sum(a,b)
{
return a+b;
}
]]>
</script>
<!--
Hello,
I am a multi-line XML comment.
-->
</DocumentElement>