maccer
09-06-2002, 12:23 PM
Hi can anybody help me with targeting variables loaded from XML?,
If i had say three dynamic text fields in my movie[title, time, desciption,] how could i call a particular ID number that would then insert all the right data from that node?
i.e XML
<?xml version="1.0"?><backslash>
<story>
<title>Title 1</title>
<time>01 September 2002</time>
<description>description</description>
<topic>1</topic>
</story>
<story>
<title>Title 2title>
<time>01 September 2002</time>
<description>description</description>
<topic>2</topic>
</story>
<story>
<title>Title 3</title>
<time>29 August 2002</time>
<description>description</description>
<topic>3</topic>
</story>
</backslash>
Any help or guidance to tutorials would be much appreciated, cheers maccer
If i had say three dynamic text fields in my movie[title, time, desciption,] how could i call a particular ID number that would then insert all the right data from that node?
i.e XML
<?xml version="1.0"?><backslash>
<story>
<title>Title 1</title>
<time>01 September 2002</time>
<description>description</description>
<topic>1</topic>
</story>
<story>
<title>Title 2title>
<time>01 September 2002</time>
<description>description</description>
<topic>2</topic>
</story>
<story>
<title>Title 3</title>
<time>29 August 2002</time>
<description>description</description>
<topic>3</topic>
</story>
</backslash>
Any help or guidance to tutorials would be much appreciated, cheers maccer