Skip to content
News

Overview of XML and its Core Aspects

04/03/2026
Pixabay
Spread the love
Index

Brief History of XML

XML, or Extensible Markup Language, came into existence in the mid-1990s as a universal standard for structured document markup. The World Wide Web Consortium (W3C), led by Jon Bosak, developed XML as a simplification of the Standard Generalized Markup Language (SGML). The XML 1.0 Specification was accepted as a recommendation by the W3C in February 1998, marking its official status as a web standard.

From the outset, XML aimed to solve the limitations of HTML, designed predominantly for document presentation rather than for data storage and interchange. Moreover, the free open nature of the XML standard and the existence of various schema systems and application programming interfaces (APIs) for XML-based languages contributed to its widespread adoption.

What is XML and its Purpose?

Broadly speaking, XML is a markup language designed for data storage and transport. While HTML is concerned with how data should be displayed, XML defines what the data is. It encodes data in a format that is human-readable and machine-readable, offering a reliable, extensible framework for describing complex documents and data structures.

Its primary purpose is to facilitate the sharing of structured data across different systems, especially those connected via the Internet. XML files are both platform-independent and language-independent, which means they can be processed by any modern language on any operating system. For instance, XML is commonly used in web services to format and exchange data, such as user information, product details, and transactions between the server and client applications.

XML Features

As a markup language and a file format, XML offers a multitude of features that make it versatile for encoding, storing, and transporting data:

  • Human and machine readability: XML data is stored in plain text format, facilitating interpretation by both humans and machines.

  • Self-descriptive: XML documents are self-descriptive. The tags in XML provide a general idea of the type of data they contain.

  • Extensible: XML, true to its name, permits users to define their own tags, thereby offering flexibility to represent a wide range of data structures.

  • Platform and language independence: XML data can be processed by any system that can process XML, making it an excellent choice for data interchange.

In a way, XML itself does not achieve anything. Instead, it serves as a means to structure and describe data. Developers then use this structured data in various applications for different purposes, such as data exchange, configuration files, message passing in distributed systems, and much more.

Basic XML Examples

When learning the ropes of any technology, it’s helpful to see it in action to better understand its structure and principles. In XML, you have the freedom to define your tags according to your specific needs. This makes it versatile enough for various applications, yet also maintains a level of standardization through a defined syntax, ensuring interoperability.

An XML Document

The structure of an XML document revolves around elements, with each document beginning with an XML declaration. What we see below is not an element; the line serves to transmit meta-data about the document.

Note: In XML terminology, it’s important to differentiate between “tags” and “elements”. A “tag” specifically refers to the start tag or end tag of an element. An “element” is composed of a start tag, content (which can include other nested elements or plain text), and an end tag. While in casual usage, these terms are often used interchangeably, understanding the technical distinction is essential when working with more complex XML structures.


We can notice the attributes in use here. version specifies the XML version used in the document, and encoding indicates the character encoding used which in this case is UTF-8.

Logically, XML documents have to meet certain conditions:

  1. The document must be “well-formed” and adhere to all XML syntax rules.

  2. The document must conform to a predefined structure, typically defined by an XML schema or a Document Type Definition (DTD). These blueprints, specify the acceptable structure and content for an XML document, thus enabling consistency and data validation.

Consider the following example:


<book>
    <title>
        Learning XML
    
book>

The example above isn’t appropriate since it’s missing a closing tag. A corrected version would look like this:


<book>
    <title>
        Learning XML
    title>
book>

