That just takes up twice as much space without providing any real advantage. From reading through the thread, it looks like Mike already has it mostly done. One thing I didn't see covered was dealing with & and potentially . If you can add the translation of these, you might just have the whole thing.
Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx
-----rpg400-l-bounces@xxxxxxxxxxxx wrote: -----
To: RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
From: Bryce Martin <BMartin@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
Date: 09/22/2010 01:25PM
Subject: RE: Convert HTML to plain text
Could you store both versions in the DB? That way you can do the
conversion on the client side and then store it for easy access by the RPG
program.
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
Mike Cunningham <mike.cunningham@xxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
09/22/2010 01:04 PM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
cc
Subject
RE: Convert HTML to plain text
Rich text editor is a javascript tool tinyMCWE
http://tinymce.moxiecode.com/ I can strip html from what is saved but I
want/need the HTML there for when this text is sent to a webpage and not
when I print it via a spool file
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Bryce Martin
Sent: Wednesday, September 22, 2010 11:41 AM
To: RPG programming on the IBM i / System i
Subject: Re: Convert HTML to plain text
Is the text coming from an Active X RT control? What is the Rich Text
editor being used? Have you looked at the editor to see if it has an API
to strip the text and then send it via AJAX to the server?
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
Mike Cunningham <mike.cunningham@xxxxxxx> Sent by:
rpg400-l-bounces@xxxxxxxxxxxx
09/21/2010 08:13 AM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Convert HTML to plain text
Would anyone happen to have RPG code to take HTML and strip off all the
tags and just have plain text that would be printed using normal print
files? I have a form that needs to be displayed on a web page and also
printed from an RPG application. Part of the form is data collected using
a rich-text editor on a web page that is stored as HTML in a variable
length field. Works great when the form is on a webpage as it is a
what-you-see-is-what-you-get function. Any special editing put in the
rich-text editor shows on the web page exactly as entered. Problem is
taking that html code and printing it using a normal print file to an outq
then the printer. Stripping out the html tags might not be too bad.
Dealing with <br> tags and <p> tags and <ul><li> can be a bit more
challenging but I think word wrap is going to be the hardest. The print
file line is 80 characters and I need to be sure to not break a word
between lines. Some tricky code and I thought I would just see if anyone !
might have done this already and would share their code.
Thanks
As an Amazon Associate we earn from qualifying purchases.