Author: veithen Date: Sun Dec 19 13:51:22 2010 New Revision: 1050852 URL: http://svn.apache.org/viewvc?rev=1050852&view=rev Log: Converted index.xml to a real XDoc document.
Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/index.xml Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/index.xml?rev=1050852&r1=1050851&r2=1050852&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/src/site/xdoc/index.xml (original) +++ axis/axis2/java/sandesha/trunk/src/site/xdoc/index.xml Sun Dec 19 13:51:22 2010 @@ -17,28 +17,22 @@ specific language governing permissions and limitations under the License. --> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Welcome to Sandesha2 home page</title> - <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/" - /> -</head> - -<body> -<h1>Welcome to Apache Sandesha2</h1> - -<p>Sandesha2 is an implementation of <a -href="http://www.ibm.com/developerworks/webservices/library/specification/ws-rm/" target="_blank">WS-ReliableMessaging -specification</a> published by IBM, Microsoft, BEA and TIBCO. Sandesha2 was -built on top of Axis2. Therefore by using Sandesha2 you can add reliable -messaging capability to the web services hosted using Axis2. Sandesha2 can -also be used with Axis2 client to interact with already hosted web services -in a reliable manner. Please see sandesha2 user guide for more information on -using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 work -internally.</p> - -</body> -</html> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> + <title>Welcome to Sandesha2 home page</title> + </properties> + <body> + <h1>Welcome to Apache Sandesha2</h1> + <p>Sandesha2 is an implementation of <a + href="http://www.ibm.com/developerworks/webservices/library/specification/ws-rm/" target="_blank">WS-ReliableMessaging + specification</a> published by IBM, Microsoft, BEA and TIBCO. Sandesha2 was + built on top of Axis2. Therefore by using Sandesha2 you can add reliable + messaging capability to the web services hosted using Axis2. Sandesha2 can + also be used with Axis2 client to interact with already hosted web services + in a reliable manner. Please see sandesha2 user guide for more information on + using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 work + internally.</p> + </body> +</document>