Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to pass on a value after parsing the same elementname a few times
    primarykey
    data
    text
    <p>I need some guidance about XML parsing. in my case I have to parse XML it looks like </p> <pre><code>&lt;volunteerphotos&gt; &lt;event eventid="684"&gt;&lt;title&gt;Compton Ave Church of Christ &lt;/title&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/r634382175227818785.jpg&lt;/photo&gt; &lt;description&gt;&lt;/description&gt; &lt;childphotos&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382175498447249844.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382175531416421141.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/63438217556032304132.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382175591104685110.jpg&lt;/photo&gt; &lt;/childphotos&gt; &lt;/event&gt; &lt;event eventid="678"&gt; &lt;title&gt;USC Marshall Business School Community Service Day &lt;/title&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/r634382069855729838.jpg&lt;/photo&gt; &lt;description&gt;&lt;/description&gt; &lt;childphotos&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382070719490894949.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382070752616318261.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382070793554342355.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382070832304838230.jpg&lt;/photo&gt; &lt;photo&gt;http://www.lafoodbank.org/thumbnailfile.aspx?width=160&amp;path=source/VolunteerEvent/634382070866680278668.jpg&lt;/photo&gt; &lt;/childphotos&gt; &lt;/event&gt; &lt;/volunteerphotos&gt; </code></pre> <p>Here, same name tag is used but i confused how can i stored accessed in next view. Any suggestion....!!!!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload