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 docum

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" wrote: > Hi, > > Is there a possible way to make use of default scoped name spaces? > I have not found any resources f

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: http://test1.com/";> http://test2.com";> 1234567897 777666 I would like to have: http://test1.com/";> http://test2.com";> 1234567897 777666

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 is