Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Checking Validness of an XML Document based on Schema Online

Categories: XML. No Comments on Checking Validness of an XML Document based on Schema Online

In this article we will learn checking validness of an XML document based on schema online. Validness refers to high-level syntax rules.   Open a browser and visit http://xmlvalidator.new-studio.org/   Select Schema option, select the XML file and XML Schema file using the Browse buttons and click on Check button as shown below:     […]

Read the rest of this entry »

Checking Validness of an XML Document based on DTD Online

Categories: XML. No Comments on Checking Validness of an XML Document based on DTD Online

In this article we will learn checking validness of an XML document based on DTD online. Validness refers to high-level syntax rules.   Open a browser and visit http://xmlvalidator.new-studio.org/   Select DTD option and select the XML file using the Browse button and click on Check button as shown below:     If the XML […]

Read the rest of this entry »

Checking Well-Formedness of an XML Document Online

Categories: XML. 1 Comment on Checking Well-Formedness of an XML Document Online

In this article we will learn checking well-formedness of an XML document online. Well-formedness refers to low-level syntax rules.   Open a browser and visit http://www.validome.org/xml/   Copy the XML code and paste in the Source code box provided. Check the box displaying Well-Formedness only and click the Validate button as shown in the below […]

Read the rest of this entry »