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-02 Thread Merrill, Jason
] 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 functions... will try when i get home. Thanks, Ryan. On 2/1/06, Troy Rollins [EMAIL PROTECTED] wrote: On Feb

[Flashcoders] dynamic html text with xpath and cdata

2006-02-01 Thread Ryan Luce
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 align to the right, i have manually set it to align to

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

2006-02-01 Thread Merrill, Jason
PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] dynamic html text with xpath and cdata 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

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