<source> Element

Attribut Description Optional
xlinkPrefix Sets the Prefix for the data source. No
type Sets the reference for the implementation of a data source No

Depending on the configured data source it could be nessecary to apply antoher configuration

Datasource:

<source xlinkPrefix="onion" type="Onion.RenderEngine.DataSource.OnionDataSource, Onion.RenderEngine.DataSource">
<onionServer url="tcp://localhost:8087/onion/server" username="webserver" password="webserver">
<application username="webapplication" password="webapplication" />
</onionServer>
</source>
<source xlinkPrefix="sharepoint" type="Onion.RenderEngine.DataSources.SharePointIntegration.Client.SharePointRepository, Onion.RenderEngine.DataSources.SharePointIntegration.Client">
<server uri="tcp://localhost:8081/onion/sharepointintegration" versionFilter="true" />
<typedLists>
<type name="Glossary" listGuids="00000000-0000-0000-0000-000000000000" />
</typedLists>
</source>