![]() |
![]() |
![]() |
font help bookshelf TOC thumbnails | 14 of 21 | ![]() |
![]() |
Leo : Examples Screenbook Maker XSLT |
Let's look at the first template. This is the one that creates the slide view format (one HTML page per screenbook page).
There is a directive here that may be new to you: this is the @first directive. This allows you to specify that the following text will be written to the target file first before any Leo sentinel lines. This is necessary since the XSLT format requires that the <?xml?> declaration be the first line of the file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |