Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello,

I am using XSLT and JAVA.

I want to display the list of text which I am taking from user from the text box.
I dont want that data to get saved in the database. Only I want is when user enter some text say ABC inside the text-box and hits Add Button, this ABC should start appearing in table which is placed just under the Text box and Add button.

Thanks.
Posted
Comments
Richard MacCutchan 30-Dec-10 5:01am    
And what exactly are you having trouble with?
BillW33 21-Apr-11 9:17am    
Can you post some code of what you have tried. Then we can advise on exactly what needs changed.

1 solution

Hi shreshtha,

For this I think first you have to create xml file, so that you can able to access xelement & attribute in xslt. Try with xml if you are familier with this.

Regards
Madhu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900