File: input.xml

package info (click to toggle)
rust-swc-core 35.0.0~ds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,816 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (15 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<note>
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
    <foo attributeName="He said &quot;OK&quot;"></foo>
    <foo attributeName="He said &lt;OK&lt;"></foo>
    <foo attributeName="He said &gt;OK&gt;"></foo>
    <foo attributeName="He said >OK>"></foo>
    <foo attributeName="He said &apos;OK&apos;"></foo>
    <foo attributeName="He said &amp;OK&amp;"></foo>
    <foo>He said &gt;OK&gt;</foo>
    <foo attributeName="OK" />
</note>