• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: escaping in HTML
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: escaping in HTML


  • Subject: Re: escaping in HTML
  • From: Theodore Petrosky <email@hidden>
  • Date: Sun, 8 Mar 2009 11:59:54 -0700 (PDT)

yes of course... but I know that i need to replace the "\n" for "<br/>". but I don't see how.

I seem to recall an example method.

inside my HTML

<webobject name = "NotesRowRepetition">
 <tr align = "left">
<td><wo:WOString value = "$currentNote.noteText" /></td>
</tr>
</webobject>

and the WOD:

NotesRowRepetition: WORepetition {
	list = notesDG.displayedObjects;
	item = currentNote;
}

so that currentNote is from a 'to-many' relationship. I need to escape the currentNote.noteText for \n

I just don't see how.


Ted
--- On Fri, 3/6/09, Miguel Arroz <email@hidden> wrote:

> From: Miguel Arroz <email@hidden>
> Subject: Re: escaping in HTML
> To: "John Huss" <email@hidden>
> Cc: "Theodore Petrosky" <email@hidden>, email@hidden
> Date: Friday, March 6, 2009, 11:56 AM
> Hi!
>   That shouldn't be needed in text
> areas... my guess is some kind of line feed representation
> problem. Mac (classic), Windows and UNIX all use different
> representations for line feeds. I don't recall what the
> browser uses, but it's probably different than what you
> have in the DB.
>   Yours
> Miguel Arroz
> On 2009/03/06, at 16:24, John Huss
> wrote:
> How about using
> string.replace("\n", "<br/>")
>
> John
>
> On Fri, Mar 6, 2009 at 10:09 AM,
> Theodore Petrosky <email@hidden>
> wrote:
>
>  I know I saw an example somewhere... I just can't seem
> to find it again.
>
>  I have text from my database that has returns (line
> feeds). If I just bind the text to a WOText area, the CRs
> and LFs are ignored.
>
>  Can someone point me in the right direction.
>
>  I need to convert the CR to <BR />...
>
>  Ted
>
>





 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: escaping in HTML
      • From: Andrew Lindesay <email@hidden>
    • Re: escaping in HTML
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: ant build problem
  • Next by Date: Re: WebObjects Installer CD for Windows
  • Previous by thread: Re: escaping in HTML
  • Next by thread: Re: escaping in HTML
  • Index(es):
    • Date
    • Thread