xml

Work

Adding Smart Bibliography Citations In Word

1:30PM Angus Kidman | Word already has some pretty neat citation and bibliography features built in, but if you don’t mind getting grubby with a little XML, you can make it even more efficient. More »
Organise

Set Up Multiple Gmail Filters By Editing An XML File

12:00AM Kevin Purdy | Matt Thommes at the Paint in the Tech blog finds it tedious to create filters in Gmail the multi-click way. His solution? Export a single filter, then make a few clever tweaks to the resulting XML file. Thommes doesn’t get too in-depth in exactly how the XML reads and can be tweaked, but shows how, if you’ve got a filter that works for silencing certain emailers or smartly labelling certain mail, you can easily add other email addresses or actions to it by firing up your editor: More »
Work

XML Notepad 2007 Is A Simple, Smart Editor For Web Code

10:30PM Kevin Purdy | Windows only: If you’re delving into XML programming for the first time, or want to tweak a few software files, Microsoft’s XML Notepad 2007 may be the no-nonsense editor you’re looking for. It’s not a beginner’s tool due to lack of features or context—we’re just assuming that most full-time or experienced programmers have their own platform preference for editing all sorts of code. XML Notepad 2007 is themed around the same kind of just-the-text-ma’am simplicity of Windows’ Notepad, but does add relevant features for markup language hacking. The left-hand pane breaks an XML document into a tree view of classes, tags, and their key values. All the text is color-matched to its identifier on the left, and writing in Tree View allows you to leave all the tag containers behind. If you want to see what your raw XML looks like, click “XSL Output,” and you’ll see what Internet Explorer would see when checking out the file. Copying and pasting are modified to ensure the nodes you shuffle around keep their contexts, and, well, that’s about it for basic features. There’s more to find in XML Notepad, but nothing more is required to get started. XML editing gives one all kinds of powers over a system. XML Notepad 2007 is a free download for Windows systems only. XML Notepad [via Online Tech Tips] More »