final Collection<ICompilerProblem> problems = new ArrayList<ICompilerProblem>();
IFXGNode fxgroot = null;
try
{
fxgroot = new FXGSAXParser().parse(getRootFileSpecification().createReader(), qname, problems);
}
catch(Exception ex)
{
ex.printStackTrace();
problems.add(new InternalCompilerProblem2(getAbsoluteFilename(), ex, SUB_SYSTEM));