Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Misc
8.8K+ articles
HTML
5.8K+ articles
Software Engineering
2.5K+ articles
JavaScript-Questions
2.1K+ articles
Web technologies
643+ 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: 15 April 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 and XML
HTML
Creating and Sending an XML Document in JQuery
Last Updated: 23 May 2024
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
HTML and XML
Picked
HTML
How to get Attribute Value from XML using JavaScript?
Last Updated: 15 May 2024
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
HTML and XML
Web Technologies
JavaScript
Picked
XML - CDATA Sections
Last Updated: 13 May 2024
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
HTML and XML
Picked
HTML
What are XML Entities ?
Last Updated: 18 April 2024
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
HTML and XML
Picked
HTML
How to Loop through XML in JavaScript ?
Last Updated: 16 April 2024
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
HTML and XML
Picked
HTML
What are the Differences between Internal DTD and External DTD ?
Last Updated: 24 April 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
Web technologies
HTML and XML
HTML
HTML-Questions
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
HTML and XML
Picked
HTML
Geeks-Premier-League-2022
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
HTML and XML
Picked
CSS-Properties
CSS
Geeks-Premier-League-2022
Difference between HTML XHTML & DHTML
Last Updated: 11 March 2024
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
HTML and XML
Picked
HTML
Which tag is used to find the version of XML and syntax ?
Last Updated: 07 December 2021
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
HTML and XML
Picked
HTML
PHP-XML
Read XML file and print the details as tabular data by using JavaScript
Last Updated: 30 September 2024
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
HTML and XML
Web Technologies
JavaScript
CSS-Properties
HTML
CSS
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
HTML and XML
Software Engineering
Convert XML data into JSON using Node.js
Last Updated: 16 October 2024
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
HTML and XML
Web Technologies
JSON
Node.js
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
Web technologies-HTML and XML
HTML and XML
Picked
HTML
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 !