accessing xml elements in xsp

2001-12-19 Thread styleworx
Hi again, if got another question, where i could not find any solution right now. I want to access elements of my xsp document. I have the following xsp document. i want to access the values of the frame/sitemap/item elements with xsp. after this depending on the result i want ether display the

Re: accessing xml elements in xsp

2001-12-19 Thread David Rosenstrauch
Dunno if this will work for you but often what I do is generate my xsp page dynamically (at compile time, using Ant; not at run time with Cocoon) as the result of applying an XSL sheet to an XML document. So basically you'd start with an XML document like this: frame sitemap