mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
23 lines
594 B
XML
23 lines
594 B
XML
<?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> |