Float groups in decisions (figures, tables, media or boxed-matter)
//div1//processing-instruction('Insert-Figure')
//div1//processing-instruction('Insert-Media')
//div1//processing-instruction('Insert-Table')
//div1//processing-instruction('Insert-boxedMatter')
//div1//floatGroup
Capture floating items such as figures and tables as described in here.
Place a floatGroup element at each div (div[1-7,N] element) level where references to its children occur.
If all references to an element occur within one div element, place the floatGroup near the end of that div element.
If references to a single element occur within more than one div element, or within div element at more than one level of the hierarchy, capture the containing floatGroup of that element near the end of the div level which is the lowest common ancestor of every div containing the references.