What is the best way to clear all attributes of a Tritium element? Do I need to list all existing attributes with the attribute (% name, "")?
The best way is to use the remove function yourself after selecting the item.
delete ("@ *")
You can even select node first
delete ("// node / @ *")
Source: https://habr.com/ru/post/1496891/More articles:How to check the condition of logical equality in XSLT? - xsltUsing NodaTime Instant in a WebAPI Model Always Fails - nodatimeHow to make a view above a button? Objective-c - iosIs it possible to call C # WebService with current Windows user credentials? - authenticationMake Django not a lazy module, for ease of development - pythondjango dumpdata empty array - pythonWhich regular expression will detect if a string is part of a numbered list? - javascriptConfusion between BehatContext and MinkContext - symfonyWork -l after nohup - linuxWhat is wrong with my FeatureContext? - phpAll Articles