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). I have to be able to rebuild the original html file to show in a web interface. Due to this, the layout info for each html field (in principle one per report) is different. Is this possible with XSLT?
Even, it could be desirable the ability to export those html fields to another formats like pdf. Regards, Xoan 2005/4/21, Adam Retter <[EMAIL PROTECTED]>: > > My recommendation - Store the text as XML and use XSLT to render it to XHTML > and use CSS to make it look pretty. > > > -----Original Message----- > From: Vacaloura [mailto:[EMAIL PROTECTED] > Sent: 21 April 2005 10:31 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; xindice-users@xml.apache.org > Subject: A question > > Hi all, > > 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. > 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. > > Any idea on how to acompplish? > > Thanks in advance > > Xoan >