2022.2

Table Of Contents
<values count="4">
<user_account>pparker@eu.objectiflune.com</user_account>
<name>Peter Parker</name>
<company>Objectif Lune</company>
<pinElm1>
<pin_0>
<left>122</left>
<top>253</top>
<type>dent</type>
</pin_0>
<pin_1>
<left>361</left>
<top>341</top>
<type>dent</type>
</pin_1>
</pinElm1>
</values>
WiththeUse enhanced PHP arraysoption,theXMLlookssimilar,butinthiscase,thevaluebetween
thefirstpairofsquarebracketsisexpectedtoconsistoftwoparts,separatedbyanunderscore(e.g.
row_0).Thefirstpartbecomestheelement'sname.Allcontentafterthefirstunderscore(preferablyan
integer)isgivenasanattributeoftheelement(e.g.<row_idx=0>).TheaboveHTMLresultsinthefol-
lowingXML:
<values count="4">
<user_account>pparker@eu.objectiflune.com</user_account>
<name>Peter Parker</name>
<company>Objectif Lune</company>
<pinElm1>
<pin _idx=0>
<left>122</left>
<top>253</top>
<type>dent</type>
</pin>
<pin _idx=1>
<left>361</left>
<top>341</top>
<type>dent</type>
</pin>
Page 511