aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
diff options
context:
space:
mode:
authormcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2008-09-19 15:18:27 +0000
committermcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2008-09-19 15:18:27 +0000
commit923e74be4b2cdff889233d724d83dc246b381209 (patch)
treebded772b8399d08ef71ed326b468e804172fd3d5 /id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
parent69df3e5b03fd8c59b42409e12843a0b86708548e (diff)
downloadmoa-id-spss-923e74be4b2cdff889233d724d83dc246b381209.tar.gz
moa-id-spss-923e74be4b2cdff889233d724d83dc246b381209.tar.bz2
moa-id-spss-923e74be4b2cdff889233d724d83dc246b381209.zip
Updated MOA-ID example configuration and transformation paths.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1094 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml')
-rw-r--r--id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
index d6bfe1ddd..e5d71973e 100644
--- a/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
+++ b/id/server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
@@ -21,7 +21,18 @@
<!-- TransformInfo in Textform, bevorzugte Variante im xhtml-Format -->
<TransformsInfo filename="transforms/TransformsInfoAuthBlockText.xml"/>
<!-- TransformInfo in Textform, alternative Variante fuer aeltere BKU -->
- <TransformsInfo filename="transforms/TransformsInfoAuthBlockText_deprecated.xml"/>
+ <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockText_deprecated.xml"/>-->
+ <!-- TransformInfo in Plaintext, alternative Variante -->
+ <!--
+ NOTE:
+ This TransformsInfo produces plain text output. It does not use the
+ XSL transform output method 'text', as the way new line characters are
+ rendered by the XSL transform implementation is platform dependent.
+ Therefore, an output method of 'xml' is used to create a single
+ element node with the plain text as child element and a XPath filter
+ transform is used to remove all nodes, but text nodes.
+ -->
+ <TransformsInfo filename="transforms/TransformsInfoAuthBlockTextPlain.xml"/>
<!-- TransformInfo in Tabellenform, bevorzugte Variante im xhtml-Format -->
<!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/> -->
<!-- TransformInfo in Tabellenform, alternative Variante fuer aeltere BKU -->
@@ -44,7 +55,8 @@
<TrustProfileID>MOAIDBuergerkarteAuthentisierungsDaten</TrustProfileID>
<!-- VerifyTransformsInfoProfile mit den Transformationen fuer die Anzeige der Anmeldedaten im Secure Viewer (muss in MOA-SP konfiguriert sein) -->
<VerifyTransformsInfoProfileID>MOAIDTransformAuthBlockText</VerifyTransformsInfoProfileID>
- <VerifyTransformsInfoProfileID>MOAIDTransformAuthBlockText_deprecated</VerifyTransformsInfoProfileID>
+ <!-- VerifyTransformsInfoProfileID>MOAIDTransformAuthBlockText_deprecated</VerifyTransformsInfoProfileID> -->
+ <VerifyTransformsInfoProfileID>MOAIDTransformAuthBlockTextPlain</VerifyTransformsInfoProfileID>
<!-- <VerifyTransformsInfoProfileID>MOAIDTransformAuthBlock</VerifyTransformsInfoProfileID> -->
<!-- <VerifyTransformsInfoProfileID>MOAIDTransformAuthBlock_deprecated</VerifyTransformsInfoProfileID> -->
<!-->Auskommentieren, falls die in der Beispiel-Onlineapplikation definierte Transformationverwendet wird:<-->