Re: [Vala] Xml.XPath.Context.eval_expression

2019-02-12 Thread Wolfgang Mauer
Sorry for spam, works like expected... Am 11.02.19 um 22:47 schrieb Wolfgang Mauer: Hi all, in C# i can use some like this for selecting items with specific attribute SelectSingleNode($"/Item/Bookmarks/Bookmark[@Filename='{fileName}'][@Line='{line}']") SelectNodes($"//Item[@Type='2']")

[Vala] Xml.XPath.Context.eval_expression

2019-02-11 Thread Wolfgang Mauer
Hi all, in C# i can use some like this for selecting items with specific attribute SelectSingleNode($"/Item/Bookmarks/Bookmark[@Filename='{fileName}'][@Line='{line}']") SelectNodes($"//Item[@Type='2']") Is this possible in vala, something like this? |eval_expression|(@"/Item/Bookmarks/Bookma