
I'm trying to use the Web Languages add-on in the SyntaxEditor; specifically, I want to load a xsd for Intelliprompt. When I do this in WPF, it looks like the following:
Also, as there's no LoadSchema method, am I supposed to assign my schema via the resolver's SchemaSet property?
Thanks,
-Craig
In Silverlight, it seems that I can't create a XmlSchema or XmlSchemaSet instance. So, how can I load schemas into the XmlSchemaResolver? Is the expectation that I use the .NET 4 XML library?
Also, as there's no LoadSchema method, am I supposed to assign my schema via the resolver's SchemaSet property?
Thanks,
-Craig