{
String source = args[0];
String target = args[1];
String result = args[2];
XmlStructFactory sf = new XmlStructFactoryComposite(new XmlStructFactory[]{
new org.xooof.xmlstruct.test.nons.PackageXmlStructFactory(),
new org.xooof.xmlstruct.test.ns1.PackageXmlStructFactory(),
new org.xooof.xmlstruct.test.ns2.PackageXmlStructFactory(),
});
XmlStruct xs = null;