RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-22 Thread Battershall, Jeff
@yahoogroups.com Subject: [flexcoders] Re: Handling html formatted tables in Flex My parsed data includes table tr and td commands which can't be read from datagrid, (I think)... the data is embedded in these tags, so getting it out would be too difficult. I found AIR mx:HTML window but have

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-21 Thread Battershall, Jeff
, 2008 4:39 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Handling html formatted tables in Flex I think you don't get my point. Maybe i should have written An XHTML table is UI agnostic - if it's valid XHTML, it's by definition wellformed XML, and parsing that is almost

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-21 Thread Battershall, Jeff
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Craig Sent: Tuesday, May 20, 2008 5:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Handling html formatted tables in Flex Jeff, Since you put it that way, I shall get to string parsing. I really do appreciate your input

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
, 2008 3:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Handling html formatted tables in Flex My parsed data includes table tr and td commands which can't be read from datagrid, (I think)... the data is embedded in these tags, so getting it out would be too difficult. I found AIR

Re: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Claus Wahlers
Battershall, Jeff wrote: Too difficult Having a feed that has UI embedded in it, is 'less than optimum'. Ideally the data you'd be receiving would be in a UI aqgnostic format. An HTML table is UI agnostic. How it's presented to the user completely depends on the styling that is applied

RE: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
[mailto:[EMAIL PROTECTED] On Behalf Of Claus Wahlers Sent: Tuesday, May 20, 2008 3:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Handling html formatted tables in Flex Battershall, Jeff wrote: Too difficult Having a feed that has UI embedded in it, is 'less than optimum

Re: [flexcoders] Re: Handling html formatted tables in Flex

2008-05-20 Thread Claus Wahlers
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Handling html formatted tables in Flex Battershall, Jeff wrote: Too difficult Having a feed that has UI embedded in it, is 'less than optimum'. Ideally the data you'd be receiving would be in a UI aqgnostic format. An HTML table is UI