[jdom-interest] Stirring up Trouble
Jason Hunter
jhunter at collab.net
Wed Jul 19 16:46:37 PDT 2000
> <novel>
> <title>Fire</title>
> <author>Jihn Sith</title>
> </novel>
>
> This novel element contains five children, three of which are white
> space only text nodes. XPointer needs to access all five children. I
> don't see how to do that using getMixedContent(), getContent() or any
> other method.
getMixedContent(true) should return exactly what you want. Making it
behave as it "should" is Item #1 in our TODO.txt you'll notice. :-)
-jh-
More information about the jdom-interest
mailing list