Title: Message
Hello
I have this simple test (see below):
QBOqbxml20.xsd also needs qbxmltypes.xsd
I am wondering how to add two xsd files.
Thanks
=========================================================================================
import org.exolab.castor.builder.SourceGenerator;
 
public class CastorTest {
    public static void main(String[] args){
          SourceGenerator srcGen = new SourceGenerator();
          try{
            srcGen.generateSource("C:/MEMBERCLICKS/QuickBooks/sdk/tools/validator/QBOqbxml20.xsd", "src/bindtest");
          }catch(Exception ex){
              ex.printStackTrace();
          }
    }
}
=========================================================================================

Reply via email to