Model Group name

2004-02-09 Thread Lingzhi Zhang
Hi, I need to know the model group name in my application. There is a named model group in my schema, which is like, .. .. My code is like, .. XSNamedMap xsNameMap = xsModel.getComponentsByNamespace(XSConstants.MODEL_GROUP_DEFINITION, null); for(int i = 0; i < xsName

RE: Unable to validate on solaris with xs:include tag and relative path in it

2004-02-09 Thread Sander Bos
> the problem still exists! > Any insight will be welcome! That first XSD file, do you know how that is loaded? Specifically, is there an entity resolver in there somewhere that opens the XSD file? If so, do you perhaps open an input stream and don't set a system id. Because we use Xerces on Sol

Re: Unable to validate on solaris with xs:include tag and relative path in it

2004-02-09 Thread nnsp kjkjk
Hi guys, the problem still exists! Any insight will be welcome! TIA --- nnsp kjkjk <[EMAIL PROTECTED]> a écrit : > Thanks George, > > It was a mistake on my email. > > I normally take care of the case sensitive aspect of > writing file names on Unix Like OS. > > So an answer will be greatl