1. How to enable jsp partitions in xml document? stackoverflow.comI have created editor, which extends JSP Editor. I have added my own content assist, however I would like to be able to open XML documents, edit them using my editor ... |
2. javascript pass XML document object as argument stackoverflow.comI am reading an XML document to dynamically populate select boxes. The first select box is populated with all the activity names which i have done already in jsp.
|
3. XML view and JSP Document coderanch.comFrom the JSP 1.2 specification: Section 5: JSP Documents "This chapter defines an XML syntax for JSP pages and the interpretation of the pages written in this syntax. We use the term JSP document to refer to a JSP page in XML syntax. This chapter also defines a mapping between any JSP page and an XML description of the page, its ... |
4. Need to acces xml document coderanch.comHi Harry, I assume you are using either Servlets or JSP that contains the parser to parse the XML document, as you said you are using Tomcat. First of all, while you provide the full path, it always works becos the container can locate the file in the file system. The default path (current path) for the JSP is the directory ... |
5. JSPs as XML documents, but no HTML rendered! coderanch.com |