aspose file tools
The moose likes XML and Related Technologies and the fly likes Can I convert a Jsp to XML Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Can I convert a Jsp to XML" Watch "Can I convert a Jsp to XML" New topic
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
    
    1
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can I convert a Jsp to XML
 
Similar Threads
How to convert pdf file to xml using java
Generating PDF file from XML
OpenOffice File Conversion formats
Crystal Reports using JSP
urgent help please