Calendar
Categories
- Bookmarks (147)
- Books (1)
- Fr0n (1)
- LifeInGeneral (2)
- On the trail (4)
- Photos (4)
- Practice (7)
- Software (10)
- Tools (9)
Latest Postings
- July 10, 2011: links for 2011-07-10
- July 4, 2011: links for 2011-07-04
- June 22, 2011: links for 2011-06-22
- May 17, 2011: links for 2011-05-17
- May 16, 2011: links for 2011-05-16
- May 12, 2011: links for 2011-05-12
- May 10, 2011: links for 2011-05-10
- April 28, 2011: links for 2011-04-28
- April 23, 2011: links for 2011-04-23
- April 12, 2011: links for 2011-04-12
Links
Archives
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- December 2006
- May 2006
- June 2004
- May 2004
- February 2004
XMLmind XML Edtior
Here’s a tool I really like, for editing XML files, especially ones that have useful “human readable” representations, like XHTML:
Features:
- There’s a “free” version (lacking some features). Professional version isn’t unreasonable for a single seat.
- Written in Java so it’s cross platform
- You can easily create new templates for new XML schemas (just create or point at a DTD and a CSS stylesheet from a valid, minimal, but otherwise empty XML file conforming to the DTD)
- Has a plug-in architecture, and there are a few plugins you can get right from their site, as well as write your own.
I find myself using it to edit XHTML, DocBook and other XML file types (e.g. DITA).
The advantage over something like JEdit is that rather than telling you when you create invalid markup, it won’t let you create invalid markup. And it certainly won’t let you create non-well-formed markup. (If the preceeding distinction isn’t clear then read the definitions of well-formed and valid.)
powered by performancing firefox
Leave a Reply
You must be logged in to post a comment.