Thanks for reply, I believe that what you told me is applicable to the report (written in XML).
Anyway I don't visualize how to decouple the plain text and design info (like bold, paragraphs, links, ...) int the html documents stored as elements of the xml document.I need this separation in order to permit full text searching in those html documents and to allow retrieve the document and show it again in a browser (without format loss). Regards Xoan 2005/4/21, Kumar, Kiran <[EMAIL PROTECTED]>: > design the xml Schema and use XSL templates based on the type of > information. use some generic naming convention > for the data being retrieved/displayed on the screen. cocoon is one of the > best to do these ! > > thanks > > Kiran Kumar (Raj) > > > -----Original Message----- > From: Vacaloura [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 6:55 AM > To: [email protected] > Subject: A question > > Hi all, > > I'm a Cocoon newbie and apologize for possible obvious questions! > > I am starting a project that basically stores medical reports in a > native xml database. Some fields of the reports are html documents > edited by the dodctors in a browser-based html editor. > > The problem is that html fields edited by the doctors don't have a > predefined structure. > The doctor could write anything with whatever format applied to the > text (html format). Due to this, the layout info for each html field > (in principle one per report) is different. > I have to be able to rebuild the original html > file (written by doctors) to show along with the whole xml report in a > web interface . > > The question is : Is there any technology that let separate from an > html document the plain text and layout information? > The idea is enable to store plain text and layout info separately and, > when we need to show the report, automatically mix them to obtain the > original html document. > > Can Cocoon help me to acompplish this task? Any idea on how to > acompplish? Another technology? > What about XHMTL and XSLT? > > Even, it could be desirable the ability to export those html fields or > the entire xml report to > another formats like pdf. > > Regards, > > Xoan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
