• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can I convert a Jsp to XML

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll check on that I'll keep you posted.?
Thanks a lot
 
reply
    Bookmark Topic Watch Topic
  • New Topic