Manjula Peiris wrote:
On Wed, 2008-09-03 at 07:08 -0700, Martina08 wrote:
hi,
i have written a client who send requests and get respones from the
webservice. An example of response could be like this:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 <verzeichnis>
      <titel>Wikipedia Städteverzeichnis</titel>
      <eintrag>
           <stichwort>Genf</stichwort>
           <eintragstext>Genf ist der Sitz von ...</eintragstext>
      </eintrag>
      <eintrag>
           <stichwort>Köln</stichwort>
           <eintragstext>Köln ist eine Stadt, die ...</eintragstext>
      </eintrag>
 </verzeichnis>
But i want to print it like this:
Verzeichnis:
Titel: Wikipedia Städteverzeichnis
Stichwort: Genf
Eintragstext: Genf ist der Sitz von...
...

or a similar output. Is there a tool for doing this or must i programming it
myself?
AFAIK there is no such tool, you need to program by your self.

You can use some XSLT to do this.

Samisa...



regards





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.169 / Virus Database: 270.6.15/1649 - Release Date: 9/3/2008 7:15 AM



--
Samisa Abeysinghe Director, Engineering; WSO2 Inc.

http://www.wso2.com/ - "The Open Source SOA Company"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to