Hi,
I want to know if is possible, inside XSP, to do the following thing.
Suppose I have a XML (it can be a context session), and I want to navigate throw it and according to some Java function create a new XML file.
The original XML could be sometinhg like:
<MENU>
    <OBJECT name="xpto"/>
    <OBJECT name="xpto1"/>
</MENU>
 
In XSP I want to read the XML file an for the OBJECT tags apply a Java function. According to the result the tag is consider or not in
the replaying XML.
 
Best regards,
Carlos Dias
 

Reply via email to