File: README

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 (15 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The files in this directory demonstrate maintaining a quotation
collection in XML.  The still-unnamed markup language contains
'quotation' elements, which contain the text of the quotation and
optional 'author' and 'source' elements.  For the quotation text,
there are some simple semantic markups such as 'em', 'cite', and
'foreign'.

quotations.dtd		DTD for the markup language.
sample.xml              A sample quotation file.
qtfmt.py		Program to read a file marked up using the language
			specified in quotations.dtd, and output the 
			list in HTML, text, or fortune format.

Contact akuchling@acm.org if you have questions or comments about the
contents of this directory.