# README
mybatis-mapper-2-sql
Generate SQL statements from the MyBatis3 mapper XML file
# Functions
ParseXML is a parser for parse all query in XML to string.
ParseXMLQuery is a parser for parse all query in XML to []string one by one; you can set `skipErrorQuery` true to ignore invalid query.
ParseXMLs is a parser for parse all query in several XML files to []ast.StmtInfo one by one; you can set `skipErrorQuery` true to ignore invalid query.