mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
23
apps/automated/app/xml-parser-tests/xml.xml
Normal file
23
apps/automated/app/xml-parser-tests/xml.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<DocumentElement param="value">
|
||||
<First.Element some.attr="some.value">
|
||||
¶ Some Text ®
|
||||
</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 "<" and end with ">" Ampersand is & and apostrophe is '</entities>
|
||||
<script>
|
||||
<![CDATA[
|
||||
function sum(a,b)
|
||||
{
|
||||
return a+b;
|
||||
}
|
||||
]]>
|
||||
</script>
|
||||
<!--
|
||||
Hello,
|
||||
I am a multi-line XML comment.
|
||||
-->
|
||||
</DocumentElement>
|
||||
Reference in New Issue
Block a user