You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Asaf Lahav <as...@primagrid.com> on 2006/10/16 19:31:30 UTC

using xmlbeans to create an element from scratch

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