1 | General Structure <?xml-stylesheet href="article.stl" type="text/xsl"?> <!DOCTYPE article .........> <article> ... </article> |
2 | Each style sheet has a root element called xsl. It may contain any combination of Rule and Stylerule elements. |
3 | <xsl> <rule>...</rule><rule>...</rule><stylerule>...</stylerule> </xsl> |