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