Ill try to import a xml file with informations about seminars to create a little book for printing. There are about 100 seminars all right formatted in xml (checked).
Now the general problem on one example:
I have one or more referents for the seminar (tag referent)
<referenten><referent><name1></referent></referenten>
<referenten><referent><name1></referent><referent><name2></referent></referenten>
<referenten><referent><name1></referent></referenten>
Seminar 1 has one referent - result is ok: Referent: Name1
Seminar 2 has two referents - result is ok: Referent: Name1, Name2
Seminar 3 has one referent again - the result is: Referent: Name1referent
This Problem is the same with datum, Some seminars only once a year other twice or more a year.
Can anyone help to solve this problem?
THX Steffi