Author |
Message
|
Prithvi |
Posted: Thu May 12, 2005 6:32 am Post subject: xml transformations supported by V5 |
|
|
 Apprentice
Joined: 20 Dec 2004 Posts: 34
|
Hi,
I have a question regarding the xml transformations supported by message broker V5.
I have an xml data which needs to be transformed to a plain text format..... actually the plain text is to be sent as an email.
The input looks like this:
<Address>
<Street>hummingbird</Street>
<Nr>1234</Nr>
<Postalcode>5678</Postalcode>
<Municipality>buxely</Municipality>
<Busnr>987654</Busnr>
<Country>xyz</Country>
</Address>
The output is supposed to look like this:
The Address is
Street : hummingbird
Nr : 1234
Postalcode : 5678
Municipality : buxely
Busnr : 987654
Country : xyz _________________ Prithvi |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 12, 2005 6:36 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What is your question? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RocknRambo |
Posted: Thu May 12, 2005 2:42 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
For any transformation other than xml you need to buid the data structure.
In ur case.. I/p XML, O/P Flat file
Yes, you need to build a message set.
for email, u can read abt sendmail plugin node for ur reqs
-RR |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 12, 2005 2:53 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You don't need to build a message set.
You can build a single big long string, and write that to OutputRoot.BLOB.BLOB.
Was that the question that was being asked? Do I need to build a message set? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Prithvi |
Posted: Thu May 12, 2005 11:30 pm Post subject: |
|
|
 Apprentice
Joined: 20 Dec 2004 Posts: 34
|
yup!!! that was my question....
appreciate the help guys _________________ Prithvi |
|
Back to top |
|
 |
|