MultipartRequest
Programmer
I have an xml file with different articles, and i am displaying the title of each o them in a jsp file. I would like that when the client clicks one of the titles could be sent to another page showing the full article.
I have done this passing a parameter to a jsp file wich extracts form the xml file the element depending on the parameter passed. The thing is that it does not preserve the white spaces(line brakes to be precise).
The other alternative that i am triyin to do is to use xsl, but i dont know how to pass that parameter to the xsl file.
What sollution do i have to my problem?
PD:i dont want to make diferent response files, just one.
I have done this passing a parameter to a jsp file wich extracts form the xml file the element depending on the parameter passed. The thing is that it does not preserve the white spaces(line brakes to be precise).
The other alternative that i am triyin to do is to use xsl, but i dont know how to pass that parameter to the xsl file.
What sollution do i have to my problem?
PD:i dont want to make diferent response files, just one.