You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
I might be missing something obvious but I need to make each row of a table-plus into a part. I'd rather not have to build the whole row over again, but seems like I can't get it to recover the tr param content AND wrap it in the new tr tag (which is sadly needed as you can't use part on a parameter directly).
I've tried variations on <tr: replace><tr ...><param-content for="tr" />... with and without replace and with <tr: restore /> in place of param-content. parameters does not appear to be available as a method within part either.