B
Bill
Are there .NET classes for rolling your own xml intellisense based on
an xml schema? Suppose one wanted to write an application in which the
user supplies the xml and a schema and the application lists the
schema-based rules for each xml element. What classes would facilitate
that? The application would have to handle any xml/schema the user
provides. I know I could read the schema and search for the element,
but what if the element occurs at different depths and the schema
rules are different for each depth -can the correct one be determined?
Bill
an xml schema? Suppose one wanted to write an application in which the
user supplies the xml and a schema and the application lists the
schema-based rules for each xml element. What classes would facilitate
that? The application would have to handle any xml/schema the user
provides. I know I could read the schema and search for the element,
but what if the element occurs at different depths and the schema
rules are different for each depth -can the correct one be determined?
Bill