On 12/16/16, 7:05 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote:
>On Dec 16, 2016 3:15 PM, "Alex Harui" <aha...@adobe.com> wrote: > >Or could our framework dump out the resulting DOM and generate the static >HTML that way? > > >You are probably the only person who could build and maintain this :-) >I would say, XSLT sounds easier than this. > Maybe I'm not understanding something, but IMO, XSLT is an alternative for ASDoc, but isn't an alternative for all other FlexJS applications. Is the only way FlexJS apps can work with search engines going to be to use PhantomJS or can we and should make something better? Thinking about static generation from a FlexJS app, it seems to be there are several pieces: 1) when is all data loaded and JS run so we can start the dump? 2) the dump is a simple DOM tree walk 3) how do we save the dump? I haven't looked yet, but aren't these solved problems? -Alex