Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Misc
7.8K+ articles
HTML
4.1K+ articles
Software Engineering
2.3K+ articles
JavaScript-Questions
2.1K+ articles
Web technologies
655+ articles
Web Technologies - Difference Between
268+ articles
JSON
194+ articles
Web technologies-HTML and XML
61+ articles
HTML and XML
34 posts
Recent Articles
Popular Articles
XML Tutorial
Last Updated: 23 July 2025
XML, or Extensible Markup Language, is a way to structure and organize information in a text format that is easy for computers to read. It uses tags, similar to those in H...
read more
HTML
HTML and XML
Creating and Sending an XML Document in JQuery
Last Updated: 23 July 2025
Creating and sending XML documents with jQuery is a common task in web development, particularly for API or web service interactions that require XML format. This article ...
read more
Picked
HTML
HTML and XML
XML - CDATA Sections
Last Updated: 23 July 2025
CDATA sections are a mechanism in XML for handling character data that might otherwise be misinterpreted by the XML parser. CDATA stands for Character Data. These section...
read more
Picked
HTML
HTML and XML
What are XML Entities ?
Last Updated: 23 July 2025
XML is a way to organize information on the internet. It's like a recipe that tells computers how to understand and use the information. Entities in XML are like ingredien...
read more
Picked
HTML
HTML and XML
How to get Attribute Value from XML using JavaScript?
Last Updated: 05 August 2025
To get the attribute values from XML in JavaScript, We can use DOM manipulation or XPath querying and even use regular expressions to efficiently retrieve attribute values...
read more
JavaScript
Web Technologies
Picked
HTML and XML
How to Loop through XML in JavaScript ?
Last Updated: 05 August 2025
In JavaScript, looping over XML data is important for processing and extracting information from structured XML documents. Below is a list of methods utilized to loop thro...
read more
Picked
HTML
HTML and XML
What are the Differences between Internal DTD and External DTD ?
Last Updated: 23 July 2025
DTD stands for Document Type Definition, and it is used to define the structure and content of an XML document. An XML document can have an internal DTD or an external DT...
read more
HTML
Web technologies
HTML and XML
HTML-Questions
How to add CSS in XML File ?
Last Updated: 10 April 2023
XML stands for Extensible Markup Language. It is a dynamic markup language. It is used to transform data from one form to another form.In this article, we will discuss how...
read more
Picked
CSS
Geeks-Premier-League-2022
HTML and XML
CSS-Properties
What is the difference between a simple element and a complex element in XML ?
Last Updated: 25 March 2022
The eXtensible Markup Language (XML) is a data storage toolbox, a configurable vehicle for any type of information, and a dynamic and open standard that is used by everyon...
read more
Picked
HTML
Geeks-Premier-League-2022
HTML and XML
Difference between HTML XHTML & DHTML
Last Updated: 23 July 2025
When it comes to web development, understanding the nuances of different markup languages is essential. In this article, we will understand the distinctions between HTML, ...
read more
Picked
HTML
HTML and XML
Which tag is used to find the version of XML and syntax ?
Last Updated: 27 July 2025
Extensible Markup Language (XML) is a markup language, defining a ruleset for encoding documents in both formats that is human-readable and machine-readable. The design go...
read more
Picked
HTML
HTML and XML
PHP-XML
Read XML file and print the details as tabular data by using JavaScript
Last Updated: 27 July 2025
Reading an XML file and printing its details as tabular data using JavaScript involves parsing the XML content, extracting relevant data, and then displaying it in a struc...
read more
JavaScript
HTML and XML
CSS-Properties
HTML-Questions
CSS-Questions
JavaScript-Questions
How to check the structure of an XML Document ?
Last Updated: 26 July 2021
Introduction : XML document is a well-organized collection of components and associated markup. An XML document can hold a wide range of information. For instance, a datab...
read more
Software Engineering
HTML and XML
Convert XML data into JSON using Node.js
Last Updated: 23 July 2025
Converting XML data to JSON in Node.js is a common task, especially when working with APIs or services that return data in XML format. This conversion allows you to manipu...
read more
Web Technologies
Node.js
HTML and XML
JSON
Node.js-Methods
Document Type Definition - DTD
Last Updated: 06 November 2020
A Document Type Definition (DTD) describes the tree structure of a document and something about its data. It is a set of markup affirmations that actually define a type of...
read more
Picked
HTML
Web technologies-HTML and XML
HTML and XML
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !