<source> Element

Attribut Beschreibung Optional
xlinkPrefix Setzt das Prefix für die Datenquelle. Nein
type Setzt die Referenz für die Implementierung einer Datenquelle Nein

Je nach konfigurierter Datenquelle kann innerhalb des source-Elements eine weitere Konfiguration erforderlich sein.

Datenquellen:

<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>