isit possible to parse xml files using XSP. i want to read some values from an xml file and apply transform to that xml based on what i have read. how can this be done through xsp.
eg i have an xml --- content.xml
<xml>
<tag1> content1 </tag1>
..............
................
..........
</xml>
i want to read the value for 'tag1' with my xsp and based on the value of tag1, an appropriate xsl will be applied as transform for content.xml. is it possible to do this using xsp?
