home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
fil900D5F8CA52E94F9A5D6B7A47FF056C6
< prev
next >
Wrap
Text File
|
2010-07-12
|
455b
|
16 lines
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<options>
<xsl:for-each select="quotes/group/quote">
<option>
<xsl:attribute name="value">
<xsl:value-of select="@id"/>
</xsl:attribute>
<xsl:attribute name="label">
<xsl:value-of select="name"/>
</xsl:attribute>
</option>
</xsl:for-each>
</options>
</xsl:template>
</xsl:stylesheet>