xml に複数の処理命令がありますが、特定の PI (つまり、xpp:PageOption) を取得し、グローバル変数に格納する必要があります。これを達成するにはどうすればよいですか。私を助けてください
以下のサンプル入力マークアップを見つけてください。
<?xpp xpp:ps1?>
<tag name="html"/>
<?xpp xpp:Formater username="name" ?>
<t x="0" y="0" style="html" cgt="true" suppress="true">FirstName LastName</t>
<?xpp xpp:PageOptions showpage="yes" height="10" fonttype="times" linespace="single" >
<tag name="meta">
<attr name="http-equiv">Content-Type</attr>
<attr name="content">text/html; charset=UTF-8</attr>
</tag>
ありがとう