Changes for page Remove Root Element
Last modified by Erik Bakker on 2024/05/07 10:38
From version 18.1
edited by Erik Bakker
on 2022/05/02 10:06
on 2022/05/02 10:06
Change comment:
There is no comment for this version
To version 17.1
edited by Erik Bakker
on 2022/05/02 10:05
on 2022/05/02 10:05
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Remove Root Element1 +Remove Namespace - Content
-
... ... @@ -2,17 +2,19 @@ 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 4 == About == 5 -With the help of this transformation, you can easily remove a root entityfrom your message. This is sometimes needed to processyourmessage.5 +With the help of this transformation, you can easily remove a namespace from your message. This is sometimes needed to process the message properly. 6 6 7 7 == Documentation == 8 8 9 9 ==== 1. How to use==== 10 -With the help of this transformation, you can easily remove a root entityfrom your message. This is sometimes needed to processyourmessage.10 +With the help of this transformation, you can easily remove a namespace from your message. This is sometimes needed to process the message properly. 11 11 12 12 ==== 2. Keynotes & restrictions==== 13 13 14 14 * Note that this is a custom XSLT that is designed for a specific cause. 15 15 * Always try to understand the context before you implement this transformation. 16 +* This will lead to an attribute name clash if an element contains two attributes with the same local name but a different namespace prefix. 17 +* Nodes that cannot have a namespace are copied as such. 16 16 17 17 ==== 3. License Information==== 18 18 Part of the standard license agreement as agreed upon when using the store for the first time.