I'm trying to do some DOM scripting with php generated mark-up/nodes and I know that you cannot really do anything with (DOM) dynamically generated nodes (other than create or destroy them) and I think I'm begining to find that the same is true with db generated php content/markup/nodes. Has anyone been able to successfully manipulate php generated content without generating it into hardcoded block elements for later manipulation with DOM scripting? Any responses would be appreciated.
Thanks a lot.