RE: [Flashcoders] dynamic html text with xpath and cdata

2006-02-02 Thread Merrill, Jason
gt;To: Flashcoders mailing list >>Subject: Re: [Flashcoders] dynamic html text with xpath and cdata >> >>Oops, that was a spelling error, i do have the < in the cdata field... and >>it is an html textfield. I may just skip xpath and use flash's normal xml >>fu

Re: [Flashcoders] dynamic html text with xpath and cdata

2006-02-02 Thread Ryan Luce
Oops, that was a spelling error, i do have the < in the cdata field... and it is an html textfield. I may just skip xpath and use flash's normal xml functions... will try when i get home. Thanks, Ryan. On 2/1/06, Troy Rollins <[EMAIL PROTECTED]> wrote: > > > On Feb 1, 2006, at 11:19 PM, Ryan Luce

Re: [Flashcoders] dynamic html text with xpath and cdata

2006-02-01 Thread Troy Rollins
On Feb 1, 2006, at 11:19 PM, Ryan Luce wrote: For some reason when i load cdata text in using xpath like this thexml.selectNodes("//node/subnode/text()") where there is a br it breaks the line, but leaves the br in the text... anyone know why this is happening? Also my textfield will not al

RE: [Flashcoders] dynamic html text with xpath and cdata

2006-02-01 Thread Merrill, Jason
You're missing a "<" in the CDATA tag - try this instead: mailto:[EMAIL PROTECTED] Behalf >>Of Ryan Luce >>Sent: Wednesday, February 01, 2006 11:19 PM >>To: flashcoders@chattyfig.figleaf.com >>Subject: [Flashcoders] dynamic html text with xpath and cdata >> >> >>For some reason when i load cdat