Important note: Your new customer ID: <Content Select="./CustomerID" />.
<Repeat Select="./Orders/Order"/>
When you create pictures, charts, or diagrams, they also coordinate with your current document look.
<Table Select="./Orders/Order" />
Description Quantity Order Date
./ProductDescription ./Quantity ./OrderDate
The description for Order #<Content Select="@Number"/> is <Content Select="./ProductDescription"/>.
Quantity: <Content Select="./Quantity"/>
Date: <Content Select="./OrderDate"/>
<EndRepeat/>
With the Table Select .orders/order within the repeat section? it never gets data. The goal here is to have a table that fills in contents for as many groups as there are. Why does the table not work? in the output document it only has
Table Select returned no data