Hey, sorry to back so soon.
I've got a document into which I added a repeat as described in the walkthrough, but whatever I do, I can't get it to repeat.
What I want to achieve is getting it to repeat without havind to dive into the xml and change some stuff.
It only ever fills in the content of the first entry but does not repeat.
What i do is select a word and add a simple bind pointed to the first element of the repeat.
Then I select this content control and wrap it with a repeat. I tried pointing the repeat to the container and to the element itself.
But in either case it just only fills in the first element and does not repeat it.
If I look into the preprocessed document I see that only a bind has been created for "xxx[1]" but not for "xxx[2]" etc..
It is as if the repeating elements are not detected.
I see a difference in the one I created and in the example (in the example there are two "[1]" parts in the xpath and in mine there is only one.
But as I said, I would like to get it to work without having to do intervention in the xml.
Hope you can help?
Thanks!
Here are the documents I used.
http://dl.dropbox.com/u/4339608/docx/testrepeat.docx : the template
http://dl.dropbox.com/u/4339608/docx/te ... cessed.xml : the preprocessed version
http://dl.dropbox.com/u/4339608/docx/te ... cessed.xml : the bound (processed) version