SDL assembly reference is not public

Hi ,

Deploying the SDK sample "Sdl.Sdk.FileTypeSupport.Samples.XMLChecker", I have hit the attached error.

Any suggestion?

Thanks,

Özkan

Özkan

Parents Reply
  • Hi Patrik,

    what I want to do:

    Develop a new file filter that extends the existing Studio XML filter.

    My questions is, how to set up the XML parser rules for this new filter?

    My idea is to derive from AbstractXmlFilterComponentBuilder and set the parser rules by overriding XmlParser.GetParserSettingsObject. However, for this I would need to add assembly references to SDL.FileTypeSupport.Native.Xml_1_2.dll and SDL.FileTypeSupport.Native.Xml.FilterSettings_1_2.dll. As far as I understand this is not possible because these assemblies are not part of the public API.

    Is there another option to set up the parser rules programmatically?

    Thanks

    Christopher

Children