File: t-read-test.xml

package info (click to toggle)
gxml 0.20.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,364 kB
  • sloc: xml: 131,277; ansic: 786; javascript: 328; python: 88; makefile: 35; sh: 11
file content (40 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!-- Top Level Comment -->
<?target Content in target id="something"?>
<Sentences xmlns:gxml="http://wiki.gnome.org/GXml"
          xmlns:b="http://book.org/schema"
          audience="All">
  <Sentence lang="en">I like the colour blue.</Sentence>
  <Sentence lang="es">EspaƱol</Sentence>
  <Authors year="2016" collection="Back"
           xmlns:auth="http://author.org">
    <Author>
      <Name>Fred</Name>
      <gxml:Email>fweasley@hogwarts.co.uk</gxml:Email>
    </Author>
    <Author>
      <!-- Inner comment-->
      <Name>George</Name>
      <Email>gweasley@hogwarts.co.uk</Email>
    </Author>
  </Authors>
  <b:Book gxml:name="Thor"/>
  <?css href="http://www.gnome.org"?>
  <![CDATA[<greeting>Hello, world!</greeting>]]>
  <ReadTop>
    <Read/>
    <NoRead>
      <Child />
    </NoRead>
    <Read/>
    <Read>
      <ReadChild/>
      <NoReadChild/>
    </Read>
    <NoRead/>
    <NoRead/>
    <NoRead/>
    <NoRead/>
    <Read/>
  </ReadTop>
</Sentences>