Hi,
I have a serious problem,Which I don't know how to solve.Please help me to solve this problem.
I have a Xml string (A) put in session by a servlet and a Xsp is called.( without any XML file pre-existing )
 
eg: (A)
 
    <ARCHIVES>
        <MESSAGES>
            <STARTMSGNO>1</STARTMSGNO>
            <ENDMSGNO>10</ENDMSGNO>
            <MOREMSGS>FALSE</MOREMSGS>
        </MESSAGES>
    </ARCHIVES>
 
 
The Xsp  pulls out the string (A) from session
and it's ARCHIVES\MESSAGES\MOREMSGS value is changed to TRUE .
How can I call a Xsl to render the Xml (A) being modified in the Xsp.
Thankz for any help
Jegadish.P


Reply via email to