Sponsered Links
Categories
Sponsered Links

XML Hello World Example

 

This is a simple XML Hello World Example.

<?xml version="1.0" encoding="UTF-8"?>

<root>
<title>My First XML Application</title>
<para>Hello World</para>
<note>This is a simple Hello World Example</note>
<para>
This page written by:
<ital>JspServletTutorial Team</ital>
</para>
<para>
Copyright 2009
</para>
</root>


 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved