File: ex3.xml

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 (24 lines) | stat: -rw-r--r-- 393 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
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE musica SYSTEM "jj.dtd" []>

<musica>
 <music>Lus Represas</music>
 <lyrics>Cames</lyrics>

an element with attributs

 <title acordes="*">Fora do tempo</title>

 <com>letra incompleta</com>

An empty element with attributs

 <arquivo file="arq.xml"/>

 Fora do tempo ...
 Vindos da mesma me..

 O tempo tambm se engana
 ...

</musica>