Port 7.7 - WIP

This commit is contained in:
Stephan
2017-09-18 15:33:13 +02:00
parent 9a28250a8d
commit d54658009c
54 changed files with 1423 additions and 401 deletions

View File

@@ -61,7 +61,7 @@ namespace Umbraco.Core.Xml
return -1;
});
const string rootXpath = "descendant::*[@id={0}]";
const string rootXpath = "id({0})";
//parseable items:
var vars = new Dictionary<string, Func<string, string>>();