Re: How to add standalone attribute

2011-05-12 Thread Kevin Krouse
m: * Jacob Danner > *Date: *Wed, 11 May 2011 18:24:34 -0700 > *To: * > *ReplyTo: * user@xmlbeans.apache.org > *Subject: *Re: How to add standalone attribute > > Take a look at XmlDocumentProperties.setstandalone(...) > -jacobd > On May 10, 2011 11:47 AM, "Roman Kas

Re: How to add standalone attribute

2011-05-12 Thread pgillen
I tried that without effect. Be interested to hear others experience. -paul- - Paul Gillen -Original Message- From: Jacob Danner Date: Wed, 11 May 2011 18:24:34 To: Reply-To: user@xmlbeans.apache.org Subject: Re: How to add standalone attribute Take a look at

Re: How to add standalone attribute

2011-05-11 Thread Jacob Danner
xmlOptions) > > > Now I get the following result: > > <?xml version="1.0" encoding="utf-8"?> > <!-- perfectly well xml file --> > > > How can I get the following result: > > <?xml version="1.0" encoding="utf-

How to add standalone attribute

2011-05-10 Thread Roman Kashitsyn
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!-- perfectly well xml file --> ??? -- View this message in context: http://old.nabble.com/How-to-add-standalone-attribute-tp31586761p31586761.html Sent from the Xml Beans - User mailing list archive at Nabble.com.