Author: buildbot
Date: Mon Jul 21 12:46:57 2014
New Revision: 916951

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/transformationfeature.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/transformationfeature.html
==============================================================================
--- websites/production/cxf/content/docs/transformationfeature.html (original)
+++ websites/production/cxf/content/docs/transformationfeature.html Mon Jul 21 
12:46:57 2014
@@ -118,14 +118,14 @@ Apache CXF -- TransformationFeature
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><h1 
id="TransformationFeature-TransformationFeature">Transformation 
Feature</h1><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468200275 {padding: 0px;}
-div.rbtoc1396468200275 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468200275 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1405946789260 {padding: 0px;}
+div.rbtoc1405946789260 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1405946789260 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1396468200275">
+/*]]>*/</style></p><div class="toc-macro rbtoc1405946789260">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#TransformationFeature-TransformationFeature">Transformation 
Feature</a></li><li><a shape="rect" 
href="#TransformationFeature-Springconfiguration">Spring configuration</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#TransformationFeature-Changinginputandoutputelementnamesandnamespaces">Changing
 input and output element names and namespaces</a></li><li><a shape="rect" 
href="#TransformationFeature-Appendingnewinputandoutputelements">Appending new 
input and output elements</a>
-<ul class="toc-indentation"><li><a shape="rect" 
href="#TransformationFeature-Append-Pre-Wrap">Append-Pre-Wrap</a></li><li><a 
shape="rect" 
href="#TransformationFeature-Append-Post-Wrap">Append-Post-Wrap</a></li><li><a 
shape="rect" 
href="#TransformationFeature-Append-Pre-Include">Append-Pre-Include</a></li><li><a
 shape="rect" 
href="#TransformationFeature-Append-Post-Include">Append-Post-Include</a></li></ul>
+<ul class="toc-indentation"><li><a shape="rect" 
href="#TransformationFeature-Append-Pre-Wrap">Append-Pre-Wrap</a></li><li><a 
shape="rect" 
href="#TransformationFeature-Append-Post-Wrap">Append-Post-Wrap</a></li><li><a 
shape="rect" 
href="#TransformationFeature-Append-Pre-Include">Append-Pre-Include</a></li><li><a
 shape="rect" 
href="#TransformationFeature-Append-Post-Include">Append-Post-Include</a></li><li><a
 shape="rect" href="#TransformationFeature-Comparingfourappendmodes">Comparing 
four append modes</a></li></ul>
 </li><li><a shape="rect" 
href="#TransformationFeature-Replacingtextcontent">Replacing text 
content</a></li><li><a shape="rect" 
href="#TransformationFeature-Droppingoutputandinputelements">Dropping output 
and input elements</a></li><li><a shape="rect" 
href="#TransformationFeature-Convertingattributestoelements">Converting 
attributes to elements</a></li></ul>
 </li><li><a shape="rect" 
