Can I create XML pages using JSP technology?
Yes, the JSP specification does support creation of XML documents. For simple XML generation, the XML tags may be included as static template portions of the JSP page.
Dynamic generation of XML tags occurs through bean components or custom tags that generate XML output.
Recent Comments