Biswajit
(Biswajit Mukherjee)
September 14, 2020, 11:26am
1
Sonarqube Version : Developer EditionVersion 8.2 (build 32929)
PL/SQL : 3.4.1 (build 2576)
Is it possible to validate xml elements inside a XDM (Oracle data model objects) using plsql scanner?
For example:
For an xml tag ’ inside a .xdm file, check if the value is true or not?
pynicolas
(Pierre-Yves Nicolas)
September 15, 2020, 8:40am
2
See this other thread on the exact same topic which was also created yesterday:
Sonarqube Version : Developer EditionVersion 8.2 (build 32929)
PL/SQL : 3.4.1 (build 2576)
what are you trying to achieve
Write custom rule for .xdm extension file for PL/SQL language using xpath query.
what have you tried so far to achieve this
Using the SSLR toolkit the code has been parsed and using xpath query we can point to node in AST(abstract syntax tree) . But when we use the generated xml to validate the xpath query in any online xpath tester we are getting the following er…