Good, I'll wait patiently. :-]
On Mon, Feb 17, 2014 at 9:14 AM, Jacob Peck <[email protected]> wrote: > On 2/17/2014 9:58 AM, Kent Tenney wrote: >> >> Is there a way to retrieve the plain content of >> a node body? I am seeing p.script inserting an >> encoding line. >> >> Thanks, >> Kent >> > I think Edward is going to remove the encoding line. In the interim, this > works: > > p.script.split('\n',1)[1] > > -->Jake > > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" 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/leo-editor. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
