Can we create a new xml file using the jsp coding anyone help me to do this?
I want to create a xml file like this
for eg:
<Question><para>Create a question </para><para>what is coordinate grid</para><para>pair of grids.</para><para>pair of points</para></Question>
using the jsp coding. If it is possible please give me the coding for that.
You can use Xstream to serialize your object to xml. You can check this post i think it will be helpful. Let me know if you have issues implementing it.