Re: Scoped default namespaces

2012-06-10 Thread Kaan Yamanyar
Hi Jacob; 1) setSaveAggressiveNamespaces does not do what I ask: Causes the saver to reduce the number of namespace prefix declarations. The saver will do this by passing over the document twice, first to collect the set of needed namespace declarations, and then second to actually save the

Scoped default namespaces

2012-06-08 Thread Kaan Yamanyar
Hi, Is there a possible way to make use of default scoped name spaces? I have not found any resources for this issue. instead of: alfa data=abc xmlns=http://test1.com/; mus:beta xmlns:mus=http://test2.com; mus:a1234567897/mus:a mus:s777666/mus:s /mus:beta /alfa I would like to

Re: Scoped default namespaces

2012-06-08 Thread Jacob Danner
There are a couple other XMLOptions available like setSaveAggressive and setSaveDefault Namespace methods to render what you want. -jacobd On Jun 8, 2012 1:44 AM, Kaan Yamanyar k...@yamanyar.com wrote: Hi, Is there a possible way to make use of default scoped name spaces? I have not found any

Scoped default namespaces

2007-02-09 Thread Sherman, Dennis (END-CHI)
I need to supply a document in a form that uses scoped default namespaces, and I can't figure out how to get XMLBeans to create it. The consumer of the document defines what it looks like, and is quite determined that what they want works just fine with other partners. (My suspicion