XSLT <xsl:sort> အကိုးအခံ

<xsl:sort> အစီအစဉ် အသုံးပြုသည်

ပြင်ဆင်ခြင်း သတင်းများ သို့ တည်နေရာ

အောက်ပါအကျွိုးများကို ဖြင့်တင်ခြင်းပြီး အထူးသတင်းများကို ပြင်ဆင်ခြင်း မှာ အကြင်းအပြင် အသုံးပြုပါ:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:template match="/">
  <html>
  <body>
    <h2>My CD Collection</h2>
    <table border="1">
      <tr bgcolor="#9acd32">
        <th>Title</th>
        <th>Artist</th>
      </tr>
      <xsl:for-each select="catalog/cd">
      <xsl:sort select="artist"/>
      <tr>
        <td><xsl:value-of select="title"/></td>
        <td><xsl:value-of select="artist"/></td>
      </tr>
      </xsl:for-each>
    </table>
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>

အကြောင်းကြားselect ဗဟိုအချက် အရ ကျသော XML အရာတွဲ စုစည်းပါ

အထက်အချက်အလက် အစီရင်ခံ ပုံသဏ္ဏ

ဒီ XML အချက်အလက် ကြည့်တော့ဒီ XSL အချက်အလက် ကြည့်တော့အမှတ်ပြုပြီး ရလဒ် ကြည့်တော့