他のテキストの一部として数式を含む次の XML スニペットがあります。これは、XSLT によって HTML に変換されています。最終的な HTML 出力は、適用された上付き文字を反映する必要があります。これを達成するための正しいアプローチは何ですか?
XML スニペットは次のように生成されます
<meta name="Abstract" content="We present different models used in nuclear astrophysics. In particular the role of microscopic cluster theories is emphasized. Recent applications on the triple-&#945; process, and on the <sup>12</sup>C(&#945;, &#947;)<sup>16</sup>O and <sup>3</sup>He(&#945;, &#947; )<sup>7</sup>Be reactions are discussed. (author)"/>
現在、XSLTを適用すると、出力は次のようになります
核天体物理学で使用されるさまざまなモデルを紹介します。特に、微視的クラスター理論の役割が強調されています。トリプルでの最近のアプリケーション-α プロセス、および <sup>12</sup>C(α, γ)<sup>16</sup>O および <sup>3</sup>He(α, γ )<sup>7</sup>Be の反応が議論されます。(著者)
どんな助けでも感謝します。