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
Computer Networks
3.6K+ articles
Web technologies
651+ articles
HTML-Misc
427+ articles
HTML5
371+ articles
HTML-Basics
90+ articles
HTML and XML
34+ articles
Web technologies-HTML and XML
61 posts
Recent Articles
Popular Articles
DTD Entities
Last Updated: 28 April 2025
When you are writing an XML document, pieces of information need to be used several times. At that time, you can use XML entities to store that piece of information to reu...
read more
Picked
Web technologies-HTML and XML
Websites & Apps
Geeks Premier League 2023
DTD
XSD File Formats
Last Updated: 28 April 2025
XSD stands for XML Schema Definition, it is like a detailed plan for organizing and checking XML documents. It is a versatile language that provides a framework to structu...
read more
Software Engineering
Picked
Web technologies-HTML and XML
Geeks Premier League 2023
XSD
XSLT <template> Element
Last Updated: 28 April 2025
XSLT template element is a basic building block in XSLT and it provides a way to define rules for transforming specific elements into a source XML document.It is an instru...
read more
TechTips
Picked
Web technologies-HTML and XML
Geeks Premier League 2023
DTD Components
Last Updated: 01 December 2023
Markup Languages play a very important role in encoding and standardizing information that is shared over the web. XML (Extensible Markup Language), being one of those lan...
read more
Compiler Design
Picked
Web technologies-HTML and XML
Geeks Premier League 2023
DTD
WSDL <types> Element
Last Updated: 28 April 2025
The types element in Web Services Description Language (WSDL) documents serves as a fundamental building block for the definition and understanding of data types within th...
read more
Picked
Web technologies-HTML and XML
Websites & Apps
Geeks Premier League 2023
WSDL
What is XML ?
Last Updated: 19 March 2024
Extensible Markup Language (XML) is a type of markup language that establishes a set of guidelines for encoding texts in a way that is both machine- and human-readable. Fo...
read more
Picked
Web technologies-HTML and XML
Websites & Apps
How to create XML Dynamically using JavaScript?
Last Updated: 24 April 2024
XML stands for Extensible Markup Language. It is a popular format for storing and exchanging data on the web. It provides a structured way to represent data that is both h...
read more
JavaScript
Web Technologies
Picked
Web technologies-HTML and XML
XML Namespaces
Last Updated: 24 April 2024
XML namespaces prevent naming conflicts between elements and attributes in XML documents, especially when various XML vocabularies are joined or elements with the same nam...
read more
JavaScript
Web Technologies
Picked
Web technologies-HTML and XML
XML declarations
Last Updated: 25 April 2024
An XML declaration is a statement placed at the beginning of an XML document that provides essential information about the document's encoding, version, and standalone sta...
read more
Picked
HTML
Web technologies-HTML and XML
How to load a JSON object from a file with ajax?
Last Updated: 25 April 2024
Loading a JSON object from a file using AJAX involves leveraging XMLHttpRequest (XHR) or Fetch API to request data from a server-side file asynchronously. By specifying th...
read more
Web Technologies
Picked
JQuery
Node.js
Web technologies-HTML and XML
JSON
How to Escape Characters in XML ?
Last Updated: 24 April 2024
Escaping characters in XML is important because it ensures that special characters like , , , and ", which have special meanings in XML, are properly encoded as entities l...
read more
JavaScript
Web Technologies
Picked
Web technologies-HTML and XML
How to Load XML from JavaScript ?
Last Updated: 23 April 2024
Loading XML data into JavaScript is a common task, whether it's for parsing user input or fetching data from a server. The below-listed approaches can be used to load XML ...
read more
JavaScript
Web Technologies
Picked
Web technologies-HTML and XML
How to Pretty Print XML from the Command Line?
Last Updated: 16 May 2024
To pretty print XML from the command line, we can employ two methods, xmllint and XMLStarlet. With xmllint, included in the libxml2-utils package. Alternatively, XMLStarle...
read more
Web Technologies
Picked
Web technologies-HTML and XML
Data Formats
XML External Entity (XXE) Processing
Last Updated: 09 May 2024
XML External Entity (XXE) processing vulnerabilities are security concerns in web applications that handle XML data. They arise when an application parses XML input contai...
read more
Picked
Ethical Hacking
Web technologies-HTML and XML
How to POST a XML file using cURL?
Last Updated: 24 May 2024
This article explains how to use the cURL command-line tool to send an XML file to a server using a POST request. A POST request is commonly used to submit data to a serv...
read more
Picked
HTML
Web technologies-HTML and XML
1
2
3
4
5
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 !