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.
