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.
> regards > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
