data mapping xml attributes
Hello,
I've looked at this topic:
https://getsatisfaction.com/apperyio/...
and saw that, if I were to map xml attributes, I have to create a generic service to do so. I have a two part question regarding this issue:
The topic is 9 months old, has there been recent updates in handling xml attritbutes from the automatic response?
If I have to create a generic service, could you provide me with a little tutorial on how to manually map this content in the generic service. I've already viewed the documentation on this, but I still can't seem to figure it out.
My response is this:
code
<tr class="sectiontableentry1">
<td class="nr">2</td>
<td class="team">Twedo 1</td>
<td class="played">18</td>
<td class="wins">10</td>
<td class="draws">4</td>
<td class="losses">4</td>
<td class="points">34</td>
<td class="for">41</td>
<td class="against">24</td>
<td class="difference">17</td>
<td class="penaltypoints">0</td>
</tr>
/code
code
<tr class="sectiontableentry1"><td nowrap="nowrap">14-12-13</td><td>Team 1 -Team 2</td><td style="text-align: center;">2-3</td></tr>
/codeHow would I create a generic service to grab this content?
If you have jquery or ajax tutorials/documentation I can follow, that would be great too!Thank you!