File: quotes.xml

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (32 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
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
<?xml version="1.0"?>
<!DOCTYPE quotations [
  <!ELEMENT collection (quotation)*>

  <!ELEMENT em (#PCDATA) >
  <!ELEMENT foreign (#PCDATA) >
  <!ELEMENT cite (#PCDATA) >
  <!ELEMENT author (#PCDATA)>
  <!ELEMENT source (#PCDATA|cite)*>
 
  <!ELEMENT quotation (#PCDATA|author|source)* >
]>

<collection>

<quotation>
We will perhaps eventually be writing only small modules which are
identified by name as they are used to build larger ones, so that
devices like indentation, rather than delimiters, might become
feasible for expressing local structure in the source language.

<source>Donald E. Knuth, "Structured Programming with goto
Statements", Computing Surveys, Vol 6 No 4, Dec. 1974</source>
</quotation>

<quotation>
The infinities aren't contagious except in that they often appear that way
due to to their large size.
<source>Tim Peters on the IEEE 754 floating point standard, 27 Apr 1998</source>
</quotation>

</collection>