| ScreenBook Maker : Advanced Customizing Screenbooks |
Here we've enlarged the code window to show the head element. If you know HTML, this should look familiar. In fact, it is simply HTML. The only new thing is the highlighted <xsl:value-of> elements.
If you look carefully at the xsl:value-of elements, you can see that they are simply placeholders for the topic title and the screenbook title.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |