Hi @pynicolas
Thanks for the quick response. Yeah we did try xpath rule created for xdm file in sonarqube somehow it is able to scan and report any code smells on .xdm files, But when we tried same in SSLR toolkit
SLR toolkit generated 2 things, AST and XML. We could point a node in AST but if we try to use the generated XML to validate the xpath query we’re getting an error saying its a malformed xml.
So I am little curious on how does that worked on Sonarqube and What we doing different in SSLR toolkit.