|
From: Karl H. M. <khm...@gm...> - 2012-05-04 09:01:48
|
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
|