X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2FdecoratorX.java;h=58a2b00e815280103713cccff30382c9d2a7e3d8;hb=c956545c704f53df5c8711ede20e786641bfc7be;hp=a65f048e8c2da1825a31497c3a069a4d8d7ff1a2;hpb=be1c66c1c236e2cbc982d03ef690996d4b3dd35a;p=jalview.git diff --git a/forester/java/src/org/forester/application/decoratorX.java b/forester/java/src/org/forester/application/decoratorX.java index a65f048..58a2b00 100644 --- a/forester/java/src/org/forester/application/decoratorX.java +++ b/forester/java/src/org/forester/application/decoratorX.java @@ -48,7 +48,7 @@ public class decoratorX { System.exit( -1 ); } final PhylogenyFactory factory = ParserBasedPhylogenyFactory.getInstance(); - final PhyloXmlParser xml_parser = new PhyloXmlParser(); + final PhyloXmlParser xml_parser = PhyloXmlParser.createPhyloXmlParserXsdValidating(); final Phylogeny phy = factory.create( intree, xml_parser )[ 0 ]; final BasicTable t = BasicTableParser.parse( intable, '\t' ); final PhylogenyNodeIterator it = phy.iteratorExternalForward();