File: README

package info (click to toggle)
libxml-dt-perl 0.69-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 1,432; xml: 438; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (7)
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

XML::DT examples

A simple example using xml::dt

ex.xml        - a simple xml file     (use ex1.pl ex.xml)
ex1.pl        - perl program to process it

Generation of a html page with an index for a image archive
  see also http://alfarrabio.um.geira.pt/~jj/img_arq

arq.pl        - perl program          (use make)
arq.xml       - xml arquive file
makefile      - 

example using recursive use of XML::DT

ex2.pl        - a more complex example (use ex2.pl ex.xml)

example using SGML, sx and XML::DT

10nov.sgm     - SGML file
publico.dtd   - DTD 
_10nov.sgm    - xml translation (sx 10nov.sgm > ...)
_titulos      - make _titulos
pub.pl        -