Author: ruwan Date: Thu Jun 18 20:56:40 2009 New Revision: 39382 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39382
Log: Making the doctype declaration straight Modified: trunk/esb/java/docs/xdoc/configuration_language.xml trunk/esb/java/docs/xdoc/deployment_guide.xml trunk/esb/java/docs/xdoc/docs_index.xml trunk/esb/java/docs/xdoc/index.xml trunk/esb/java/docs/xdoc/java_home_setup.xml trunk/esb/java/docs/xdoc/quickstart_guide.xml trunk/esb/java/docs/xdoc/release-notes.xml trunk/esb/java/docs/xdoc/setting_java_home.xml trunk/esb/java/docs/xdoc/user_guide.xml trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml Modified: trunk/esb/java/docs/xdoc/configuration_language.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/configuration_language.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/configuration_language.xml (original) +++ trunk/esb/java/docs/xdoc/configuration_language.xml Thu Jun 18 20:56:40 2009 @@ -17,9 +17,10 @@ ~ 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"> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="content-type" /> <title>Synapse Configuration Language </title> Modified: trunk/esb/java/docs/xdoc/deployment_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/deployment_guide.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/deployment_guide.xml (original) +++ trunk/esb/java/docs/xdoc/deployment_guide.xml Thu Jun 18 20:56:40 2009 @@ -20,10 +20,9 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title> Modified: trunk/esb/java/docs/xdoc/docs_index.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/docs_index.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/docs_index.xml (original) +++ trunk/esb/java/docs/xdoc/docs_index.xml Thu Jun 18 20:56:40 2009 @@ -20,10 +20,9 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title> Modified: trunk/esb/java/docs/xdoc/index.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/index.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/index.xml (original) +++ trunk/esb/java/docs/xdoc/index.xml Thu Jun 18 20:56:40 2009 @@ -20,10 +20,9 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title> Modified: trunk/esb/java/docs/xdoc/java_home_setup.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/java_home_setup.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/java_home_setup.xml (original) +++ trunk/esb/java/docs/xdoc/java_home_setup.xml Thu Jun 18 20:56:40 2009 @@ -20,12 +20,12 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> + <title>Setting up Java Home</title> <link href="css/esb-docs.css" rel="stylesheet"/> </head> <body> Modified: trunk/esb/java/docs/xdoc/quickstart_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/quickstart_guide.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/quickstart_guide.xml (original) +++ trunk/esb/java/docs/xdoc/quickstart_guide.xml Thu Jun 18 20:56:40 2009 @@ -20,8 +20,8 @@ --> <!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" > + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > <html xmlns="http://www.w3.org/1999/xhtml"> <head> Modified: trunk/esb/java/docs/xdoc/release-notes.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/release-notes.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/release-notes.xml (original) +++ trunk/esb/java/docs/xdoc/release-notes.xml Thu Jun 18 20:56:40 2009 @@ -4,7 +4,8 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>WSO2 ESB v2.0 Released - 09th February 2009</title> + <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/> + <title>WSO2 ESB v2.0 Released - 09th February 2009</title> </head> <body> <div id="header"> Modified: trunk/esb/java/docs/xdoc/setting_java_home.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/setting_java_home.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/setting_java_home.xml (original) +++ trunk/esb/java/docs/xdoc/setting_java_home.xml Thu Jun 18 20:56:40 2009 @@ -14,10 +14,10 @@ ~ limitations under the License. --> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - -<html> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title>How to setup JAVA_HOME environment variable in Windows</title> Modified: trunk/esb/java/docs/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/user_guide.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/user_guide.xml (original) +++ trunk/esb/java/docs/xdoc/user_guide.xml Thu Jun 18 20:56:40 2009 @@ -20,10 +20,9 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> WSO2 ESB - User Guide Modified: trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml?rev=39382&r1=39381&r2=39382&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml (original) +++ trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml Thu Jun 18 20:56:40 2009 @@ -19,11 +19,11 @@ --> <!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"> + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/> <title> WSO2 ESB - Webapp Deployment Guide </title> @@ -31,7 +31,7 @@ <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/> </head> <body> - [ <a href="docs_index.html"> Documentation Index </a> ] + [ <a href="deployment_guide.html"> Deployment Guide </a> ] <h1> WSO2 Enterprise Service Bus (ESB) Webapp Deployment Guide </h1> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
