|
This is a sample of an extensible mechanism to add a markup model on top of an existing .NET Framework object model. This sample’s parsing rules can be summarized as “XML elements map to .NET Framework types and XML attributes map to Type properties (or events)”. This sample includes a markup parser that dynamically generates an object instance tree from an XML file
|