我在 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>
谢谢