Hi! Sorry, I dont't know wheter this is off-topic or not.
My xml document has topics, sub -topics , sub- sub- topics and so on. I want to build an application which have a appearance like a directory tree in m$-Explorer but over the web-browser with html-code. That means I want to open and close folders (in this case topics). I see 2 possibilitys: - structure the topic tags with an unique id attribute and transmit all open id's by the request. (this require a xml- document with a specific structure) - build a java object (maybe a dom of the xml- doc) and hold it in a session. Do I have to prefer one of 2 methods and why? Or is there an other approach already in use, because I don't want to reinvet the whell for every xml- document? Best regards Johannes Schwarz --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>