2 Replies Latest reply: Aug 9, 2012 3:01 PM by turbidity RSS

    How can I create an F4MElement from XML?

    turbidity Community Member

      I'm creating a plugin for Strobe. I have manifest XML coming back as a chunk in a larger XML response from a client's service. I want to extract the manifest XML and create an F4MElement from that, but the F4MElement seems to only want to use a URL to load the XML remotely. Is there an easy way to turn my XML blob into an F4MElement? It's looking like I'm going to have to go a whole route of manually using a ManifestParser and running manually the checks done in the F4MLoader and then creating a resource from which I can create an F4MElement. Is there a better way?