home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat UK 160 - Disc 2
/
MF_UK_160_2.iso
/
pc
/
DiscContent
/
Trials
/
oxygen
/
samples
/
debugger
/
Combining stylesheets
/
sample1.xsl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Extensible Markup Language
|
2005-07-21
|
441 b
|
12 lines
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Category: Combining Stylesheets
Sample from Zvon XSLT tutorial (www.zvon.org)
Description: Imported in other stylesheet. -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/*/*">
<DIV style="color:red">
<xsl:value-of select="name()"/>
</DIV>
</xsl:template>
</xsl:stylesheet>