Port 7.7 - WIP
This commit is contained in:
@@ -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>>();
|
||||
|
||||
Reference in New Issue
Block a user