Hi all & Jeffery, I want to convert a html docuemnt to a jsp document. In html doc, there're my tags such as "<webbot></webbot>","<enp></enp>" in convertion , I want to replace my tags with some jsp code. However I am just using org.w3c.dom.HTMLDocument. after I parser the HTMLDocument , I want to save it in disk. but I do not know how to save it efficiently. I am now using org.openxml.printer.HTMLPrinter.print to dicuss it. Would you pls give me some good ideas? Aidy Zhang 2k/1/13 ----- Original Message ----- From: ZhangQi <[EMAIL PROTECTED]> To: Jeffrey D. Curry <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 13, 2000 5:24 PM Subject: Re: JHTML <type=class> in JSP1.0 > Hi all & Jeffery, > I want to convert a html docuemnt to a jsp document. > In html doc, there're my tags such as "<webbot></webbot>","<enp></enp>" > in convertion , I want to replace my tags with some jsp code. > However I am just using org.w3c.dom.HTMLDocument. > after I parser the HTMLDocument , I want to save it in disk. > but I do not know how to save it efficiently. > I am now using org.openxml.printer.HTMLPrinter.print to dicuss it. > Would you pls give me some good ideas? > > Aidy Zhang 2k/1/13 > > ----- Original Message ----- > From: Jeffrey D. Curry <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 13, 2000 12:55 PM > Subject: JHTML <type=class> in JSP1.0 > > > > How, in JSP 1.0, do you properly convert the tag <type=class> to a JSP > > recognizable format? > > > > I heard in JSP .92 that the use of the <script runat="server"> tag was the > > way to go. Does this still hold true in JSP 1.0? > > > > Thanks > > > > =========================================================================== > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > > FAQs on JSP can be found at: > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.html > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
