
I have a schema, specifically one for xslt. Many of the elements in the schema are defined with an xs:any option to allow ##other or ##local.
So, this works fine
Right now, this does not work with intelliprompt, but I need it to:
Thanks,
Brian
So, this works fine
Now, how do I define the schema such that the ##other\##local content can have other xsl elements as children?
Right now, this does not work with intelliprompt, but I need it to:
Or is there a method I could override in XmlSyntaxLanguage that would let me do this? It seems there may be some functionality in XmlSchemaResolver that could help, but unfortunately none of the meat of the resolution is public.
Thanks,
Brian