Using WBIMB V5 fixpack 2

I've got the following invalid xml flowing into the broker:

<?xml version="1.0" encoding="UTF-8"?>
<Header>
  <Info1> Something </Info1>
  <Info2> Something  else </Info2>
</Header>
<?xml version="1.0" encoding="UTF-8"?>
<DaDetail>
  <Record>
     <Name>Groot Kokkedoor </Name>
     <Salary> 1000</Salary>
  </Record>
  <Record>
     <Name>Nelson </Name>
     <Salary> 100</Salary>
  </Record>
</DaDetail>

So, from above, the XML is invalid.   I need to change it with the broker
to:
<?xml version="1.0" encoding="UTF-8"?>
<Yikes>
<Header>
  <Info1> Something </Info1>
  <Info2> Something  else </Info2>
</Header>
<DaDetail>
  <Record>
     <Name>Groot Kokkedoor </Name>
     <Salary> 1000</Salary>
  </Record>
  <Record>
     <Name>Nelson </Name>
     <Salary> 100</Salary>
  </Record>
</DaDetail>
</Yikes>

Any ease way to do this?

Thanks

Francois van der Merwe
Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert &
Developer
IBM, Cape Town, South Africa
+27 (0)82 556 9467 / +27 (0)21 402 5597
[EMAIL PROTECTED]

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to