I am using new bee for Phonegap and already built one mobile app. I want to use Phonegap with xslt as a display. Can u please suggest how to do that with Phonegap?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You wish to use XSLT to turn XML into HTML and show on the screen, using Phonegap? I think you just need to look for Javascript tutorials on XSL. If you are familiar with jquery this will be even easier.
Never mind Phonegap as your script will be the same: take document, apply transform, and place results into a
<div>.