Re: Can XForms handle rich text?

Why would you want to? XForms is a model for data entry and is not related to
presentation logic or data processing at all. Mixing them would be ... bad. In
fact the separation of presentation and data entry model is at the core of the
driving force for XForms.

It seems to me that what you are looking for is XSLT and not XForms. XSLT is a
technology for converting componetized XML technologies into various
presentation schemes. Check out XSLT and apache cocoon.

-- Robert

<Robert_Barker@vanguard.com> wrote in message
news:OF8F9E74A0.81CEBFF3-ON85256D91.0045986E-85256D91.00462751@vanguard.com...
>
> We are working on a web based solution to capture documents in XML in order
> to display later in different formats.
>
> The issues we are facing are:
>
> 1.  How to capture Rich Text like italics, bold, underline, bulleted items.
> We are trying to use something other than Microsoft Client Software
> Products (Word, Infopath).
>
> 2.  How to display the xml in a PDF or html format retaining the nice
> format?  Here are thoughts are to use XSL-FO, but we are looking for a tool
> to help us create the formatted output.
>
> Can XFORMS capture the rich text (bullets, italics, etc.)?
>
> Any other thoughts?  Thanks.
>
>
>
> Bob Barker
> The Vanguard Group.
>
>

Received on Friday, 29 August 2003 11:39:54 UTC