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?
regards
--
View this message in context:
http://www.nabble.com/-AXIS2C--better-output-tp19290020p19290020.html
Sent from the Axis - C++ - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]