Print XML documents:HELP
From: Chris Peppas (peppasbet_at_hotmail.com)
Date: 01/29/04
- Next message: Cary Robins: "method iteration"
- Previous message: Chris McMahan: "Re: binary string to integer?"
- Next in thread: BarryNL: "Re: Print XML documents:HELP"
- Reply: BarryNL: "Re: Print XML documents:HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jan 2004 11:35:14 -0800
> How can I print this xml (with JDOM using Xpath or any other
> methods) without its tags.
>
> <?xml version='1.0' encoding='ISO-8859-1'?>
> <words>
> <word id="word_1">Annotation</word>
> <word id="word_2">tool</word>
> <word id="word_3">in</word>
> <word id="word_4">Java</word>
> <word id="word_5">.</word>
> </words>
>
> I would like to get in a string the sentence that will look like this:
>
> Annotation tool in Java.
> Thank you
- Next message: Cary Robins: "method iteration"
- Previous message: Chris McMahan: "Re: binary string to integer?"
- Next in thread: BarryNL: "Re: Print XML documents:HELP"
- Reply: BarryNL: "Re: Print XML documents:HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|