changeset 282 | 7890bee65275 |
child 365 | 317036597359 |
281:d4520e6f1c45 | 282:7890bee65275 |
---|---|
1 # name: <publiset><composition>… |
|
2 # key: <com= |
|
3 # -- |
|
4 <?xml version='1.0' encoding='utf-8'?> |
|
5 <publiset version="1.0"> |
|
6 <composition id="${1:id}" xml:lang="fr" |
|
7 as="publidoc" attributes="version=1.0"> |
|
8 <division as="document" attributes="id=$1 xml:lang=${2:fr}"> |
|
9 <head> |
|
10 <title>$3</title> |
|
11 </head> |
|
12 <cover><image id="$1_cover"/></cover> |
|
13 </division> |
|
14 |
|
15 <file>$4</file> |
|
16 <file>$5</file> |
|
17 </composition> |
|
18 </publiset> |