wade wrote:
> Honestly, I don't think display information should be mixed in with
> the data anyway.  I have a separation of data and display mentality
> about that sort of thing...

I agree, SuperFlyDOM's templating function exists for that specific
purpose.  You have a blank JSON DOM-structure template and a data
object, and the templating fn puts them together.  The template can be
easily configured to pull data from anywhere in your JSON data
object.  However, at your stage in coding my plugin may be irrelevant.

Charles

Reply via email to