XPath Builder Done
Well, with a little help from Saturday evening and Sunday afternoon, here is the new XPath Builder tool. The only missing feature that I can think of, is a switch to toggle between Sitecore XPath and "real" XPath.
That is, the difference between writing:
/sitecore/content/home/*
and
/item[@key='sitecore']/item[@key='content']/item[@key='home']/*
BTW: the code is 120 lines and the XML Layout is 49 lines.
That is, the difference between writing:
/sitecore/content/home/*
and
/item[@key='sitecore']/item[@key='content']/item[@key='home']/*
BTW: the code is 120 lines and the XML Layout is 49 lines.