CVS Revision $Revision: 1.6 $

A very brief XSLT cookbook

Note: The children of a node refers to the text within an element as well as any nodes within it. Consider this snippet:

<LG>
    <FIRSTL>
        Let us go then, you and I,
    </FIRSTL>
    When the evening is spread out against the sky...
</LG>

The children of LG are the FIRSTL element and the text "When the evening is spread out against the sky..."


Now, some basic recipes.