What I'm trying to do is get a org.w3c.dom.Document from a method of a remote POJO and populate an mx:Tree with its results. How would this work? The POJO method seems to work fine, but we're not sure how to get the returned org.w3c.dom.Document into a format that the Tree will display.
Thanks! Brian Christian

