Editing XML tutorial
Jump to navigation
Jump to search
This article or section is currently under construction
In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")
This is a beginners tutorial for XML editing made from slides
- Objectives
- Understand the necessity of using an XML editor
- Be able to edit XML without hand-editing tags, profit from DTD and Schema awareness
- Check well-formedness and validate
- Be able to fix errors
- Prerequisites
- Some idea what XML is about
- XML namespaces (some, have a look at the XML namespace article)
- HTML and CSS (some)
- Next steps
- DTD tutorial
- XSLT tutorial
- XPath tutorial - basics
- XQuery tutorial - basics (if you have interest in XML databases)
- PHP - MySQL - XML tutorial - basics (shows how to display an XML result-set retrieved form MySQL with XSLT)