Posted on behalf of tgochenour:
---------------
Now I'm running up against the wall regarding what to do with XML that contain nested collections, as I don't see how to model this with the DataSource. Unlike the table fetches, which are flat, the edit fetch contains a more complex structure. When rendering a view of the data with the HTMLFlow pane, I can't iterate through these collections. I haven't yet tried to render a edit form with nested tables to see if I can maintain the XML structure. I'll try this next.
---------------
Now I'm running up against the wall regarding what to do with XML that contain nested collections, as I don't see how to model this with the DataSource. Unlike the table fetches, which are flat, the edit fetch contains a more complex structure. When rendering a view of the data with the HTMLFlow pane, I can't iterate through these collections. I haven't yet tried to render a edit form with nested tables to see if I can maintain the XML structure. I'll try this next.
Comment