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
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
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
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
4 matches
Mail list logo