href="#TransformationFeature-InputTransformationandRedirection">Input 
Transformation and Redirection</a></li><li><a shape="rect" 
href="#TransformationFeature-Configuringthefeaturefromthecode">Configuring the 
feature from the code</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#TransformationFeature-JAX-WS">JAX-WS</a></li><li><a shape="rect" 
href="#TransformationFeature-JAX-RS">JAX-RS</a></li></ul>
@@ -186,7 +186,7 @@ div.rbtoc1396468200275 li {margin-left: 
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;bean id=&quot;transformFeature&quot; 
class=&quot;org.apache.cxf.feature.StaxTransformFeature&quot;&gt;
   &lt;property name=&quot;inAppendElements&quot;&gt;
     &lt;map&gt;
-      &lt;!-- append new simple &quot;thebook&quot; element with a text value 
&#39;2&#39; before &quot;the book&quot; --&gt;
+      &lt;!-- append new simple &quot;thebook&quot; element with a text value 
&#39;2&#39; before the &quot;book&quot; element --&gt;
       &lt;entry key=&quot;book&quot; value=&quot;thebook=2&quot;/&gt;
     &lt;/map&gt;
   &lt;/property&gt;
@@ -196,13 +196,12 @@ div.rbtoc1396468200275 li {margin-left: 
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;bean id=&quot;transformFeature&quot; 
class=&quot;org.apache.cxf.feature.StaxTransformFeature&quot;&gt;
   &lt;property name=&quot;inAppendElements&quot;&gt;
     &lt;map&gt;
-      &lt;!-- append new simple &quot;thebook&quot; element with a text value 
&#39;2&#39; after &quot;the book&quot;, using a &#39;/&#39; convention --&gt;
+      &lt;!-- append new simple &quot;thebook&quot; element with a text value 
&#39;2&#39; using the &quot;/&quot; convention as the last child element within 
the &quot;book&quot; element --&gt;
       &lt;entry key=&quot;book/&quot; value=&quot;thebook=2&quot;/&gt;
     &lt;/map&gt;
   &lt;/property&gt;
-&lt;/bean&gt; 
-]]></script>
-</div></div><h2 id="TransformationFeature-Replacingtextcontent">Replacing text 
content</h2><p>It's possible to replace the text content of a given simple 
element only on the input and output, for example:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+&lt;/bean&gt; ]]></script>
+</div></div><h3 id="TransformationFeature-Comparingfourappendmodes">Comparing 
four append modes</h3><pre>&#160;</pre><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">input</th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>append-pre-wrap</p><p>&#160;</p></th><th colspan="1" 
rowspan="1" class="confluenceTh">append-post-wrap</th><th colspan="1" 
rowspan="1" class="confluenceTh">append-pre-include</th><th colspan="1" 
rowspan="1" class="confluenceTh">append-post-include</th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" 
rowspan="1" class="confluenceTd">key="book" value="thebook"</td><td colspan="1" 
rowspan="1" class="confluenceTd">key="book/" value="thebook"</td><td 
colspan="1" rowspan="1" class="confluenceTd">key="book" 
value="thebook=2"</td><td colspan="1" rowspan="1" 
class="confluenceTd">key="book/" value="thebook=2"</td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd
 "><pre>&lt;sales&gt;<br clear="none"> &lt;book&gt;<br clear="none">  
&lt;title&gt;CXF ...&lt;/title&gt;<br clear="none">  
&lt;price&gt;38.68&lt;/price&gt;<br clear="none"> &lt;/book&gt;<br 
clear="none">&lt;/sales&gt;</pre></td><td colspan="1" rowspan="1" 
class="confluenceTd"><pre>&lt;sales&gt;<br clear="none"> &lt;thebook&gt;<br 
clear="none">  &lt;book&gt;<br clear="none">   &lt;title&gt;CXF 
...&lt;/title&gt;<br clear="none">   &lt;price&gt;38.68&lt;/price&gt;<br 
clear="none">  &lt;/book&gt;<br clear="none"> &lt;/thebook&gt;<br 
clear="none">&lt;/sales&gt;</pre></td><td colspan="1" rowspan="1" 
class="confluenceTd"><pre>&lt;sales&gt;<br clear="none"> &lt;book&gt;<br 
clear="none">  &lt;thebook&gt;<br clear="none">   &lt;title&gt;CXF 
...&lt;/title&gt;<br clear="none">   &lt;price&gt;38.68&lt;/price&gt;<br 
clear="none">  &lt;/thebook&gt;<br clear="none"> &lt;/book&gt;<br 
clear="none">&lt;/sales&gt;</pre></td><td colspan="1" rowspan="1" 
class="confluenceTd"><pre>&lt;sales&gt;<br clear="no
 ne"> &lt;thebook&gt;2&lt;/thebook&gt;<br clear="none"> &lt;book&gt;<br 
clear="none">  &lt;title&gt;CXF ...&lt;/title&gt;<br clear="none">  
&lt;price&gt;38.68&lt;/price&gt;<br clear="none"> &lt;/book&gt;<br 
clear="none">&lt;/sales&gt;</pre></td><td colspan="1" rowspan="1" 
class="confluenceTd"><pre>&lt;sales&gt;<br clear="none"> &lt;book&gt;<br 
clear="none">  &lt;title&gt;CXF ...&lt;/title&gt;<br clear="none">  
&lt;price&gt;38.68&lt;/price&gt;<br clear="none">  
&lt;thebook&gt;2&lt;/thebook&gt;<br clear="none"> &lt;/book&gt;<br 
clear="none">&lt;/sales&gt;</pre></td></tr></tbody></table></div><h2 
id="TransformationFeature-Replacingtextcontent">Replacing text 
content</h2><p>It's possible to replace the text content of a given simple 
element only on the input and output, for example:</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;bean id=&quot;transformFeature&quot; 
class=&quot;org.apache.cxf.feature.StaxTransformFeature&quot;&gt;
   &lt;property name=&quot;inAppendElements&quot;&gt;
     &lt;map&gt;


Reply via email to