Hi,
I am still trying to get to grips with EE and would like some guidance. I have xml in a form similar to the following:
<sample name="samplexml">
<itemone name="something">
<itemtwo name="something else">
<details>
<detail>
<text name="detail name">
<description value="something details description">
</detail>
<detail>
<text name="detail name">
<description value="something details description">
</detail>
</details>
</sample>I need to create a form in EE that will allow me to edit the various fields, and in addition add or remove detail elements on the fly (I am thinking ajax or something). Is this possible with EE, if so, any pointers?
Thanks