By nadiminti - Monday, March 19, 2007
|
Hi I have almost completed a Telugu - English Bi-Lingual Report skin. Now I face this problem of keeping all Telugu text and English text separately.
Let us say the individual.htm generation is done in the following manner
WriteNarrativeIndividual i, false, Null WriteHtmlAdditionalInformation(i) WriteHtmlAnnotation Dic("AnnotationGeneral"), i.Comment WriteHtmlEducations(i) WriteHtmlOccupations(i) WriteHtmlOccupancies(i) WriteHtmlPedigreeChart(i)
Each of the above writes the Text both in Telugu and English in the same flow of the program. Now I have the individual.htm with alternate text / statements in Telugu and English. I would like to have them in a orderly fashion.
Is there a way that a temporary location(s) are filled and then written then to the target file - individual.htm
Any help is appreciated. thanks Sriram
|
By genome - Monday, April 2, 2007
|
Don't know if this is still a problem but the Report Generator API has interfaces allowing you to manipulate the Report Buffer as required. see http://www.genopro.com/sdk/Class/Report/ (BufferWriteToFile for example). This is used for instance in genomap.svg.
|
|