Amarnath Sarkar

Greenhorn
+ Follow
since Aug 29, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Amarnath Sarkar

hi, first of all thanks for the reply.


i can not give you the entire code....but i can tell you what i am doing followed by snippets from the entire code..

This is where i am creating the xmlStreamReader-



and in the same class i am using -


The problem is that the comment field is giving wrong output as mentioned in the first post when used with SJSXP.jar.With stax-1.1.2-dev.jar it is working fine.


Hi, i am parsing an xml file using Stax.

When i am using development jars the parser is extracting the text(CHARACTER) of a tag like this...

"I researched these covers for months trying to find the perfect one. I also like that it has its own belt, so we dont have to use the nasty ones that are attached to the store carts.
We will use this cover for at least a few years, so it was well worth the money."

But using sjsxp i am getting only

"
We will use this cover for at least a few years, so it was well worth the money."

First sentences are ignored and a newline is entered.
Can you suggest anything to resolve this problem?