Hi
I am using a rich text editor in flex 3.6
I have to send the HTML formatted text to the backend service which uses
PHP. There the code is used to create pdf. Conversion from textformat to
html tags is the work which I have to do. Currently I am trying to do it
using regular expression. I am replacing the textformat tags with html tags
like

<TEXTFORMAT LEADING="2"> --->   <HTML>
<li>ere</li><li>ere</li>  --> <ul><li>err</li><li>ere</li></ul>

Is there some library or functionality which does it automatically?

Thanks
Nitin Gopi
-- 
You can only depend on yourself. The cavalry ain't coming.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/flex_india.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to