[
Lists Home |
Date Index |
Thread Index
]
Hi,
On 7/26/02 at 4:48 PM William Hutchinson wrote:
>Filipe - greetings.
>
>Did you ever get an answer to the subject posting? I am creating a
>similar situation - a processing chain for flat files (CSV) using either a
>parser or filter . I have found exactly the same behavior with the JAXP
>1.2 jars - I get node text but no node data. I reverted to the
>implementation jars from JAXP 1.1 and found that they produce the expected
>output. I also found that if I specify the identity (null) transformation
>from my CSV parser and save that intermediate XML as a file, and then
>transform it with the same stylesheet and the command line processor from
>JAXP 1.2, it also produces the expected output. Any thoughts very much
>appreciated.
I haven't had any other feedback than the one posted and I ended up using
other solution (as posted on a previous thread). So... right now, I'm still not able
to solve this issue.
From what you say the only thing I can conclude is that maybe there's some kind
of bug in JAXP 1.2. :(
Cheers,
Filipe
|