Compact repeats render as default when final node node is text.

Project:formsPlayer
Version:1.5.5-dev
Component:Code
Category:bug
Priority:normal
Assigned:Unassigned
Status:closed
Attachment:compact-repeat-output-style.html.txt (2.38 KB)
Description

A repeat such as the following, will render as a table.

<xf:repeat nodeset="*" appearance="compact"><xf:output ref="." /></xf:repeat>

As will:

<xf:repeat nodeset="*" appearance="compact"><xf:output ref="." />some text<xf:output ref="." /></xf:repeat>

However, the following will not.

<xf:repeat nodeset="*" appearance="compact"><xf:output ref="." />some text</xf:repeat>

Updates

#1 submitted by Paul Butcher on Fri, 2007-09-21 12:39
Status:new» applied
#2 submitted by Anonymous on Fri, 2007-10-05 17:43
Status:applied» closed