Hi People,
ive been working with the guestbook from the tutorials section. Can someone help me to change the guestbook AS so that it
ll read/write this structure into and from the XML file:
<entry date="–actual date–">
<title>–text–</title>
<body>–text–</body>
</entry>
now the XML structure reads/writes like this:
<entry myName="–text–">
<myText>–text–</myText>
</entry>
thanks as usual,
m.