I have more than one processing-instructions in xml, but have to get specific PI(i.e xpp:PageOption) and stored in Global variable.how can i achieve this. Please help me
Please find the below sample input mark-up.
<?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>
Thanks