-
SAX api :problems
Hi
I am using SAX approach for XML parsing and using Sun's api.
I am facing an abrupt behaviour.
For eg if I define an instance variable TEST (String),assign a value "test"
and in doGet method i assign a value "tested".
when i run the program(via web doGet is called) and it goes to any of SAX
api like startDocument or characters and i see the value of TEST it is "test"
means whatever i assign in doGet it gets lost.
I am not able to figure out the problem , please help me.
regards
prateek
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|