Sandy wrote :-
> 1. Dynamic validation
>
> We haven't decided how to deal with dynamic validation. It's not easy to
> decide what "without a grammar" means for schema, especially after we
> support grammar caching. And I don't think just check "schemaLocation"
> attribute on the root element is enough.
Yes, you are right.
> This would imply that schemaLocation and noNamespaceSchemaLocation
> can't be both specified. But I don't think so.
The spec doesn't say anything about it. i was under that assumption earlier.
But now, after some thought, i feel they can.
> 3. Why do you want to remove the following lines?
>
> - } else if (decl instanceof XSElementDecl) {
> - fCurrentElemDecl = (XSElementDecl)decl;
> - } else if (decl instanceof XSWildcardDecl) {
> - wildcard = (XSWildcardDecl)decl;
>
This code is duplicated. These checks are already made in the code above this.
Pavani
--
Pavani Mukthipudi
Sun Microsystems Inc.
Phone: 080 - 2298989 Extn: 87390
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]