XmlSchema support?

SyntaxEditor for WPF Forum

Posted 15 years ago by Craig Presti
Version: 9.1.0500
Avatar
I've recently updated to WPF Studio and am in the process of shifting from older versions of most of the controls to the newer ones (Ribbon, Docking, SyntaxEditor).

Previously the SyntaxEditor was being used with the Web Languages Addon that appears to not be ready yet for the current beta.

Is it possible to mix and match the old way of doing things with the new way in the meantime?

Old way looks something like this:

_SyntaxEditor.Document.Language = new XmlSyntaxLanguage();
            
XmlSchemaResolver schemaResolver = new XmlSchemaResolver();
schemaResolver.AddSchema(this.Schema);
            
_SyntaxEditor.Document.LanguageData = schemaResolver; 

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Craig,

We haven't implemented semantic parsing extensbility points yet. Once we get those in, we will probably start converting over the XML add-on real fast to use it as a main test for the functionality. We should be adding semantic parsing extensibility in the coming weeks/months.


Actipro Software Support

Posted 15 years ago by Craig Presti
Avatar
Thanks for the reply. I'd be happy to do some testing of this functionality as it's critical to my app.
The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.