How to configure the XML processor?
The XML Processor Sample demonstrates IXMLProcessor specialization implementation based on the xslt. Sample is using xslt to trim XML references node data if character count is greater than 25.
Configuration
To configure the XML Processor Sample Sample, follow the steps mentioned below:
- Copy following files to the Quark XML Author installation folder, e.g. “C:\Program Files (x86)\Quark\Quark XML Author”
- Quark.CMSAdapters.Samples.XA.XMLProcessor.dll
- Quark.CMSAdapters.Samples.XA.XMLProcessor.pdb
- Quark.CMSAdapters.Samples.XA.XMLProcessor.xslt
- Modify the Quark.CMSAdapters.config file as follows
- Add the highlighted content below to the section:
<appSettings>
<add key="IXMLProcessor" value="Quark.CMSAdapters.Samples.XA.XMLProcessor"/>
</appSettings>
Download Sample