[jdom-interest] CDATA and HTML Forms

John Pfeifer john.pfeifer at tidepoint.net
Mon Aug 28 08:07:24 PDT 2000


I have created an xml document in the following form (this document is
transformed using the stylesheet specified in the xml)

<component>
    <stylesheet>foo.xsl</stylesheet>
    <![CDATA[
            <form action="FooServlet" method="POST">
             <input type="text" name="tf1" value="xxx"/>
             </form>
     ]]>
</component>

I am trying to return a form in the CDATA.    Is there a CDATA API for
JDOM?  If not, can anyone think of a better way to return a form without

using CDATA?

Regards,

JP




More information about the jdom-interest mailing list