Hi,

Is there a way to create just simple plain XML fragments instead of the
entire XML doc itself. 

In short I am trying to use something like:

Request request = new RequestImpl(Request.type);
        request.setData("DATA");
        request.setId("ID");
        request.setOper(OperType.CLEAN);

But it fails with a java.lang.NullPointerException

Any Help

-- 
View this message in context: 
http://www.nabble.com/Creating-XML-fragments-tf2187250.html#a6050839
Sent from the Xml Beans - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to