
DBIx::QueryByName::FromXML - Import named queries from an xml text

DBIx::QueryByName::FromXML is a backend for the load() method from DBIx::QueryByName and is in charge of loading named queries from an xml file/string that describes each query.
DO NOT USE DIRECTLY!

See DBIx::QueryByName.

load($querypool,$sessionname,$xmlstring);Fill this $querypool with all the queries described in $xmlstring.
Those queries will only run over database connections opened with the credential associated with $sessionname.