0
<table index="1" title=" Final year marks of BIT students" ref="BIT results">
        <headings>
          <heading>Semester1</heading>
          <heading>Semester2</heading>
          <heading>Semester3</heading>
          <heading>Semester4</heading>
          <heading>Grade</heading>
          <heading>FYP</heading>
        </headings>
        <tablebody>
          <tablerow>
            <tablecell><item>10</item></tablecell>
            <tablecell><item>12</item></tablecell>
            <tablecell><item>13</item></tablecell>
            <tablecell><item>15</item></tablecell>
            <tablecell><item>B</item></tablecell>
            <tablecell><item>B</item></tablecell>
          </tablerow>
        </tablebody>
      </table>
      <table index="2" title="Final year marks of COM students" ref="COM results">
        <headings>
          <heading>Semester1</heading>
          <heading>Semester2</heading>
          <heading>Semester3</heading>
          <heading>Semester4</heading>
          <heading>Grade</heading>
          <heading>FYP</heading>
        </headings>
        <tablebody>
          <tablerow>
            <tablecell><item>15</item></tablecell>
            <tablecell><item>15</item></tablecell>
            <tablecell><item>15</item></tablecell>
            <tablecell><item>14</item></tablecell>
            <tablecell><item>A</item></tablecell>
            <tablecell><item>A</item></tablecell>
          </tablerow>
          <tablerow>
            <tablecell><item>10</item></tablecell>
            <tablecell><item>5</item></tablecell>
            <tablecell><item>9</item></tablecell>
            <tablecell><item>11</item></tablecell>
            <tablecell><item>C</item></tablecell>
            <tablecell><item>C</item></tablecell>
          </tablerow>
        </tablebody>
      </table>``

こんにちは、私は Xpath を初めて使用します。Xpath を使用して XML テーブル データを抽出する必要があります。これが私のXMLコードです。試してみましたが、成功した出力を得ることができませんでした。

The output table would be like this 

semester1  semester2  semester3 semester4  grade  fyp
 10            11          13       12         A   B

これにアプローチする最善の方法を知っている人はいますか? ありがとうございました :)

4

1 に答える 1