You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/04/25 23:27:34 UTC

svn commit: r1740903 [37/37] - in /webservices/website/axiom-staging: ./ apidocs/ apidocs/org/apache/axiom/attachments/ apidocs/org/apache/axiom/attachments/class-use/ apidocs/org/apache/axiom/attachments/impl/ apidocs/org/apache/axiom/attachments/impl...

Modified: webservices/website/axiom-staging/testing/xml-truth/fonts/glyphicons-halflings-regular.ttf
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/fonts/glyphicons-halflings-regular.ttf?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/website/axiom-staging/testing/xml-truth/fonts/glyphicons-halflings-regular.woff
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/fonts/glyphicons-halflings-regular.woff?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/website/axiom-staging/testing/xml-truth/index.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/index.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/testing/xml-truth/index.html (original)
+++ webservices/website/axiom-staging/testing/xml-truth/index.html Mon Apr 25 21:27:21 2016
@@ -1,32 +1,29 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-02-20 
- | Rendered using Apache Maven Fluido Skin 1.4
+ | Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-25 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160220" />
+    <meta name="Date-Revision-yyyymmdd" content="20160425" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Google Truth extension for XML &#x2013; Introduction</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script src="//www.google-analytics.com/analytics.js" async=""></script>
-                      
-        
-<script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+          <script async='' src='//www.google-analytics.com/analytics.js'> </script>
+            <script>
+              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
               ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');</script>
-          
-                  </head>
+              ga('send', 'pageview');
+            </script>
+                      </head>
         <body class="topBarDisabled">
           
         
@@ -47,8 +44,7 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
+              
                               <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -60,27 +56,26 @@
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../../" title="Axiom">
+                    <a href="../../index.html" title="Axiom">
         Axiom</a>
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../" title="Testing">
+                    <a href="../index.html" title="Testing">
         Testing</a>
                     <span class="divider">/</span>
       </li>
-                <li class="">
-                    <a href="./" title="Google Truth extension for XML">
+            <li class="">
+                    <a href="index.html" title="Google Truth extension for XML">
         Google Truth extension for XML</a>
                     <span class="divider">/</span>
       </li>
         <li class="active ">Introduction</li>
         
-                
-                    
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-20</li>
+              
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-25</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 1.2.18
+                    Version: 1.2.19
         </li>
             
                             </ul>
@@ -90,8 +85,7 @@
       <div class="row-fluid">
         <div id="leftColumn" class="span2">
           <div class="well sidebar-nav">
-                
-                    
+              
                 <ul class="nav nav-list">
                     <li class="nav-header">About</li>
                               
@@ -143,8 +137,7 @@
         Security</a>
             </li>
             </ul>
-                
-                    
+              
                 
           <hr />
 
@@ -191,6 +184,9 @@ import static org.apache.axiom.truth.xml
   
 <li>
 <p><tt>java.net.URL</tt></p></li>
+  
+<li>
+<p><tt>javax.xml.stream.XMLStreamReader</tt></p></li>
 </ul>
 <p>By default, comparison is strict. E.g. the following assertion would fail:</p>
 
@@ -199,13 +195,12 @@ import static org.apache.axiom.truth.xml
 </pre></div></div>
 <p>To control how the comparison is performed, use the relevant methods on the <a href="apidocs/org/apache/axiom/truth/xml/XMLSubject.html"><tt>XMLSubject</tt></a> object returned by <tt>that()</tt>:</p>
 
-<div class="source">
 <div class="source"><pre class="prettyprint">assertAbout(xml())
         .that(&quot;&lt;p:a xmlns:p='urn:ns'/&gt;&quot;)
         .ignoringNamespacePrefixes()
         .ignoringNamespaceDeclarations()
         .hasSameContentAs(&quot;&lt;a xmlns='urn:ns'/&gt;&quot;);
-</pre></div></div></div>
+</pre></div></div>
                   </div>
             </div>
           </div>
@@ -217,8 +212,7 @@ import static org.apache.axiom.truth.xml
                       <div class="row-fluid">
                                       <p >Copyright &copy;                    2004&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.      
-                    
+            All rights reserved.    
       </p>
                 </div>
 

