Agreed that the "string" type has whitespace preserved. But I don't think there is any "general" bug in this area.
I have done a very very simple test: Schema: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="root" type="xs:string"/> </xs:schema> Instance (test.xml): <root> ABC </root> Code: XmlObject doc = XmlObject.Factory.parse(new File("test.xml")); p(doc.schemaType().toString()); p(doc.xmlText()); Output: D=root <root> ABC </root> So the spaces are in fact preserved. Maybe you are running into a weird edge-case or maybe there is some detail that you are missing, we would need more details to find out concretely what the problem is. Radu On Mon, 2008-03-10 at 00:41 -0700, dave wrote: > Isn't it a bug with XmlBeans in that xs:string type > have whitespace chars removed when written using > xmlText/other means? > > As per w3c standard, xs:string should have whitespace > chars preserved by default. We don't need to define > 'preserve' facets for this situation. > > -D > --- Jacob Danner <[EMAIL PROTECTED]> wrote: > > > How are you generating the XML. I'm not positive its > > whitespace is > > preserved if something like xmlText() is used. > > I might try something like an xs:normalizedString > > and the whitespace=preserve. > > -jacobd > > > > On Wed, Feb 27, 2008 at 4:57 PM, dave > > <[EMAIL PROTECTED]> wrote: > > > > > > I have an xs:string type element to hold some > > regex > > > expressions. I haven't put any > > restrictions/facets for > > > this xs:string type. Isn't by default, it should > > > preserve whitespace? Looks like the leading and > > > trailing spaces are removed when I generate an > > XML > > > using XmlBeans apis. > > > > > > In general, what is the better XSD data type to > > hold > > > regex patterns? Is it just xs:string OR should I > > > explicitly preserve Whitespace for this > > xs:string? > > > > > > > > > > > > ____________________________________________________________________________________ > > > Be a better friend, newshound, and > > > know-it-all with Yahoo! Mobile. Try it now. > > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > -- > > I'm competing in a Half-Ironman distance triathlon > > to raise money for > > the fight against cancer! > > Please help support my efforts by going to: > > http://www.active.com/donate/tntwaak/jacobd > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]