[Zope] How to convert structured text into plain text
Nuno Maltez
nuno@xml.pt
Tue, 19 Feb 2002 19:02:36 +0000
> What do you mean with special characters and sequences ?
Well, consider the following:
- create a page that renders the stx into HTML with fmt="..."
- "View" the page
- Select the text with the mouse and copy it to the clipboard.
- now paste the text into a text file (or a DTML document)
The output of this is what I'm looking for :) No bolds, italics,
links nor the characters needed to implement these.
Just the text the user sees in the end totally unformatted.
Thanks again,
Nuno