In our XML example, and </code> are custom tags. While XML allows you to define your custom tags like these for structuring data, these tags must follow certain rules. They can’t begin with a number or punctuation character, and they can’t contain spaces.</p><p>It’s also worth noting that some browsers, like Google Chrome, include developer tools that assist in XML development. These debuggers can identify and underline syntax errors in XML, aiding in the development and troubleshooting process.</p><p>While we’ve touched upon the basic structure of XML, there is more that comprises its syntax. You’ll also encounter more complex features of XML, such as the use of entities for representing special characters, CDATA sections for encapsulating large text blocks, processing instructions for embedding code, namespaces for avoiding tag name conflicts, and more.</p><h2 id="final-thoughts">Final Thoughts</h2><p>XML has significantly contributed to web development and data exchange, supporting functionalities ranging from RSS feeds to SOAP-based web services. While alternative technologies like <a href="https://webreference.com/javascript/basics/json/">JSON</a> have become increasingly popular for data exchange in modern web APIs, thanks to their lighter weight and seamless integration with JavaScript, XML still has a place in some domains.</p><p>Specifically, XML is often found in configuration files, some legacy systems, certain industry-specific standards, and SOAP-based web services, where its robustness and complexity prove advantageous. While it may not be the first choice for modern projects and other specific scenarios, knowledge of XML can still be beneficial due to its presence in various established systems.</p><p>As we progress, we’ll focus on its syntax rules, manipulation techniques, and validation processes. We’ll also look at its interaction with different technologies and languages, discuss its relevance, and highlight scenarios where usage is still common, pointing out areas where alternatives might be more suitable.</p><h3 id="additional-resources">Additional Resources</h3><p><a href="https://webreference.com/xml/basics/syntax/">XML Syntax – A Detailed Overview</a></p><p><a href="https://www.xml.com/">Curated XML News on XML.com</a></p><p><a href="https://webreference.com/html/">Intro to HTML Basics – Web Reference</a></p></div></div></p><script type="litespeed/javascript">atOptions={'key':'6269e29c87b948931e08adb896a843f9','format':'iframe','height':250,'width':300,'params':{}}</script> <div id="container-49d0df10372657e2c85eee5b34a2bb3c"></div><div class="banner desktop"><div class="center fluid"></div></div><div class="banner mobile"><div class="center fluid"></div></div><div class="entry-social all social-count"> <a href="#" class="social social-facebook"></a><a href="#" class="social social-tumblr"></a><a href="#" class="social social-google"></a><a href="#" class="social social-twitter"></a><a href="#" class="social social-whatsapp"></a><a href="#" class="social social-linkedin"></a><a href="#" class="social social-email"></a><a href="#" class="social social-vk"></a><a href="#" class="social social-pinterest"></a><a href="#" class="social social-telegram"></a></div><footer class="entry-footer"></footer></div></div></main><footer class="site-footer"><div class="container"><div class="widget-area-footer"><div class="widget-area"><section id="block-30" class="widget widget_block"><p><div class="cryptoboxes" id="mcw-2819" data-realtime="on"><div class="mcw-ticker mcw-ticker-1 mcw-same" data-speed="100"><div class="cc-ticker mcw-white-theme"><div class="cc-stats"><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="bitcoin" data-src="https://coin-images.coingecko.com/coins/images/1/thumb/bitcoin.png" width="25" height="25" /></div>Bitcoin (BTC) <span data-price="76546.00000000000000" data-live-price="BTCUSDT" data-rate="1" data-currency="USD" style="width: 10ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>76,546.00</span></span><span data-live-change="BTC" class="mcw-up"><span class="micon-arrow-up"></span> <span>1.30%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="ethereum" data-src="https://coin-images.coingecko.com/coins/images/279/thumb/ethereum.png" width="25" height="25" /></div>Ethereum (ETH) <span data-price="2373.98000000000002" data-live-price="ETHUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,373.98</span></span><span data-live-change="ETH" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.89%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="tether" data-src="https://coin-images.coingecko.com/coins/images/325/thumb/Tether.png" width="25" height="25" /></div>Tether (USDT) <span data-price="1.00000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.00</span></span><span data-live-change="USDT" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.01%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="xrp" data-src="https://coin-images.coingecko.com/coins/images/44/thumb/xrp-symbol-white-128.png" width="25" height="25" /></div>XRP (XRP) <span data-price="1.45000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.45</span></span><span data-live-change="XRP" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.40%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="bnb" data-src="https://coin-images.coingecko.com/coins/images/825/thumb/bnb-icon2_2x.png" width="25" height="25" /></div>BNB (BNB) <span data-price="635.58000000000004" data-live-price="BNBUSDT" data-rate="1" data-currency="USD" style="width: 7ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>635.58</span></span><span data-live-change="BNB" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.89%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="usd-coin" data-src="https://coin-images.coingecko.com/coins/images/6319/thumb/USDC.png" width="25" height="25" /></div>USDC (USDC) <span data-price="0.99976900000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.999769</span></span><span data-live-change="USDC" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.00%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="solana" data-src="https://coin-images.coingecko.com/coins/images/4128/thumb/solana.png" width="25" height="25" /></div>Solana (SOL) <span data-price="87.20999999999999" data-live-price="SOLUSDT" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>87.21</span></span><span data-live-change="SOL" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.55%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="tron" data-src="https://coin-images.coingecko.com/coins/images/1094/thumb/photo_2026-04-13_09-59-16.png" width="25" height="25" /></div>TRON (TRX) <span data-price="0.32784000000000" data-live-price="TRXUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.32784</span></span><span data-live-change="TRX" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.98%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="figure-heloc" data-src="https://coin-images.coingecko.com/coins/images/68480/thumb/figure.png" width="25" height="25" /></div>Figure Heloc (FIGR_HELOC) <span data-price="1.02200000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.02</span></span><span data-live-change="FIGR_HELOC" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.20%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="staked-ether" data-src="https://coin-images.coingecko.com/coins/images/13442/thumb/steth_logo.png" width="25" height="25" /></div>Lido Staked Ether (STETH) <span data-price="2265.05000000000018" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,265.05</span></span><span data-live-change="STETH" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.46%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="dogecoin" data-src="https://coin-images.coingecko.com/coins/images/5/thumb/dogecoin.png" width="25" height="25" /></div>Dogecoin (DOGE) <span data-price="0.09689200000000" data-live-price="DOGEUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.096892</span></span><span data-live-change="DOGE" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.49%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="whitebit" data-src="https://coin-images.coingecko.com/coins/images/27045/thumb/wbt_token.png" width="25" height="25" /></div>WhiteBIT Coin (WBT) <span data-price="55.55000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>55.55</span></span><span data-live-change="WBT" class="mcw-up"><span class="micon-arrow-up"></span> <span>1.15%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="usds" data-src="https://coin-images.coingecko.com/coins/images/39926/thumb/usds.webp" width="25" height="25" /></div>USDS (USDS) <span data-price="0.99969000000000" data-live-price="USDSUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.99969</span></span><span data-live-change="USDS" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.02%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="hyperliquid" data-src="https://coin-images.coingecko.com/coins/images/50882/thumb/hyperliquid.jpg" width="25" height="25" /></div>Hyperliquid (HYPE) <span data-price="44.58000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>44.58</span></span><span data-live-change="HYPE" class="mcw-up"><span class="micon-arrow-up"></span> <span>1.46%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="cardano" data-src="https://coin-images.coingecko.com/coins/images/975/thumb/cardano.png" width="25" height="25" /></div>Cardano (ADA) <span data-price="0.25439300000000" data-live-price="ADAUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.254393</span></span><span data-live-change="ADA" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.09%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="leo-token" data-src="https://coin-images.coingecko.com/coins/images/8418/thumb/leo-token.png" width="25" height="25" /></div>LEO Token (LEO) <span data-price="10.13000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>10.13</span></span><span data-live-change="LEO" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.06%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="wrapped-steth" data-src="https://coin-images.coingecko.com/coins/images/18834/thumb/wstETH.png" width="25" height="25" /></div>Wrapped stETH (WSTETH) <span data-price="2779.67000000000007" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,779.67</span></span><span data-live-change="WSTETH" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.22%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="bitcoin-cash" data-src="https://coin-images.coingecko.com/coins/images/780/thumb/bitcoin-cash-circle.png" width="25" height="25" /></div>Bitcoin Cash (BCH) <span data-price="451.35000000000002" data-live-price="BCHUSDT" data-rate="1" data-currency="USD" style="width: 7ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>451.35</span></span><span data-live-change="BCH" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.36%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="memecore" data-src="https://coin-images.coingecko.com/coins/images/53247/thumb/square-bg-transparent.png" width="25" height="25" /></div>MemeCore (M) <span data-price="4.49000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>4.49</span></span><span data-live-change="M" class="mcw-up"><span class="micon-arrow-up"></span> <span>20.33%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="wrapped-bitcoin" data-src="https://coin-images.coingecko.com/coins/images/7598/thumb/WBTCLOGO.png" width="25" height="25" /></div>Wrapped Bitcoin (WBTC) <span data-price="76243.00000000000000" data-live-price="WBTCUSDT" data-rate="1" data-currency="USD" style="width: 10ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>76,243.00</span></span><span data-live-change="WBTC" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.12%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="chainlink" data-src="https://coin-images.coingecko.com/coins/images/877/thumb/Chainlink_Logo_500.png" width="25" height="25" /></div>Chainlink (LINK) <span data-price="9.46000000000000" data-live-price="LINKUSDT" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>9.46</span></span><span data-live-change="LINK" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.67%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="binance-bridged-usdt-bnb-smart-chain" data-src="https://coin-images.coingecko.com/coins/images/35021/thumb/USDT.png" width="25" height="25" /></div>Binance Bridged USDT (BNB Smart Chain) (BSC-USD) <span data-price="0.99876200000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.998762</span></span><span data-live-change="BSC-USD" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.02%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="monero" data-src="https://coin-images.coingecko.com/coins/images/69/thumb/monero_logo.png" width="25" height="25" /></div>Monero (XMR) <span data-price="347.60000000000002" data-live-price="XMRUSDT" data-rate="1" data-currency="USD" style="width: 7ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>347.60</span></span><span data-live-change="XMR" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.75%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="wrapped-beacon-eth" data-src="https://coin-images.coingecko.com/coins/images/30061/thumb/wbeth-icon.png" width="25" height="25" /></div>Wrapped Beacon ETH (WBETH) <span data-price="2466.92999999999984" data-live-price="WBETHUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,466.93</span></span><span data-live-change="WBETH" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.47%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="ravedao" data-src="https://coin-images.coingecko.com/coins/images/70544/thumb/coin.jpeg" width="25" height="25" /></div>RaveDAO (RAVE) <span data-price="25.53000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>25.53</span></span><span data-live-change="RAVE" class="mcw-up"><span class="micon-arrow-up"></span> <span>42.56%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="ethena-usde" data-src="https://coin-images.coingecko.com/coins/images/33613/thumb/usde.png" width="25" height="25" /></div>Ethena USDe (USDE) <span data-price="0.99994000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.99994</span></span><span data-live-change="USDE" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.03%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="stellar" data-src="https://coin-images.coingecko.com/coins/images/100/thumb/fmpFRHHQ_400x400.jpg" width="25" height="25" /></div>Stellar (XLM) <span data-price="0.17180800000000" data-live-price="XLMUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.171808</span></span><span data-live-change="XLM" class="mcw-up"><span class="micon-arrow-up"></span> <span>2.42%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="wrapped-eeth" data-src="https://coin-images.coingecko.com/coins/images/33033/thumb/weETH.png" width="25" height="25" /></div>Wrapped eETH (WEETH) <span data-price="2465.30999999999995" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,465.31</span></span><span data-live-change="WEETH" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.39%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="canton-network" data-src="https://coin-images.coingecko.com/coins/images/70468/thumb/Canton-Ticker_%281%29.png" width="25" height="25" /></div>Canton (CC) <span data-price="0.14786500000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.147865</span></span><span data-live-change="CC" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.79%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="susds" data-src="https://coin-images.coingecko.com/coins/images/52721/thumb/sUSDS_Coin.png" width="25" height="25" /></div>sUSDS (SUSDS) <span data-price="1.08300000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.08</span></span><span data-live-change="SUSDS" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.16%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="zcash" data-src="https://coin-images.coingecko.com/coins/images/486/thumb/circle-zcash-color.png" width="25" height="25" /></div>Zcash (ZEC) <span data-price="334.10000000000002" data-live-price="ZECUSDT" data-rate="1" data-currency="USD" style="width: 7ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>334.10</span></span><span data-live-change="ZEC" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.58%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="dai" data-src="https://coin-images.coingecko.com/coins/images/9956/thumb/Badge_Dai.png" width="25" height="25" /></div>Dai (DAI) <span data-price="0.99937800000000" data-live-price="DAIUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.999378</span></span><span data-live-change="DAI" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.03%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="litecoin" data-src="https://coin-images.coingecko.com/coins/images/2/thumb/litecoin.png" width="25" height="25" /></div>Litecoin (LTC) <span data-price="56.17000000000000" data-live-price="LTCUSDT" data-rate="1" data-currency="USD" style="width: 6ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>56.17</span></span><span data-live-change="LTC" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.13%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="usd1-wlfi" data-src="https://coin-images.coingecko.com/coins/images/54977/thumb/USD1_1000x1000_transparent.png" width="25" height="25" /></div>USD1 (USD1) <span data-price="1.00000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.00</span></span><span data-live-change="USD1" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.03%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="coinbase-wrapped-btc" data-src="https://coin-images.coingecko.com/coins/images/40143/thumb/cbbtc.webp" width="25" height="25" /></div>Coinbase Wrapped BTC (CBBTC) <span data-price="76366.00000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 10ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>76,366.00</span></span><span data-live-change="CBBTC" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.12%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="avalanche-2" data-src="https://coin-images.coingecko.com/coins/images/12559/thumb/Avalanche_Circle_RedWhite_Trans.png" width="25" height="25" /></div>Avalanche (AVAX) <span data-price="9.53000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>9.53</span></span><span data-live-change="AVAX" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.40%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="paypal-usd" data-src="https://coin-images.coingecko.com/coins/images/31212/thumb/PYUSD_Token_Logo_2x.png" width="25" height="25" /></div>PayPal USD (PYUSD) <span data-price="0.99990600000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.999906</span></span><span data-live-change="PYUSD" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.02%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="sui" data-src="https://coin-images.coingecko.com/coins/images/26375/thumb/sui-ocean-square.png" width="25" height="25" /></div>Sui (SUI) <span data-price="0.98613500000000" data-live-price="SUIUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.986135</span></span><span data-live-change="SUI" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.19%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="weth" data-src="https://coin-images.coingecko.com/coins/images/2518/thumb/weth.png" width="25" height="25" /></div>WETH (WETH) <span data-price="2268.36999999999989" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>2,268.37</span></span><span data-live-change="WETH" class="mcw-down"><span class="micon-arrow-down"></span> <span>3.40%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="hedera-hashgraph" data-src="https://coin-images.coingecko.com/coins/images/3688/thumb/hbar.png" width="25" height="25" /></div>Hedera (HBAR) <span data-price="0.08905300000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.089053</span></span><span data-live-change="HBAR" class="mcw-down"><span class="micon-arrow-down"></span> <span>2.44%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="rain" data-src="https://coin-images.coingecko.com/coins/images/69134/thumb/Rain_logo_1_.png" width="25" height="25" /></div>Rain (RAIN) <span data-price="0.00767127000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.007671</span></span><span data-live-change="RAIN" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.04%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="shiba-inu" data-src="https://coin-images.coingecko.com/coins/images/11939/thumb/shiba.png" width="25" height="25" /></div>Shiba Inu (SHIB) <span data-price="0.00000621000000" data-live-price="SHIBUSDT" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.000006</span></span><span data-live-change="SHIB" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.41%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="usdt0" data-src="https://coin-images.coingecko.com/coins/images/53705/thumb/usdt0.jpg" width="25" height="25" /></div>USDT0 (USDT0) <span data-price="0.99882400000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.998824</span></span><span data-live-change="USDT0" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.03%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="the-open-network" data-src="https://coin-images.coingecko.com/coins/images/17980/thumb/photo_2024-09-10_17.09.00.jpeg" width="25" height="25" /></div>Toncoin (TON) <span data-price="1.40000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.40</span></span><span data-live-change="TON" class="mcw-down"><span class="micon-arrow-down"></span> <span>2.84%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="crypto-com-chain" data-src="https://coin-images.coingecko.com/coins/images/7310/thumb/cro_token_logo.png" width="25" height="25" /></div>Cronos (CRO) <span data-price="0.07095600000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.070956</span></span><span data-live-change="CRO" class="mcw-down"><span class="micon-arrow-down"></span> <span>0.29%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="hashnote-usyc" data-src="https://coin-images.coingecko.com/coins/images/51054/thumb/Hashnote_SDYC_200x200.png" width="25" height="25" /></div>Circle USYC (USYC) <span data-price="1.12000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.12</span></span><span data-live-change="USYC" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.00%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMxIDIwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="tether-gold" data-src="https://coin-images.coingecko.com/coins/images/10481/thumb/logo.png" width="31" height="20" /></div>Tether Gold (XAUT) <span data-price="4800.85999999999967" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>4,800.86</span></span><span data-live-change="XAUT" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.52%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="world-liberty-financial" data-src="https://coin-images.coingecko.com/coins/images/50767/thumb/wlfi.png" width="25" height="25" /></div>World Liberty Financial (WLFI) <span data-price="0.08043700000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 9ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>0.080437</span></span><span data-live-change="WLFI" class="mcw-down"><span class="micon-arrow-down"></span> <span>1.45%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="blackrock-usd-institutional-digital-liquidity-fund" data-src="https://coin-images.coingecko.com/coins/images/36291/thumb/blackrock.png" width="25" height="25" /></div>BlackRock USD Institutional Digital Liquidity Fund (BUIDL) <span data-price="1.00000000000000" data-live-price="" data-rate="1" data-currency="USD" style="width: 5ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>1.00</span></span><span data-live-change="BUIDL" class="mcw-up"><span class="micon-arrow-up"></span> <span>0.00%</span></span></div><div class="cc-coin"><div><img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" class="coin-img" alt="bittensor" data-src="https://coin-images.coingecko.com/coins/images/28452/thumb/ARUsPeNQ_400x400.jpeg" width="25" height="25" /></div>Bittensor (TAO) <span data-price="251.53000000000000" data-live-price="TAOUSDT" data-rate="1" data-currency="USD" style="width: 7ch !important;text-align:center;margin-left:1ch;"><b class="fiat-symbol">$</b> <span>251.53</span></span><span data-live-change="TAO" class="mcw-up"><span class="micon-arrow-up"></span> <span>1.13%</span></span></div></div></div></div></div></p></section><section id="block-24" class="widget widget_block"><div class="logged-out wp-block-loginout"><a href="https://btc.bitcoinw.io/wp-login.php?redirect_to=https%3A%2F%2Fbtc.bitcoinw.io%2Foverview-of-xml-and-its-core-aspects%2F">Log in</a></div></section><section id="block-26" class="widget widget_block"></section><section id="recent-posts-orbital-3" class="widget widget-recent-posts"><h4 class="widget-title n-m-t">Recent Posts</h4><div class="widget-recent-posts-item"> <a href="https://btc.bitcoinw.io/sec-donald-basile-16m-crypto-fraud-insured-tokenutm_sourcerss_feedutm_mediumfeedutm_campaignrss_partner_inbound/"><p>SEC Charges Donald Basile in $16M Crypto Fraud Over “Insured” Token</p></a></div><div class="widget-recent-posts-item"> <a href="https://btc.bitcoinw.io/circle-launches-usdc-bridge-native-cross-chain-transfersutm_sourcerss_feedutm_mediumfeedutm_campaignrss_partner_inbound/"><p>Circle Launches USDC Bridge For Native Cross-Chain Transfers</p></a></div><div class="widget-recent-posts-item"> <a href="https://btc.bitcoinw.io/neo-founder-proposes-461m-overhaul-to-governanceutm_sourcerss_feedutm_mediumfeedutm_campaignrss_partner_inbound/"><p>Neo Co-Founder Proposes $461M Overhaul to End ‘Trust Me’ Governance</p></a></div><div class="widget-recent-posts-item"> <a href="https://btc.bitcoinw.io/crypto-execs-ramp-security-wrench-attacks-increaseutm_sourcerss_feedutm_mediumfeedutm_campaignrss_partner_inbound/"><p>Crypto Execs Ramp Up Security as Wrench Attacks Increase</p></a></div><div class="widget-recent-posts-item"> <a href="https://btc.bitcoinw.io/x-cashtags-feature-drives-1-billion-trading-volume-first-two-daysutm_sourcerss_feedutm_mediumfeedutm_campaignrss_partner_inbound/"><p>X’s Cashtags Feature Drives $1B Trading Volume</p></a></div></section><section id="meta-3" class="widget widget_meta"><h4 class="widget-title n-m-t">Meta</h4><ul><li><a href="https://btc.bitcoinw.io/wp-login.php?action=register">Register</a></li><li><a href="https://btc.bitcoinw.io/wp-login.php">Log in</a></li><li><a href="https://btc.bitcoinw.io/feed/">Entries feed</a></li><li><a href="https://btc.bitcoinw.io/comments/feed/">Comments feed</a></li><li><a href="https://wordpress.org/">WordPress.org</a></li></ul></section></div></div><div class="credits row"><p>Provider of global market information and analysis.</p></div></div></footer><div class="site-overlay"></div> <script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hostinger-affiliate-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script> <script type="litespeed/javascript">(function(){function sendRequest(url,body){if(!window.fetch){const xhr=new XMLHttpRequest();xhr.open("POST",url,!0);xhr.setRequestHeader("Content-Type","application/json;charset=UTF-8");xhr.send(JSON.stringify(body)) return} const request=fetch(url,{method:'POST',body:JSON.stringify(body),keepalive:!0,headers:{'Content-Type':'application/json;charset=UTF-8'}})} const calculateParentDistance=(child,parent)=>{let count=0;let currentElement=child;while(currentElement&¤tElement!==parent){currentElement=currentElement.parentNode;count++} if(!currentElement){return-1} return count} const isMatchingClass=(linkRule,href,classes,ids)=>{return classes.includes(linkRule.value)} const isMatchingId=(linkRule,href,classes,ids)=>{return ids.includes(linkRule.value)} const isMatchingDomain=(linkRule,href,classes,ids)=>{if(!URL.canParse(href)){return!1} const url=new URL(href) const host=url.host const hostsToMatch=[host] if(host.startsWith('www.')){hostsToMatch.push(host.substring(4))}else{hostsToMatch.push('www.'+host)} return hostsToMatch.includes(linkRule.value)} const isMatchingExtension=(linkRule,href,classes,ids)=>{if(!URL.canParse(href)){return!1} const url=new URL(href) return url.pathname.endsWith('.'+linkRule.value)} const isMatchingSubdirectory=(linkRule,href,classes,ids)=>{if(!URL.canParse(href)){return!1} const url=new URL(href) return url.pathname.startsWith('/'+linkRule.value+'/')} const isMatchingProtocol=(linkRule,href,classes,ids)=>{if(!URL.canParse(href)){return!1} const url=new URL(href) return url.protocol===linkRule.value+':'} const isMatchingExternal=(linkRule,href,classes,ids)=>{if(!URL.canParse(href)||!URL.canParse(document.location.href)){return!1} const matchingProtocols=['http:','https:'] const siteUrl=new URL(document.location.href) const linkUrl=new URL(href) return matchingProtocols.includes(linkUrl.protocol)&&siteUrl.host!==linkUrl.host} const isMatch=(linkRule,href,classes,ids)=>{switch(linkRule.type){case 'class':return isMatchingClass(linkRule,href,classes,ids) case 'id':return isMatchingId(linkRule,href,classes,ids) case 'domain':return isMatchingDomain(linkRule,href,classes,ids) case 'extension':return isMatchingExtension(linkRule,href,classes,ids) case 'subdirectory':return isMatchingSubdirectory(linkRule,href,classes,ids) case 'protocol':return isMatchingProtocol(linkRule,href,classes,ids) case 'external':return isMatchingExternal(linkRule,href,classes,ids) default:return!1}} const track=(element)=>{const href=element.href??null const classes=Array.from(element.classList) const ids=[element.id] const linkRules=[{"type":"extension","value":"pdf"},{"type":"extension","value":"zip"},{"type":"protocol","value":"mailto"},{"type":"protocol","value":"tel"}] if(linkRules.length===0){return} linkRules.forEach((linkRule)=>{if(linkRule.type!=='id'){return} const matchingAncestor=element.closest('#'+linkRule.value) if(!matchingAncestor||matchingAncestor.matches('html, body')){return} const depth=calculateParentDistance(element,matchingAncestor) if(depth<7){ids.push(linkRule.value)}});linkRules.forEach((linkRule)=>{if(linkRule.type!=='class'){return} const matchingAncestor=element.closest('.'+linkRule.value) if(!matchingAncestor||matchingAncestor.matches('html, body')){return} const depth=calculateParentDistance(element,matchingAncestor) if(depth<7){classes.push(linkRule.value)}});const hasMatch=linkRules.some((linkRule)=>{return isMatch(linkRule,href,classes,ids)}) if(!hasMatch){return} const url="https://btc.bitcoinw.io/wp-content/plugins/independent-analytics-pro/iawp-click-endpoint.php";const body={href:href,classes:classes.join(' '),ids:ids.join(' '),...{"payload":{"resource":"singular","singular_id":4998,"page":1},"signature":"baaff0054d1b7453b371d4c348b95c77"}};sendRequest(url,body)} document.addEventListener('mousedown',function(event){if(navigator.webdriver||/bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)){return} const element=event.target.closest('a') if(!element){return} const isPro=!0 if(!isPro){return} if(event.button===0){return} track(element)}) document.addEventListener('click',function(event){if(navigator.webdriver||/bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)){return} const element=event.target.closest('a, button, input[type="submit"], input[type="button"]') if(!element){return} const isPro=!0 if(!isPro){return} track(element)}) document.addEventListener('play',function(event){if(navigator.webdriver||/bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)){return} const element=event.target.closest('audio, video') if(!element){return} const isPro=!0 if(!isPro){return} track(element)},!0) document.addEventListener("DOMContentLiteSpeedLoaded",function(e){if(document.hasOwnProperty("visibilityState")&&document.visibilityState==="prerender"){return} if(navigator.webdriver||/bot|crawler|spider|crawling|semrushbot|chrome-lighthouse/i.test(navigator.userAgent)){return} let referrer_url=null;if(typeof document.referrer==='string'&&document.referrer.length>0){referrer_url=document.referrer} const params=location.search.slice(1).split('&').reduce((acc,s)=>{const[k,v]=s.split('=');return Object.assign(acc,{[k]:v})},{});const url="https://btc.bitcoinw.io/wp-json/iawp/search";const body={referrer_url,utm_source:params.utm_source,utm_medium:params.utm_medium,utm_campaign:params.utm_campaign,utm_term:params.utm_term,utm_content:params.utm_content,gclid:params.gclid,...{"payload":{"resource":"singular","singular_id":4998,"page":1},"signature":"baaff0054d1b7453b371d4c348b95c77"}};sendRequest(url,body)})})()</script> <div data-type="_mgwidget" data-widget-id="1878249"></div> <script type="litespeed/javascript">(function(w,q){w[q]=w[q]||[];w[q].push(["_mgc.load"])})(window,"_mgq")</script> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "WebSite", "name": "News", "alternateName": "Provider of global market information and analysis.", "url": "https://btc.bitcoinw.io" }</script> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Article", "headline": "Brief History of XML XML, or Extensible Markup Language, came into existence in the mid-1990s as a universal standard for structured document markup. The World Wide Web Consortium (W3C), led by Jon Bosak, developed XML as a simplification of the Standard Generalized Markup Language (SGML). The XML 1.0 Specification was accepted as a recommendation by", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://btc.bitcoinw.io/overview-of-xml-and-its-core-aspects/" }, "image": { "@type": "ImageObject", "url": "https://btc.bitcoinw.io/wp-content/uploads/2026/04/overview-of-xml-and-its-core-aspects.jpg", "height": 1024, "width": 1024 }, "datePublished": "2026-04-03", "dateModified": "2026-04-03", "author": { "@type": "Person", "name": "lisa sad" }, "publisher": { "@type": "Organization", "name": "News" , "logo": { "@type": "ImageObject", "url": "https://btc.bitcoinw.io/wp-content/uploads/2025/10/cropped-cropped-cropped-cropped-qr-code-1-e1761745032342.png" } } , "description": "Brief History of XML XML, or Extensible Markup Language, came into existence in the mid-1990s as a universal standard for structured document markup. The World Wide Web Consortium (W3C), led by Jon Bosak, developed XML as a simplification of the Standard Generalized Markup Language (SGML). The XML 1.0 Specification was accepted as a recommendation by" }</script> <script id="orbital-quicklink-js-js-before" type="litespeed/javascript">var quicklinkOptions={"el":"","urls":[],"timeout":2000,"timeoutFn":"requestIdleCallback","priority":!1,"origins":["btc.bitcoinw.io"],"ignores":["feed\\=","\\\/feed\\\/","^https?:\\\/\\\/[^\\\/]+\\\/overview\\-of\\-xml\\-and\\-its\\-core\\-aspects\\\/(#.*)?$","^https\\:\\\/\\\/btc\\.bitcoinw\\.io\\\/wp\\-admin\\\/","^https\\:\\\/\\\/btc\\.bitcoinw\\.io[^?#]+\\.php","\\\/wp\\-content"]}</script> <script id="heateor_sss_sharing_js-js-before" type="litespeed/javascript">function heateorSssLoadEvent(e){var t=window.onload;if(typeof window.onload!="function"){window.onload=e}else{window.onload=function(){t();e()}}};var heateorSssSharingAjaxUrl='https://btc.bitcoinw.io/wp-admin/admin-ajax.php',heateorSssCloseIconPath='https://btc.bitcoinw.io/wp-content/plugins/sassy-social-share/public/../images/close.png',heateorSssPluginIconPath='https://btc.bitcoinw.io/wp-content/plugins/sassy-social-share/public/../images/logo.png',heateorSssHorizontalSharingCountEnable=0,heateorSssVerticalSharingCountEnable=1,heateorSssSharingOffset=-10;var heateorSssMobileStickySharingEnabled=1;var heateorSssCopyLinkMessage="Link copied.";var heateorSssReduceVerticalSvgHeight=!0;var heateorSssUrlCountFetched=[],heateorSssSharesText='Shares',heateorSssShareText='Share';function heateorSssPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}</script> <script id="mcw-crypto-common-js-extra" type="litespeed/javascript">var mcw={"url":"https://btc.bitcoinw.io/wp-content/plugins/massive-cryptocurrency-widgets/","ajax_url":"https://btc.bitcoinw.io/wp-admin/admin-ajax.php","currency_format":{"USD":{"iso":"USD","symbol":"$","position":"{symbol}{space}{price}","thousands_sep":",","decimals_sep":".","decimals":"2"},"EUR":{"iso":"EUR","symbol":"\u20ac","position":"{price}{space}{symbol}","thousands_sep":".","decimals_sep":",","decimals":"2"},"INR":{"iso":"INR","symbol":"\u20b9","position":"{symbol}{space}{price}","thousands_sep":",","decimals_sep":".","decimals":"2"}},"default_currency_format":{"iso":"USD","symbol":"","position":"{symbol}{price}","thousands_sep":",","decimals_sep":".","decimals":"2"},"text":{"previous":"Previous","next":"Next","lengthmenu":"Coins per page: _MENU_"},"api":"coingecko"}</script> <style></style> <script id="auto-index" async defer type="litespeed/javascript">function indexContent(e){var t=document.querySelector(e);table=document.getElementById("index-table");const n=e=>e.normalize("NFD").replace(/[\u0300-\u036f]/g,"");var n_h={"H2":0,"H3":0,"H4":0,"H5":0,"H6":0,};for(var a=Array.from(t.querySelectorAll("h2,h3,h4,h5,h6")),r=0,o=a.length;r<o;r++){var l=a[r],d=n(d=(d=a[r].textContent).replace(/ /g,"_"));l.setAttribute("id",d);var c=document.createElement("SPAN");var this_number="";console.log("r",r);if("H2"==a[r].nodeName){n_h.H2=n_h.H2+1;n_h.H3=0;n_h.H4=0;n_h.H5=0;n_h.H6=0;this_number=n_h.H2} if("H3"==a[r].nodeName){c.setAttribute("class","classh3");n_h.H3=n_h.H3+1;n_h.H4=0;n_h.H5=0;n_h.H6=0;this_number=n_h.H2+"."+n_h.H3} if("H4"==a[r].nodeName){c.setAttribute("class","classh4");n_h.H4=n_h.H4+1;n_h.H5=0;n_h.H6=0;this_number=n_h.H2+"."+n_h.H3+"."+n_h.H4} if("H5"==a[r].nodeName){c.setAttribute("class","classh5");n_h.H5=n_h.H5+1;n_h.H6=0;this_number=n_h.H2+"."+n_h.H3+"."+n_h.H4+"."+n_h.H5} if("H6"==a[r].nodeName){c.setAttribute("class","classh6");n_h.H6=n_h.H6+1;this_number=n_h.H2+"."+n_h.H3+"."+n_h.H4+"."+n_h.H5+"."+n_h.H6} var pre_text=(!1)?this_number+". ":"• ";var bullet=document.createElement("SPAN");bullet.setAttribute("class","bullet-li");var bulletText=document.createTextNode(pre_text);var u=document.createElement("A"),i=document.createTextNode(l.textContent);bullet.appendChild(bulletText),u.appendChild(bullet),u.appendChild(i),u.setAttribute("href","#"+d),c.appendChild(u),0<i.length&&table.appendChild(c)}} indexContent(".toc-content")</script> <script data-no-optimize="1">window.lazyLoadOptions=Object.assign({},{threshold:300},window.lazyLoadOptions||{});!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).LazyLoad=e()}(this,function(){"use strict";function e(){return(e=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n,a=arguments[e];for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n])}return t}).apply(this,arguments)}function o(t){return e({},at,t)}function l(t,e){return t.getAttribute(gt+e)}function c(t){return l(t,vt)}function s(t,e){return function(t,e,n){e=gt+e;null!==n?t.setAttribute(e,n):t.removeAttribute(e)}(t,vt,e)}function i(t){return s(t,null),0}function r(t){return null===c(t)}function u(t){return c(t)===_t}function d(t,e,n,a){t&&(void 0===a?void 0===n?t(e):t(e,n):t(e,n,a))}function f(t,e){et?t.classList.add(e):t.className+=(t.className?" ":"")+e}function _(t,e){et?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\s+)"+e+"(\\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")}function g(t){return t.llTempImage}function v(t,e){!e||(e=e._observer)&&e.unobserve(t)}function b(t,e){t&&(t.loadingCount+=e)}function p(t,e){t&&(t.toLoadCount=e)}function n(t){for(var e,n=[],a=0;e=t.children[a];a+=1)"SOURCE"===e.tagName&&n.push(e);return n}function h(t,e){(t=t.parentNode)&&"PICTURE"===t.tagName&&n(t).forEach(e)}function a(t,e){n(t).forEach(e)}function m(t){return!!t[lt]}function E(t){return t[lt]}function I(t){return delete t[lt]}function y(e,t){var n;m(e)||(n={},t.forEach(function(t){n[t]=e.getAttribute(t)}),e[lt]=n)}function L(a,t){var o;m(a)&&(o=E(a),t.forEach(function(t){var e,n;e=a,(t=o[n=t])?e.setAttribute(n,t):e.removeAttribute(n)}))}function k(t,e,n){f(t,e.class_loading),s(t,st),n&&(b(n,1),d(e.callback_loading,t,n))}function A(t,e,n){n&&t.setAttribute(e,n)}function O(t,e){A(t,rt,l(t,e.data_sizes)),A(t,it,l(t,e.data_srcset)),A(t,ot,l(t,e.data_src))}function w(t,e,n){var a=l(t,e.data_bg_multi),o=l(t,e.data_bg_multi_hidpi);(a=nt&&o?o:a)&&(t.style.backgroundImage=a,n=n,f(t=t,(e=e).class_applied),s(t,dt),n&&(e.unobserve_completed&&v(t,e),d(e.callback_applied,t,n)))}function x(t,e){!e||0<e.loadingCount||0<e.toLoadCount||d(t.callback_finish,e)}function M(t,e,n){t.addEventListener(e,n),t.llEvLisnrs[e]=n}function N(t){return!!t.llEvLisnrs}function z(t){if(N(t)){var e,n,a=t.llEvLisnrs;for(e in a){var o=a[e];n=e,o=o,t.removeEventListener(n,o)}delete t.llEvLisnrs}}function C(t,e,n){var a;delete t.llTempImage,b(n,-1),(a=n)&&--a.toLoadCount,_(t,e.class_loading),e.unobserve_completed&&v(t,n)}function R(i,r,c){var l=g(i)||i;N(l)||function(t,e,n){N(t)||(t.llEvLisnrs={});var a="VIDEO"===t.tagName?"loadeddata":"load";M(t,a,e),M(t,"error",n)}(l,function(t){var e,n,a,o;n=r,a=c,o=u(e=i),C(e,n,a),f(e,n.class_loaded),s(e,ut),d(n.callback_loaded,e,a),o||x(n,a),z(l)},function(t){var e,n,a,o;n=r,a=c,o=u(e=i),C(e,n,a),f(e,n.class_error),s(e,ft),d(n.callback_error,e,a),o||x(n,a),z(l)})}function T(t,e,n){var a,o,i,r,c;t.llTempImage=document.createElement("IMG"),R(t,e,n),m(c=t)||(c[lt]={backgroundImage:c.style.backgroundImage}),i=n,r=l(a=t,(o=e).data_bg),c=l(a,o.data_bg_hidpi),(r=nt&&c?c:r)&&(a.style.backgroundImage='url("'.concat(r,'")'),g(a).setAttribute(ot,r),k(a,o,i)),w(t,e,n)}function G(t,e,n){var a;R(t,e,n),a=e,e=n,(t=Et[(n=t).tagName])&&(t(n,a),k(n,a,e))}function D(t,e,n){var a;a=t,(-1<It.indexOf(a.tagName)?G:T)(t,e,n)}function S(t,e,n){var a;t.setAttribute("loading","lazy"),R(t,e,n),a=e,(e=Et[(n=t).tagName])&&e(n,a),s(t,_t)}function V(t){t.removeAttribute(ot),t.removeAttribute(it),t.removeAttribute(rt)}function j(t){h(t,function(t){L(t,mt)}),L(t,mt)}function F(t){var e;(e=yt[t.tagName])?e(t):m(e=t)&&(t=E(e),e.style.backgroundImage=t.backgroundImage)}function P(t,e){var n;F(t),n=e,r(e=t)||u(e)||(_(e,n.class_entered),_(e,n.class_exited),_(e,n.class_applied),_(e,n.class_loading),_(e,n.class_loaded),_(e,n.class_error)),i(t),I(t)}function U(t,e,n,a){var o;n.cancel_on_exit&&(c(t)!==st||"IMG"===t.tagName&&(z(t),h(o=t,function(t){V(t)}),V(o),j(t),_(t,n.class_loading),b(a,-1),i(t),d(n.callback_cancel,t,e,a)))}function $(t,e,n,a){var o,i,r=(i=t,0<=bt.indexOf(c(i)));s(t,"entered"),f(t,n.class_entered),_(t,n.class_exited),o=t,i=a,n.unobserve_entered&&v(o,i),d(n.callback_enter,t,e,a),r||D(t,n,a)}function q(t){return t.use_native&&"loading"in HTMLImageElement.prototype}function H(t,o,i){t.forEach(function(t){return(a=t).isIntersecting||0<a.intersectionRatio?$(t.target,t,o,i):(e=t.target,n=t,a=o,t=i,void(r(e)||(f(e,a.class_exited),U(e,n,a,t),d(a.callback_exit,e,n,t))));var e,n,a})}function B(e,n){var t;tt&&!q(e)&&(n._observer=new IntersectionObserver(function(t){H(t,e,n)},{root:(t=e).container===document?null:t.container,rootMargin:t.thresholds||t.threshold+"px"}))}function J(t){return Array.prototype.slice.call(t)}function K(t){return t.container.querySelectorAll(t.elements_selector)}function Q(t){return c(t)===ft}function W(t,e){return e=t||K(e),J(e).filter(r)}function X(e,t){var n;(n=K(e),J(n).filter(Q)).forEach(function(t){_(t,e.class_error),i(t)}),t.update()}function t(t,e){var n,a,t=o(t);this._settings=t,this.loadingCount=0,B(t,this),n=t,a=this,Y&&window.addEventListener("online",function(){X(n,a)}),this.update(e)}var Y="undefined"!=typeof window,Z=Y&&!("onscroll"in window)||"undefined"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),tt=Y&&"IntersectionObserver"in window,et=Y&&"classList"in document.createElement("p"),nt=Y&&1<window.devicePixelRatio,at={elements_selector:".lazy",container:Z||Y?document:null,threshold:300,thresholds:null,data_src:"src",data_srcset:"srcset",data_sizes:"sizes",data_bg:"bg",data_bg_hidpi:"bg-hidpi",data_bg_multi:"bg-multi",data_bg_multi_hidpi:"bg-multi-hidpi",data_poster:"poster",class_applied:"applied",class_loading:"litespeed-loading",class_loaded:"litespeed-loaded",class_error:"error",class_entered:"entered",class_exited:"exited",unobserve_completed:!0,unobserve_entered:!1,cancel_on_exit:!0,callback_enter:null,callback_exit:null,callback_applied:null,callback_loading:null,callback_loaded:null,callback_error:null,callback_finish:null,callback_cancel:null,use_native:!1},ot="src",it="srcset",rt="sizes",ct="poster",lt="llOriginalAttrs",st="loading",ut="loaded",dt="applied",ft="error",_t="native",gt="data-",vt="ll-status",bt=[st,ut,dt,ft],pt=[ot],ht=[ot,ct],mt=[ot,it,rt],Et={IMG:function(t,e){h(t,function(t){y(t,mt),O(t,e)}),y(t,mt),O(t,e)},IFRAME:function(t,e){y(t,pt),A(t,ot,l(t,e.data_src))},VIDEO:function(t,e){a(t,function(t){y(t,pt),A(t,ot,l(t,e.data_src))}),y(t,ht),A(t,ct,l(t,e.data_poster)),A(t,ot,l(t,e.data_src)),t.load()}},It=["IMG","IFRAME","VIDEO"],yt={IMG:j,IFRAME:function(t){L(t,pt)},VIDEO:function(t){a(t,function(t){L(t,pt)}),L(t,ht),t.load()}},Lt=["IMG","IFRAME","VIDEO"];return t.prototype={update:function(t){var e,n,a,o=this._settings,i=W(t,o);{if(p(this,i.length),!Z&&tt)return q(o)?(e=o,n=this,i.forEach(function(t){-1!==Lt.indexOf(t.tagName)&&S(t,e,n)}),void p(n,0)):(t=this._observer,o=i,t.disconnect(),a=t,void o.forEach(function(t){a.observe(t)}));this.loadAll(i)}},destroy:function(){this._observer&&this._observer.disconnect(),K(this._settings).forEach(function(t){I(t)}),delete this._observer,delete this._settings,delete this.loadingCount,delete this.toLoadCount},loadAll:function(t){var e=this,n=this._settings;W(t,n).forEach(function(t){v(t,e),D(t,n,e)})},restoreAll:function(){var e=this._settings;K(e).forEach(function(t){P(t,e)})}},t.load=function(t,e){e=o(e);D(t,e)},t.resetStatus=function(t){i(t)},t}),function(t,e){"use strict";function n(){e.body.classList.add("litespeed_lazyloaded")}function a(){console.log("[LiteSpeed] Start Lazy Load"),o=new LazyLoad(Object.assign({},t.lazyLoadOptions||{},{elements_selector:"[data-lazyloaded]",callback_finish:n})),i=function(){o.update()},t.MutationObserver&&new MutationObserver(i).observe(e.documentElement,{childList:!0,subtree:!0,attributes:!0})}var o,i;t.addEventListener?t.addEventListener("load",a,!1):t.attachEvent("onload",a)}(window,document);</script><script data-no-optimize="1">window.litespeed_ui_events=window.litespeed_ui_events||["mouseover","click","keydown","wheel","touchmove","touchstart"];var urlCreator=window.URL||window.webkitURL;function litespeed_load_delayed_js_force(){console.log("[LiteSpeed] Start Load JS Delayed"),litespeed_ui_events.forEach(e=>{window.removeEventListener(e,litespeed_load_delayed_js_force,{passive:!0})}),document.querySelectorAll("iframe[data-litespeed-src]").forEach(e=>{e.setAttribute("src",e.getAttribute("data-litespeed-src"))}),"loading"==document.readyState?window.addEventListener("DOMContentLoaded",litespeed_load_delayed_js):litespeed_load_delayed_js()}litespeed_ui_events.forEach(e=>{window.addEventListener(e,litespeed_load_delayed_js_force,{passive:!0})});async function litespeed_load_delayed_js(){let t=[];for(var d in document.querySelectorAll('script[type="litespeed/javascript"]').forEach(e=>{t.push(e)}),t)await new Promise(e=>litespeed_load_one(t[d],e));document.dispatchEvent(new Event("DOMContentLiteSpeedLoaded")),window.dispatchEvent(new Event("DOMContentLiteSpeedLoaded"))}function litespeed_load_one(t,e){console.log("[LiteSpeed] Load ",t);var d=document.createElement("script");d.addEventListener("load",e),d.addEventListener("error",e),t.getAttributeNames().forEach(e=>{"type"!=e&&d.setAttribute("data-src"==e?"src":e,t.getAttribute(e))});let a=!(d.type="text/javascript");!d.src&&t.textContent&&(d.src=litespeed_inline2src(t.textContent),a=!0),t.after(d),t.remove(),a&&e()}function litespeed_inline2src(t){try{var d=urlCreator.createObjectURL(new Blob([t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1")],{type:"text/javascript"}))}catch(e){d="data:text/javascript;base64,"+btoa(t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1"))}return d}</script><script data-no-optimize="1">var litespeed_vary=document.cookie.replace(/(?:(?:^|.*;\s*)_lscache_vary\s*\=\s*([^;]*).*$)|^.*$/,"");litespeed_vary||(sessionStorage.getItem("litespeed_reloaded")?console.log("LiteSpeed: skipping guest vary reload (already reloaded this session)"):fetch("/wp-content/plugins/litespeed-cache/guest.vary.php",{method:"POST",cache:"no-cache",redirect:"follow"}).then(e=>e.json()).then(e=>{console.log(e),e.hasOwnProperty("reload")&&"yes"==e.reload&&(sessionStorage.setItem("litespeed_docref",document.referrer),sessionStorage.setItem("litespeed_reloaded","1"),window.location.reload(!0))}));</script><script data-optimized="1" type="litespeed/javascript" data-src="https://btc.bitcoinw.io/wp-content/litespeed/js/f746fac67f03725a902ede29e9be69d2.js?ver=46184"></script></body></html> <!-- Page optimized by LiteSpeed Cache @2026-04-18 04:07:53 --> <!-- Page cached by LiteSpeed Cache 7.8.1 on 2026-04-18 04:07:49 --> <!-- Guest Mode --> <!-- QUIC.cloud UCSS in queue -->