[Previous] [Contents]


Exercises


1. Download jade and run the test sample that's included in the distribution.
2. To give yourself an idea of just how powerful a DSSSL style sheet can be, pick any HTML document you like. Download jade and look for the html32hc.dsl style sheet. Use this style sheet to convert the HTML into either RTF or MIF and view the result in the appropriate software package.
3. Take the cookbook example style sheet for the table of contents (number 3) and see if you can improve the style sheet so that there's an active link between the table of contents entry and the section title itself. You need a link flow object and a current-node-page-number-sosofo; the html32hc style sheet may give you some clues.
4. Take the cross references cookbook example (number 5) and see if you can add the HTML markup to turn the cross reference into a hyperlink. Use an "A HREF=" element around the source an "A NAME=" element around the target, where the value HREF attribute matches the value of the NAME attribute.



[Previous] [Contents]