Thread: XML Tips
View Single Post
  #20 (permalink)  
Old 02-11-2008, 09:47 PM
vadivelanvaidyanathan vadivelanvaidyanathan is offline
D-Web Genius
 
Join Date: Feb 2007
Posts: 803
vadivelanvaidyanathan is on a distinguished road
Default Re: XML Tips

XML Editors

Professional XML editors will help you to write error-free XML documents, validate your XML against a DTD or a schema, and force you to stick to a valid XML structure.

An XML editor should be able to:

* Add closing tags to your opening tags automatically
* Force you to write valid XML
* Verify your XML against a DTD
* Verify your XML against a Schema
* Color code your XML syntax
__________________
V.Vadivelan

There never a wrong time to do the right thing.
Reply With Quote