Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
SQL
I have a java web application where the requirement is to upload XML file of a specific format and then parse it to represent it in an HTML UI. The UI representation of the XML tags should be editable. Can this be done using JQUERY?

I tried using jParse but did not find the entire stuff(other than the .js file) to be used within my existing project.

Please help!
Posted

Use XSLT in server side code instead of parsing in JQuery.
 
Share this answer
 
Comments
Sormita 6-Apr-15 0:27am    
Can you please provide some links about XML to XSLT transformation? I have never worked in XSLT before.
http://www.javaworld.com/article/2076171/java-se/xml-document-processing-in-java-using-xpath-and-xslt.html

This seems to be an good example in java
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900