Repeating Groups in XML Publisher Not Working for non-rowset based XML file
- <cfdi:Conceptos>
<cfdi:Concepto importe="3692.0" valorUnitario="3692.0" descripcion="Servicio" unidad="pieza" cantidad="1.0" />
<cfdi:Concepto importe="3692.0" valorUnitario="3692.0" descripcion="Servicio" unidad="pieza" cantidad="1.0" />
</cfdi:Conceptos>
I tried to use the Repeating Group function and in the preview itself the data i.e., the values are not at all visible. If I remove the F and E (repeating group formulae) from the table , then the data is coming as : 3692.0 3692.0 servicioservicio etc.
I tried coding <?for each-group.....?> etc. directly, seeing the peoplebooks, but whenever using the looping commands no data is visible in the template preview it self.