how to use child editor

hi all

i have added a child editor table to a ce. created a content item but i don’t know how to use the information in a variant. can somebody point me to the right place in the documentation which shows you how to code this please.

thanks
michelle

by the way i am using rx 5.7

Michelle,

The attached document should provide the information you need.

RLJII

many thanks

ok - i have set up my assembler with new query resource for child table data. the data appears in the xml for the page when i preview. I have marked up the variant as shown in the document, but my content does not appear.

i attach a snippet from my variant and associated xml. is anybody able to highlight where i have gone wrong please.

thanks
michelle

<table>
	<span psx-edit="FR8_CT_TIMETABLE_POBIOUT" />
	<table>
		<tr>
			<th>jan</th>
			<td>
				<span psx-show="FR8_CT_TIMETABLE_POBIOUT/COL1"/>
			</td>
		</tr>
	</table>
	</table>
- <FR8_CT_TIMETABLE_POBIOUTSet>
- <FR8_CT_TIMETABLE_POBIOUT>
  <COL1>2008-01-02</COL1> 
  <COL10 /> 
  <COL10MARKER /> 
  <COL11 /> 
  <COL11MARKER /> 
  <COL1MARKER>*</COL1MARKER> 
  <COL2 /> 
  <COL2MARKER /> 
  <COL3 /> 
  <COL3MARKER /> 
  <COL4 /> 
  <COL4MARKER /> 
  <COL5 /> 
  <COL5MARKER /> 
  <COL6 /> 
  <COL6MARKER /> 
  <COL7 /> 
  <COL7MARKER /> 
  <COL8 /> 
  <COL8MARKER /> 
  <COL9 /> 
  <COL9MARKER /> 
  <CONTENTID>11214</CONTENTID> 
  <REVISIONID>1</REVISIONID> 
  <SORTRANK>1</SORTRANK> 
  <SYSID>3</SYSID> 
  </FR8_CT_TIMETABLE_POBIOUT>
  </FR8_CT_TIMETABLE_POBIOUTSet>

Michelle,

Did you include the sys_AddChildInfo post-exit on the parent assembly resource?

RLJII