Forum: open-discussion


How to instantiate RGG from xml-String? [ Reply ] By: Holger Brandl on 2010-05-25 08:33 | [forum:2919] |
Hi RGG, is it possible to instantiate RGG not from a file but from a rgg-xml snippet which I have in memory? So something like: String rggXML = "<rgg>....</rgg"; rgg = RGG.newInstance(rggXML) Best, Holger |