home *** CD-ROM | disk | FTP | other *** search
- <xsl>
- <!-- Generic stylesheet for viewing XML -->
- <!-- Note that this stylesheet does not display attributes. -->
-
- <rule>
- <root/>
- <DIV font-family="Courier" font-size="10pt">
- <SPAN color="gray"><<eval>tagName</eval>></SPAN><children/><SPAN color="gray"></<eval>tagName</eval>></SPAN>
- </DIV>
- </rule>
-
- <!-- Default Rule - matches any element -->
- <rule>
- <target-element/>
- <DIV margin-left="1em">
- <SPAN color="gray"><<eval>tagName</eval>></SPAN><children/><SPAN color="gray"></<eval>tagName</eval>></SPAN>
- </DIV>
- </rule>
-
- </xsl>
-