Hello friends,I have a container( with items like textbox, radio item and select list), which is common in all the five DCTs that I have.The data stays the same for all the 5 DCTs,so same entry needs to be made 5 times making things error prone and boring.Now my query is can I think of creating a separate DCT for this and do an inline in other DCTs?I guess I can't since inline required outermost element to be "substitution".Can anyone suggest about a good solution?I don't want user to manually create the XML for inline.Regards,Mav
I need that same container with same data in all dcrs that i can create from 5 DCTs....Hope that clears thngs to u?
begin-substitution full-def-of-item-1 full-def-of-item-2 full-def-of-item-3end-substitution
The picture is something like this,I have seven DCTs.All of them have a parcontainer which is same for each DCT.Now the requirement is such that, whenever i create a DCR and fill up the value for that particular container, the same value goes in for all the other DCRs created from rest of the six DCTs.This makes me to enter the the same set of value for the container again and again for different DCRs created from different DCTs.Now is there a scenario here where I may separate that container, create a DCT for it and in generation time , I generate the page from multiple DCRs?Regards,Mav