M
Mike
Hi,
i have an xml that contains elements that looks like this:
<Authors>
<Author>
<Id>1
<Name>Joe Smith</Name>
</Author>
<Author>
<Id>2
<Name>Tom Smith</Name>
</Author>
<Author>
<Id>3
<Name>Mark Smith</Name>
</Author>
</Author>
I would like to bind this to two content controls that display Id and Name.
The problem is, how do i handle XML nodes that may contain 1 to N amount of
elements? In .NET we could use something like a Repeater control. Is it
possible to do something similar in word where it would display all child
Author nodes?
thanks
i have an xml that contains elements that looks like this:
<Authors>
<Author>
<Id>1
<Name>Joe Smith</Name>
</Author>
<Author>
<Id>2
<Name>Tom Smith</Name>
</Author>
<Author>
<Id>3
<Name>Mark Smith</Name>
</Author>
</Author>
I would like to bind this to two content controls that display Id and Name.
The problem is, how do i handle XML nodes that may contain 1 to N amount of
elements? In .NET we could use something like a Repeater control. Is it
possible to do something similar in word where it would display all child
Author nodes?
thanks