Issues adding attribute to XML root node via augeas
I am using augeas to manipulate XML on some machines. Whereas creating new nodes and also setting a bunch of attributes worked like a charm I'm biting my nails of adding a simple attribute to an XML file. XML looks like the following: <?xml version="1.0"?> <Context> <WatchedResource></WatchedResource> </Context> I'm no just trying to add allowLinking="true" to the Context root node via set /files/path/to/my/file.xml/Context/#attribute/allowLinking "true" Which is unfortunately always failing with /error = "put_failed" /error/path = "/files/path/to/my/file.xml/Context" /error/lens = "/usr/share