Hi Jason,
Ok, that's great.
Everytime I "Make content repeat..." it looks like this:
but it doesn't ganerete any XML-code or something. Is it ok ?
I saw your example "countries" but I don't know, how do you did it
Here is also my whole xml code:
- Code: Select all
<CV xnmls="">
<Basic>
<nameOfStaff nameOfStaff=""/>
<profession profession=""/>
<dayOfBirth dayOfBirth=""/>
<withFirmYear years=""/>
<nationality nationality=""/>
<memberInProsSoc memberInProsSoc=""/>
<keyQualifications keyQualifications=""/>
<profEdu>
<item>
<year year="y1"/>
<school school="s1"/>
</item>
</profEdu>
<specEdu>
<item>
<year/>
<school/>
</item>
</specEdu>
<countries country=""/>
<emplRec>
<item>
<year/>
<text/>
</item>
</emplRec>
</Basic>
<Project>
<Test2>
</Test2>
</Project>
</CV>
The idea is to make profEdu, specEdu, emplRec repeatable.