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 >
Text File  |  2010-07-12  |  455b  |  16 lines

  1. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  2.     <xsl:template match="/">
  3.         <options>
  4.             <xsl:for-each select="quotes/group/quote">
  5.                 <option>
  6.                     <xsl:attribute name="value">
  7.                         <xsl:value-of select="@id"/>
  8.                     </xsl:attribute>
  9.                     <xsl:attribute name="label">
  10.                         <xsl:value-of select="name"/>
  11.                     </xsl:attribute>
  12.                 </option>
  13.             </xsl:for-each>
  14.         </options>
  15.     </xsl:template>
  16. </xsl:stylesheet>