home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / yabar.msi / fil1EB7A2153CBA574F291BE65E19C95C4D < prev    next >
Encoding:
Extensible Markup Language  |  2010-04-16  |  534 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE xsl:stylesheet SYSTEM "chrome://yasearch/locale/yasearch.dtd">
  3.  
  4. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5.   xmlns:html="http://www.w3.org/1999/xhtml"
  6.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7. >
  8.  
  9. <xsl:output method="xml" encoding="UTF-8" indent="no"/>
  10.  
  11. <xsl:template match="root">
  12.     <toolbaritem id="{@id}" title="&yasearch.city.label;" label="&yasearch.city.label;"/>
  13. </xsl:template>
  14.  
  15. </xsl:stylesheet>