RE: Parsing of data containing entity references

2006-06-16 Thread Radu Preotiuc-Pietro
Actually there is a JIRA talking about this: http://issues.apache.org/jira/browse/XMLBEANS-176 (whose priority I have just updated). I would want to point out though that conversion is not the right way to think about it, since XmlBeans doesn't 'remember' whether originally the text was encoded

RE: passing xml as a string to XML Beans

2006-06-16 Thread Radu Preotiuc-Pietro
You can't alter this limit currently, I'm attaching my reply to a different thread, I think it also makes sense in this thread. Thanks, Radu From: Larner, Ross S [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:41 AMTo: user@xmlbeans.apache.orgSubject: RE: passing xml as a

RE: Default value support in java classes supported?

2006-06-16 Thread Radu Preotiuc-Pietro
You are very close. Keep in mind that defaults are not associated with types, but with elements/attributes. Other than that, once you use it in the context of an enclosing element, it should work like you expect. If you're still having trouble, could you post a code sample and we'll go from

RE: Can I stream XMLBeans to disk in a way that saves memory?

2006-06-16 Thread Cezar Andrei
Hi Brian, We've been thinking of adding something on these lines to XMLBeans but I couldn't find the time for it. We've been thinking to use the pull parser model of Stax and to be able to filter (custom or XPath) small pieces in and out of an XmlObject. This should be working for both reading