Hi, i have a question which is a special requirement about the generated XML output and i want to know if it's possible with jibx.
Currently i generate the following output via JAXB: <StartTag xmlns="Basenamespace" xmlns:ns1="Namespace1" xmlns:ns2="Namespace2" ...> <...> <ns1:T1>...</ns1:T1> <ns2:TX>...</ns2:TX> ... </StartTag> The question is if jibx is able to produce the following instead (based on configuration etc.)?: <StartTag xmlns="Basenamespace"> <...> <T1 xmlns="Namespace1"> ... </T1> <TX xmlns="Namespace2"> ... </TX> ... </StartTag> Can this be achieved by jibx ? Kind regards Karl-Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl-Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users