Cannot make multiple tables?

Home Forums Open-Xml-PowerTools Cannot make multiple tables?

This topic contains 1 reply, has 2 voices, and was last updated by  Eric White 8 years, 6 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4021

    Eric White
    Keymaster

    The node select for the table is relative to the node selected for the outer repeat section. This would mean that you would have to have XML that looked like this:

    <Orders>
      <Order>
        <Orders>
          <Order>

    Which I would guess is not what you have. For the select for the table, be aware of what the current node is, which will be based on the enclosing repeat.

    Make sense?

    • This reply was modified 8 years, 6 months ago by  Eric White.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.