Added: webservices/website/axiom-staging/testing/xml-truth/js/apache-maven-fluido-1.5.min.js
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/js/apache-maven-fluido-1.5.min.js?rev=1740903&view=auto
==============================================================================
--- webservices/website/axiom-staging/testing/xml-truth/js/apache-maven-fluido-1.5.min.js (added)
+++ webservices/website/axiom-staging/testing/xml-truth/js/apache-maven-fluido-1.5.min.js Mon Apr 25 21:27:21 2016
@@ -0,0 +1,25 @@
+/*!
+ * jQuery JavaScript Library v1.11.2
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-17T15:27Z
+ */
+(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var ai="1.11.2",bI=function(e,i){return new bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return this.pushStack(bI.map(this,function(b7,b6){retu
 rn e.call(b7,b6,b7)}))},slice:function(){return this.pushStack(P.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var e=this.length,b6=+b7+(b7<0?e:0);return this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7 in ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err
 or:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return bI.type(e)==="function"},isArray:Array.isArray||function(e){return bI.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b7){var i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return false}}catch(b6){return false}if(D.ownLast){for(i in b7){return K.call(b7,i)}}for(i in b7){}return i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return e.replace(bS,"ms-").replace(aW,O)},nodeN
 ame:function(i,e){return i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7 in ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return ca},trim:function(e){return e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var e;if(b6){if(bU){return bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return b9},grep:function(
 e,cc,b9){var cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return b8},map:function(b7,cc,e){var cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return undefined}e=P.call(arguments,2);b6=function(){return b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof i==="number"&&i>0&&(i-1) in b6}var m=
+/*!
+ * Sizzle CSS Selector Engine v2.2.0-pre
+ * http://sizzlejs.com/
+ *
+ * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-16
+ */

[... 3 lines stripped ...]
Modified: webservices/website/axiom-staging/testing/xml-truth/project-info.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/project-info.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/testing/xml-truth/project-info.html (original)
+++ webservices/website/axiom-staging/testing/xml-truth/project-info.html Mon Apr 25 21:27:21 2016
@@ -1,32 +1,29 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-02-20 
- | Rendered using Apache Maven Fluido Skin 1.4
+ | Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-25 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160220" />
+    <meta name="Date-Revision-yyyymmdd" content="20160425" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Google Truth extension for XML &#x2013; Project Information</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script src="//www.google-analytics.com/analytics.js" async=""></script>
-                      
-        
-<script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+          <script async='' src='//www.google-analytics.com/analytics.js'> </script>
+            <script>
+              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
               ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');</script>
-          
-                  </head>
+              ga('send', 'pageview');
+            </script>
+                      </head>
         <body class="topBarDisabled">
           
         
@@ -47,8 +44,7 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
+              
                               <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -60,27 +56,26 @@
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../../" title="Axiom">
+                    <a href="../../index.html" title="Axiom">
         Axiom</a>
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../" title="Testing">
+                    <a href="../index.html" title="Testing">
         Testing</a>
                     <span class="divider">/</span>
       </li>
-                <li class="">
-                    <a href="./" title="Google Truth extension for XML">
+            <li class="">
+                    <a href="index.html" title="Google Truth extension for XML">
         Google Truth extension for XML</a>
                     <span class="divider">/</span>
       </li>
         <li class="active ">Project Information</li>
         
-                
-                    
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-20</li>
+              
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-25</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 1.2.18
+                    Version: 1.2.19
         </li>
             
                             </ul>
@@ -90,8 +85,7 @@
       <div class="row-fluid">
         <div id="leftColumn" class="span2">
           <div class="well sidebar-nav">
-                
-                    
+              
                 <ul class="nav nav-list">
                     <li class="nav-header">About</li>
                               
@@ -145,8 +139,7 @@
         Security</a>
             </li>
             </ul>
-                
-                    
+              
                 
           <hr />
 
@@ -188,8 +181,7 @@
                       <div class="row-fluid">
                                       <p >Copyright &copy;                    2004&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.      
-                    
+            All rights reserved.    
       </p>
                 </div>
 

Modified: webservices/website/axiom-staging/testing/xml-truth/project-reports.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/testing/xml-truth/project-reports.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/testing/xml-truth/project-reports.html (original)
+++ webservices/website/axiom-staging/testing/xml-truth/project-reports.html Mon Apr 25 21:27:21 2016
@@ -1,32 +1,29 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-02-20 
- | Rendered using Apache Maven Fluido Skin 1.4
+ | Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-25 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160220" />
+    <meta name="Date-Revision-yyyymmdd" content="20160425" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Google Truth extension for XML &#x2013; Generated Reports</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script src="//www.google-analytics.com/analytics.js" async=""></script>
-                      
-        
-<script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+          <script async='' src='//www.google-analytics.com/analytics.js'> </script>
+            <script>
+              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
               ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');</script>
-          
-                  </head>
+              ga('send', 'pageview');
+            </script>
+                      </head>
         <body class="topBarDisabled">
           
         
@@ -47,8 +44,7 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
+              
                               <li class="">
                     <a href="http://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
@@ -60,27 +56,26 @@
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../../" title="Axiom">
+                    <a href="../../index.html" title="Axiom">
         Axiom</a>
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../" title="Testing">
+                    <a href="../index.html" title="Testing">
         Testing</a>
                     <span class="divider">/</span>
       </li>
-                <li class="">
-                    <a href="./" title="Google Truth extension for XML">
+            <li class="">
+                    <a href="index.html" title="Google Truth extension for XML">
         Google Truth extension for XML</a>
                     <span class="divider">/</span>
       </li>
         <li class="active ">Generated Reports</li>
         
-                
-                    
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-20</li>
+              
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-25</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 1.2.18
+                    Version: 1.2.19
         </li>
             
                             </ul>
@@ -90,8 +85,7 @@
       <div class="row-fluid">
         <div id="leftColumn" class="span2">
           <div class="well sidebar-nav">
-                
-                    
+              
                 <ul class="nav nav-list">
                     <li class="nav-header">About</li>
                               
@@ -145,8 +139,7 @@
         Security</a>
             </li>
             </ul>
-                
-                    
+              
                 
           <hr />
 
@@ -188,8 +181,7 @@
                       <div class="row-fluid">
                                       <p >Copyright &copy;                    2004&#x2013;2016
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.      
-                    
+            All rights reserved.    
       </p>
                 </div>
 

Modified: webservices/website/axiom-staging/userguide/bi01.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/bi01.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/bi01.html (original)
+++ webservices/website/axiom-staging/userguide/bi01.html Mon Apr 25 21:27:21 2016
@@ -1,7 +1,3 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>References</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch06.html" title="Chapter&nbsp;6.&nbsp;Appendix"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">References</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch06.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="bibliography" title="References"><div class="titlepage"><div><div><h2 class="title"><a name="d0e1274"></a>References</h2></div></div></div><div class="bibliodiv" title="Specifications"><h3 class="title"><a name="d0e1277"></a>Specifications</h3><div class="biblioentry" title="Extensible Markup Language (XML) 1.0 (Fifth Edition)"><a name="bib.xml"></a><p>[<abbr class="abbrev">XML</abbr>] <span class="title"><i><a class="link" href="http://www.w3.org/TR/2008/REC-xml-20081126/" target="_top">Extensible Markup Language (XML) 1.0 (Fifth Edition)</a></i>. </
 span><span class="publishername">W3C Recommendation. </span><span class="pubdate">26 November 2008. </span></p></div><div class="biblioentry" title="Namespaces in XML 1.0 (Third Edition)"><a name="bib.xmlns"></a><p>[<abbr class="abbrev">XMLNS</abbr>] <span class="title"><i><a class="link" href="http://www.w3.org/TR/2009/REC-xml-names-20091208/" target="_top">Namespaces in XML 1.0 (Third Edition)</a></i>. </span><span class="publishername">W3C Recommendation. </span><span class="pubdate">8 December 2009. </span></p></div><div class="biblioentry" title="Namespaces in XML 1.1 (Second Edition)"><a name="bib.xmlns11"></a><p>[<abbr class="abbrev">XMLNS11</abbr>] <span class="title"><i><a class="link" href="http://www.w3.org/TR/2006/REC-xml-names11-20060816/" target="_top">Namespaces in XML 1.1 (Second Edition)</a></i>. </span><span class="publishername">W3C Recommendation. </span><span class="pubdate">16 August 2006. </span></p></div></div></div><div class="navfooter"><hr><table width="10
 0%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch06.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;6.&nbsp;Appendix&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="userguide.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
+   <title>References</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch06.html" title="Chapter&nbsp;6.&nbsp;Appendix"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">References</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch06.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="bibliography" title="References"><div class="titlepage"><div><div><h2 class="title"><a name="d0e1274"></a>References</h2></div></div></div><div class="bibliodiv" title="Specifications"><h3 class="title"><a name="d0e1277"></a>Specifications</h3><div class="biblioentry" title="Extensib
 le Markup Language (XML) 1.0 (Fifth Edition)"><a name="bib.xml"></a><p>[<abbr class="abbrev">XML</abbr>] <span class="title"><i><a class="link" href="http://www.w3.org/TR/2008/REC-xml-20081126/" target="_top">Extensible Markup Language (XML) 1.0 (Fifth Edition)</a></i>. </span><span class="publishername">W3C Recommendation. </span><span class="pubdate">26 November 2008. </span></p></div><div class="biblioentry" title="Namespaces in XML 1.0 (Third Edition)"><a name="bib.xmlns"></a><p>[<abbr class="abbrev">XMLNS</abbr>] <span class="title"><i><a class="link" href="http://www.w3.org/TR/2009/REC-xml-names-20091208/" target="_top">Namespaces in XML 1.0 (Third Edition)</a></i>. </span><span class="publishername">W3C Recommendation. </span><span class="pubdate">8 December 2009. </span></p></div><div class="biblioentry" title="Namespaces in XML 1.1 (Second Edition)"><a name="bib.xmlns11"></a><p>[<abbr class="abbrev">XMLNS11</abbr>] <span class="title"><i><a class="link" href="http://www.w3.
 org/TR/2006/REC-xml-names11-20060816/" target="_top">Namespaces in XML 1.1 (Second Edition)</a></i>. </span><span class="publishername">W3C Recommendation. </span><span class="pubdate">16 August 2006. </span></p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch06.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;6.&nbsp;Appendix&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="userguide.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file

Modified: webservices/website/axiom-staging/userguide/ch01.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch01.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch01.html (original)
+++ webservices/website/axiom-staging/userguide/ch01.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;1.&nbsp;Introduction</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="userguide.html" title="Axiom User Guide"><link rel="next" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Working with Axiom"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;1.&nbsp;Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="userguide.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;1.&nbsp;Introduction"><div class="titlepage"><div><div><h2 class="title"><a name="d0e18"></a>Chapter&nbsp;1.&nbsp;Introduction</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#d0e21">What is Axiom?</a></span></dt><dt><span class="section"><a href="ch01.html#d0e35">For whom is this Tutorial?</a></span></dt><dt><span class="section"><a href="ch01.html#d0e48">What is Pull Parsing?</a></sp
 an></dt><dt><span class="section"><a href="ch01.html#d0e62">A Bit of History</a></span></dt><dt><span class="section"><a href="ch01.html#d0e76">Features of Axiom</a></span></dt><dt><span class="section"><a href="ch01.html#d0e111">Relation with StAX</a></span></dt><dt><span class="section"><a href="ch01.html#d0e128">A Bit About Caching</a></span></dt><dt><span class="section"><a href="ch01.html#d0e135">Where Does SOAP Come into Play?</a></span></dt></dl></div><div class="section" title="What is Axiom?"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e21"></a>What is Axiom?</h2></div></div></div><p>
+   <title>Chapter&nbsp;1.&nbsp;Introduction</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="userguide.html" title="Axiom User Guide"><link rel="next" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Working with Axiom"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;1.&nbsp;Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="userguide.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;1.&nbsp;Introduction"><div class="titlepage"><div><div><h2 class="title"><a name="d0e18"
 ></a>Chapter&nbsp;1.&nbsp;Introduction</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#d0e21">What is Axiom?</a></span></dt><dt><span class="section"><a href="ch01.html#d0e35">For whom is this Tutorial?</a></span></dt><dt><span class="section"><a href="ch01.html#d0e48">What is Pull Parsing?</a></span></dt><dt><span class="section"><a href="ch01.html#d0e62">A Bit of History</a></span></dt><dt><span class="section"><a href="ch01.html#d0e76">Features of Axiom</a></span></dt><dt><span class="section"><a href="ch01.html#d0e111">Relation with StAX</a></span></dt><dt><span class="section"><a href="ch01.html#d0e128">A Bit About Caching</a></span></dt><dt><span class="section"><a href="ch01.html#d0e135">Where Does SOAP Come into Play?</a></span></dt></dl></div><div class="section" title="What is Axiom?"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e21"></a>What is Axiom?</h2></div></di
 v></div><p>
                 Axiom stands for <em class="firstterm">Axis Object Model</em> and refers to the XML infoset model
                 that is initially developed for Apache Axis2. XML infoset refers to the information included inside the
                 XML, and for programmatic manipulation it is convenient to have a representation of this XML infoset in

Modified: webservices/website/axiom-staging/userguide/ch02.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch02.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch02.html (original)
+++ webservices/website/axiom-staging/userguide/ch02.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;2.&nbsp;Working with Axiom</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Introduction"><link rel="next" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Working with Axiom</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;2.&nbsp;Working with Axiom"><div class="titlepage"><div><div><h2 class="title"><a name="d0e143"></a>Chapter&nbsp;2.&nbsp;Working with Axiom</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02.html#d0e146">Obtaining the Axiom Binary</a></span></dt><dt><span class="section"><a href="ch02.html#d0e183">Creating an object model programmatically</a></span></dt><dt><span class="section"><a href="ch0
 2.html#d0e257">Creating an object model by parsing an XML document</a></span></dt><dt><span class="section"><a href="ch02.html#d0e325">Namespaces</a></span></dt><dt><span class="section"><a href="ch02.html#d0e367">Traversing</a></span></dt><dt><span class="section"><a href="ch02.html#serializer">Serializer</a></span></dt><dt><span class="section"><a href="ch02.html#d0e477">Complete Code for the Axiom based Document Building and Serialization</a></span></dt><dt><span class="section"><a href="ch02.html#StAXUtils">Creating stream readers and writers using <code class="classname">StAXUtils</code></a></span></dt><dt><span class="section"><a href="ch02.html#d0e580">Releasing the parser</a></span></dt><dt><span class="section"><a href="ch02.html#d0e608">Exception handling</a></span></dt></dl></div><div class="section" title="Obtaining the Axiom Binary"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e146"></a>Obtaining the Axiom Binary</h2></div></div></di
 v><p>
+   <title>Chapter&nbsp;2.&nbsp;Working with Axiom</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Introduction"><link rel="next" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Working with Axiom</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;2.&nbsp;Working with Axiom"><div class="titlepage"><div><
 div><h2 class="title"><a name="d0e143"></a>Chapter&nbsp;2.&nbsp;Working with Axiom</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02.html#d0e146">Obtaining the Axiom Binary</a></span></dt><dt><span class="section"><a href="ch02.html#d0e183">Creating an object model programmatically</a></span></dt><dt><span class="section"><a href="ch02.html#d0e257">Creating an object model by parsing an XML document</a></span></dt><dt><span class="section"><a href="ch02.html#d0e325">Namespaces</a></span></dt><dt><span class="section"><a href="ch02.html#d0e367">Traversing</a></span></dt><dt><span class="section"><a href="ch02.html#serializer">Serializer</a></span></dt><dt><span class="section"><a href="ch02.html#d0e477">Complete Code for the Axiom based Document Building and Serialization</a></span></dt><dt><span class="section"><a href="ch02.html#StAXUtils">Creating stream readers and writers using <code class="classname">StAXUtils</cod
 e></a></span></dt><dt><span class="section"><a href="ch02.html#d0e580">Releasing the parser</a></span></dt><dt><span class="section"><a href="ch02.html#d0e608">Exception handling</a></span></dt></dl></div><div class="section" title="Obtaining the Axiom Binary"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e146"></a>Obtaining the Axiom Binary</h2></div></div></div><p>
                 There are several methods through which the Axiom binary can be obtained:
             </p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
                         If your project uses Maven, then it is sufficient to add Axiom as a dependency,
@@ -27,7 +23,7 @@
                 Once the Axiom binary is obtained by any of the above ways, it should be
                 included in the classpath for any of the Axiom based programs to work.
                 Subsequent sections of this guide assume that this build step is complete
-                and <code class="filename">axiom-api-1.2.18.jar</code> and <code class="filename">axiom-impl-1.2.18.jar</code> are
+                and <code class="filename">axiom-api-1.2.19.jar</code> and <code class="filename">axiom-impl-1.2.19.jar</code> are
                 present in the classpath along with the StAX API jar file and a StAX
                 implementation.
             </p></div><div class="section" title="Creating an object model programmatically"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e183"></a>Creating an object model programmatically</h2></div></div></div><p>

Modified: webservices/website/axiom-staging/userguide/ch03.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch03.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch03.html (original)
+++ webservices/website/axiom-staging/userguide/ch03.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Working with Axiom"><link rel="next" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Integrating Axiom into your project"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom"><div class="titlepage"><div><div><h2 class="title"><a name="advanced"></a>Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#d0e672">Accessing the Pull Parser</a></span></dt></dl></div><div class="section" title="Accessing the Pull Parser"><div class="titlepage"><div><div><h2 class="t
 itle" style="clear: both"><a name="d0e672"></a>Accessing the Pull Parser</h2></div></div></div><p>
+   <title>Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Working with Axiom"><link rel="next" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Integrating Axiom into your project"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch04.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;3.&nbsp;Advanced Opera
 tions with Axiom"><div class="titlepage"><div><div><h2 class="title"><a name="advanced"></a>Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#d0e672">Accessing the Pull Parser</a></span></dt></dl></div><div class="section" title="Accessing the Pull Parser"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e672"></a>Accessing the Pull Parser</h2></div></div></div><p>
                 Axiom is tightly integrated with StAX and the
                 <code class="methodname">getXMLStreamReader()</code> and <code class="methodname">getXMLStreamReaderWithoutCaching()</code> methods in the
                 <code class="classname">OMElement</code> provides a <code class="classname">XMLStreamReader</code>

Modified: webservices/website/axiom-staging/userguide/ch04.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch04.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch04.html (original)
+++ webservices/website/axiom-staging/userguide/ch04.html Mon Apr 25 21:27:21 2016
@@ -1,22 +1,18 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom"><link rel="next" href="ch05.html" title="Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch05.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;4.&nbsp;Integrating Axiom into your project"><div class="titlepage"><div><div><h2 class="title"><a name="d0e700"></a>Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch04.html#using-maven2">Using Axiom in a Maven 2 project</a></span></dt><dd><dl><dt><span class="section"><a href="ch04.html#d0e706">Adding Axiom as a depend
 ency</a></span></dt><dt><span class="section"><a href="ch04.html#d0e732">Managing the JAF dependency</a></span></dt></dl></dd><dt><span class="section"><a href="ch04.html#d0e755">Applying application wide configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch04.html#factory.properties">Changing the default StAX factory settings</a></span></dt></dl></dd><dt><span class="section"><a href="ch04.html#d0e889">Migrating from older Axiom versions</a></span></dt></dl></div><div class="section" title="Using Axiom in a Maven 2 project"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-maven2"></a>Using Axiom in a Maven 2 project</h2></div></div></div><div class="section" title="Adding Axiom as a dependency"><div class="titlepage"><div><div><h3 class="title"><a name="d0e706"></a>Adding Axiom as a dependency</h3></div></div></div><p>
+   <title>Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Advanced Operations with Axiom"><link rel="next" href="ch05.html" title="Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch05.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapt
 er&nbsp;4.&nbsp;Integrating Axiom into your project"><div class="titlepage"><div><div><h2 class="title"><a name="d0e700"></a>Chapter&nbsp;4.&nbsp;Integrating Axiom into your project</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch04.html#using-maven2">Using Axiom in a Maven 2 project</a></span></dt><dd><dl><dt><span class="section"><a href="ch04.html#d0e706">Adding Axiom as a dependency</a></span></dt><dt><span class="section"><a href="ch04.html#d0e732">Managing the JAF dependency</a></span></dt></dl></dd><dt><span class="section"><a href="ch04.html#d0e755">Applying application wide configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch04.html#factory.properties">Changing the default StAX factory settings</a></span></dt></dl></dd><dt><span class="section"><a href="ch04.html#d0e889">Migrating from older Axiom versions</a></span></dt></dl></div><div class="section" title="Using Axiom in a Maven 2 projec
 t"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-maven2"></a>Using Axiom in a Maven 2 project</h2></div></div></div><div class="section" title="Adding Axiom as a dependency"><div class="titlepage"><div><div><h3 class="title"><a name="d0e706"></a>Adding Axiom as a dependency</h3></div></div></div><p>
                     If your project uses Maven 2, it is fairly easy to add Axiom to your project.
                     Simply add the following entries to the <code class="sgmltag-element">dependencies</code>
                     section of <code class="filename">pom.xml</code>:
                 </p><pre class="programlisting">&lt;dependency&gt;
     &lt;groupId&gt;org.apache.ws.commons.axiom&lt;/groupId&gt;
     &lt;artifactId&gt;axiom-api&lt;/artifactId&gt;
-    &lt;version&gt;1.2.18&lt;/version&gt;
+    &lt;version&gt;1.2.19&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.apache.ws.commons.axiom&lt;/groupId&gt;
     &lt;artifactId&gt;axiom-impl&lt;/artifactId&gt;
-    &lt;version&gt;1.2.18&lt;/version&gt;
+    &lt;version&gt;1.2.19&lt;/version&gt;
     &lt;scope&gt;runtime&lt;/scope&gt;
 &lt;/dependency&gt;</pre><p>
                     All Axiom releases are deployed to the Maven central repository and there is no need
@@ -49,7 +45,7 @@
 &lt;dependency&gt;
     &lt;groupId&gt;org.apache.ws.commons.axiom&lt;/groupId&gt;
     &lt;artifactId&gt;axiom-<em class="replaceable"><code>xxx</code></em>&lt;/artifactId&gt;
-    &lt;version&gt;1.2.18&lt;/version&gt;
+    &lt;version&gt;1.2.19&lt;/version&gt;
     &lt;exclusions&gt;
         &lt;exclusion&gt;
             &lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;

Modified: webservices/website/axiom-staging/userguide/ch05.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch05.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch05.html (original)
+++ webservices/website/axiom-staging/userguide/ch05.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Integrating Axiom into your project"><link rel="next" href="ch06.html" title="Chapter&nbsp;6.&nbsp;Appendix"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch06.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns"><div class="titlepage"><div><div><h2 class="title"><a name="d0e894"></a>Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch05.html#d0e899">Violating the <code class="classname">javax.activation.DataSource</code> contract</a></span></dt><dt><span class="s
 ection"><a href="ch05.html#d0e969">Issues that <span class="quote">&#8220;<span class="quote">magically</span>&#8221;</span> disappear</a></span></dt><dt><span class="section"><a href="ch05.html#d0e1011">The OM-inside-OMDataSource anti-pattern</a></span></dt><dd><dl><dt><span class="section"><a href="ch05.html#d0e1014">Weak version</a></span></dt><dt><span class="section"><a href="ch05.html#d0e1153">Strong version</a></span></dt></dl></dd></dl></div><p>
+   <title>Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch04.html" title="Chapter&nbsp;4.&nbsp;Integrating Axiom into your project"><link rel="next" href="ch06.html" title="Chapter&nbsp;6.&nbsp;Appendix"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch06.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;5.&nbs
 p;Common mistakes, problems and anti-patterns"><div class="titlepage"><div><div><h2 class="title"><a name="d0e894"></a>Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch05.html#d0e899">Violating the <code class="classname">javax.activation.DataSource</code> contract</a></span></dt><dt><span class="section"><a href="ch05.html#d0e969">Issues that <span class="quote">&#8220;<span class="quote">magically</span>&#8221;</span> disappear</a></span></dt><dt><span class="section"><a href="ch05.html#d0e1011">The OM-inside-OMDataSource anti-pattern</a></span></dt><dd><dl><dt><span class="section"><a href="ch05.html#d0e1014">Weak version</a></span></dt><dt><span class="section"><a href="ch05.html#d0e1153">Strong version</a></span></dt></dl></dd></dl></div><p>
             This chapter presents some of the common mistakes and problems people face when writing code
             using Axiom, as well as anti-patterns that should be avoided.
         </p><div class="section" title="Violating the javax.activation.DataSource contract"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e899"></a>Violating the <code class="classname">javax.activation.DataSource</code> contract</h2></div></div></div><p>

Modified: webservices/website/axiom-staging/userguide/ch06.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/ch06.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/ch06.html (original)
+++ webservices/website/axiom-staging/userguide/ch06.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;6.&nbsp;Appendix</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch05.html" title="Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns"><link rel="next" href="bi01.html" title="References"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;6.&nbsp;Appendix</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="bi01.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;6.&nbsp;Appendix"><div class="titlepage"><div><div><h2 class="title"><a name="appendix"></a>Chapter&nbsp;6.&nbsp;Appendix</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch06.html#d0e1232">Program Listing for Build and Serialize</a></span></dt><dt><span class="section"><a href="ch06.html#links">Links</a></span></dt></dl></div><div class="section" title="Program Listing for Build and Serialize"><div clas
 s="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1232"></a>Program Listing for Build and Serialize</h2></div></div></div><pre class="programlisting">import org.apache.axiom.om.OMElement;
+   <title>Chapter&nbsp;6.&nbsp;Appendix</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="up" href="userguide.html" title="Axiom User Guide"><link rel="prev" href="ch05.html" title="Chapter&nbsp;5.&nbsp;Common mistakes, problems and anti-patterns"><link rel="next" href="bi01.html" title="References"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;6.&nbsp;Appendix</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="bi01.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;6.&nbsp;Appendix"><div class="titlepage"><div><div><h2 class="title"><a name="appendix"
 ></a>Chapter&nbsp;6.&nbsp;Appendix</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch06.html#d0e1232">Program Listing for Build and Serialize</a></span></dt><dt><span class="section"><a href="ch06.html#links">Links</a></span></dt></dl></div><div class="section" title="Program Listing for Build and Serialize"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1232"></a>Program Listing for Build and Serialize</h2></div></div></div><pre class="programlisting">import org.apache.axiom.om.OMElement;
 import org.apache.axiom.om.OMXMLBuilderFactory;
 import org.apache.axiom.om.OMXMLParserWrapper;
 

Modified: webservices/website/axiom-staging/userguide/userguide.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/userguide/userguide.html?rev=1740903&r1=1740902&r2=1740903&view=diff
==============================================================================
--- webservices/website/axiom-staging/userguide/userguide.html (original)
+++ webservices/website/axiom-staging/userguide/userguide.html Mon Apr 25 21:27:21 2016
@@ -1,10 +1,6 @@
 <html><head>
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Axiom User Guide</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="next" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Introduction"><script async="" src="//www.google-analytics.com/analytics.js"> </script><script>
-              window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
-              ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org', 'cookiePath': '/axiom' });
-              ga('send', 'pageview');
-            </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Axiom User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" title="Axiom User Guide"><div class="titlepage"><div><div><h1 class="title"><a name="d0e2"></a>Axiom User Guide</h1></div><div><p class="releaseinfo">1.2.18
+   <title>Axiom User Guide</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="userguide.html" title="Axiom User Guide"><link rel="next" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Axiom User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" title="Axiom User Guide"><div class="titlepage"><div><div><h1 class="title"><a name="d0e2"></a>Axiom User Guide</h1></div><div><p class="releaseinfo">1.2.19
         </p></div><div><div class="legalnotice" title="Legal Notice"><a name="d0e8"></a><p>
                 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See
                 the NOTICE file distributed with this work for additional information regarding copyright ownership. The