| Author |
Can I convert a Jsp to XML
|
river down
Greenhorn
Joined: Dec 11, 2002
Posts: 21
|
|
Hi! How Can I convert a jsp page(With embedded html) to an XML file? I've been trying to convert it but there are lots of tags that an XML cannot understand...... Im trying to convert JSP-PDF but I can't so Im trying to convert XML-PDF instead and it works but "How can I convert JSP to XML? Is there an easy way to convert to XML file...Please advise? Thanks a lot
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
According to the JSP API, you should be able to write a JSP directly in XML syntax, but you can't mix the two. Look at section 5 of the JSP API - available somewhere on java.sun.com as a PDF file. Bill
|
 |
river down
Greenhorn
Joined: Dec 11, 2002
Posts: 21
|
|
I'll check on that I'll keep you posted.? Thanks a lot
|
 |
 |
|
|
subject: Can I convert a Jsp to XML
|
|
|