egonw / bacting

Bacting is an open-source platform for chemo- and bioinformatics based on Bioclipse that defines a number of common domain objects and wraps common functionality, providing a toolkit independent, scriptable solution to handle data from the life sciences.
Other
13 stars 5 forks source link

port xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor) #68

Open egonw opened 2 years ago

egonw commented 2 years ago

This issue is specifically about porting a single Bioclipse methods to the XMLManager of Bacting. The goal is that the API (manager method) call is identical in Bacting as it is in Bioclipse 2.6.2.

This issue is about porting xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor). In Bacting, the manager method signature should therefore be xml.validateAgainstXMLSchema(String file, String schema) where the first String value is the Bioclipse Project filename, like /SomeProject/someFile.txt and the second similar but for the XML Schema file.

This issue provides some pointers to get your going: