sonali ag

Greenhorn
+ Follow
since Oct 08, 2009
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 sonali ag

Hi,

I want to generate XML based on XSL and Xpaths.
The XSL file may look like:
<rootNode namespace...>
<mainNode>
<element1>
</element2>
</optionalElement>
</element1>
</element3>
</elemet4>
---
</mainNode>
</rootNode>

And I have map of Xpaths (like "/rootNode/mainNode/element3" ) and corresponding text values .
So how to use XSL and xpath to generate XML / DOM with nodes having run time text values.
Also the final xml document may contain multiple 'mainNode' s.

Thank you.
Hi all,
Does any one know the pattern of brainbench xml (id 273) test?
and how to prepare for it? Any books/links suggestions for it?

Thanks.
I called getValue on event object .
I called getValue() on session attribute.
servlet spec says that it returns old value for replaced attribute.
But I am getting new value.

Can anyone clarify it?
Hello all,

I want to delete a file after client closes browser or container/server get shutdown.

This file get created temporarily on server by servicing servlet and is shared among various listeners and servlet .
so i want to clean it up after responding to client.

Can anyone please suggest me the solution?

Also is it necessary to have this file within webapp context ?
or can it be outside my webapp folder? so that it can get deleted .

Thanks in advance.
14 years ago