A web application for XML learners to validate DTD, XML Schema. Plus it offers XPath evaluation function on your browser.
Location: http://xmlvalidator.new-studio.org
- Download JDK7 (8 is not yet supported by Google).
- Download Google App Engine SDK for Java. Remember to set
APPENGINE_HOME
environment variable. - Git clone this repository.
- Edit
src/main/webapp/WEB-INF/appengine-web.xml
, fill your own application id. - Use Gradle tasks to help you.
gradlew appengineRun
: Run the test server on localhost.gradlew appengineStop
: Stop the test server on localhost.gradlew appengineUpdate
: Deploy stage on your GAE application.
- Fork it!
- Create your feature branch:
git checkout -b feature-new
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature-new
- Submit a pull request :D
This is my little semester project in college in 2009. Built with Google App Engine.
Because in 2015 Google decided shutdown the Master/Slave datastore app, force me to redeploy this app. I think it's also a good chance to make this little project open source.
2009 Scribe Huang
TODO.