Passing Dynamically Created CDF Document to Mapping Rule
To pass a dynamically created CDF document to a mapping rule, you need to
- Set the document as part of the application cache and give it an ID using
<namespace>.getCache().setDocument("map_document", mydoc); - Use this ID ("map_document") in the CDF Document map.
