|
Is it possible to create an
XmlObject of the following structure from scratch? <m:Create xmlns:m="http://ws.apache.org/muse/example/resourceadmin/properties" > <m:CreateParams> </m:CreateParams> </m:Create> I don’t want to create an XSD schema for in order to create
EVERY xml structure. And I would like to enjoy the capabilities XmlBeans provide
in order to construct Xml Documents. Thanks in advance, Asaf |

