I have to do this same thing (different backend, but the same activity...converting Flex 3 rich text to valid html)...if you find/discover/create a solution, would you share?
Mark -----Original Message----- From: Nitin Gopi [mailto:[email protected]] Sent: Thursday, November 14, 2013 9:24 AM To: [email protected]; [email protected] Subject: Rich Text Editor -- convert the text into HTML format 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.
