Is there a way to create a custom preprocessor to analyze the XML file, extracting T-SQL and PL/SQL code and then provide them to their respective language analyzers?
This suggestion is acceptable, but what would be the approach to implement this code? Would the option be to create some kind of plugin? Where should I start?