What is an XML File?

What is an XML File?

As technology continues to evolve, the storage, sharing, and organization of data have become increasingly important. At this point, XML (Extensible Markup Language) files play a crucial role in carrying and storing structured data. So, what is an XML file, what is it used for, and why is it used so widely? Here are the details you need to know about XML files.

What is XML?

XML is the abbreviation for "Extensible Markup Language." It means "Genişletilebilir İşaretleme Dili" in Turkish. It was developed by W3C (World Wide Web Consortium) and standardized in 1998.

It is a markup language like HTML, but the fundamental difference is that it is used to carry and define data. While HTML focuses on displaying data, XML focuses on describing what the data is.

Basic Features of XML Files

• Contains user-defined tags (e.g., , , ).

• Has a hierarchical (tree structure) data structure.

• Is platform and software independent.

• Supports Unicode character sets like UTF-8 or UTF-16.

• Has a commenting feature ().

• Enables the structuring of data.

What is the Structure of an XML File?

XML files consist of opening and closing tags. Here is a simple example:

<?xml version="1.0" encoding="UTF-8"?>

Artificial Intelligence 101

Ahmet Demir

89.90

In this example: • is the main tag.

• Sub tags: , <author>, <price>.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Each tag has a closing tag (</tag>).</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• The data is readable and meaningful.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="What is XML Used For?"> What is XML Used For? </h2> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="1. For Data Transport"> 1. For Data Transport </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML is ideal for performing data exchange between systems in a standard structure. For example, an e-commerce site can send product information to another system in XML format.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><img src="https://plusclouds.publit.io/file/6NCKAr80sczHdwPe2vnfq2zqMUD2bBvdtC04CJ3D.jpg" alt="" title="5 ways to use ai (2).jpg" /></p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="2. In Web Services"> 2. In Web Services </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">SOAP-based web services are based on XML format. Data exchange in APIs can be achieved using XML.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="3. Configuration Files"> 3. Configuration Files </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">Configuration settings in platforms such as Java, .NET, and Android are done using XML (example: web.config, AndroidManifest.xml).</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="4. For Data Storage"> 4. For Data Storage </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML can be used instead of a database, especially for small datasets.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="5. Office Applications"> 5. Office Applications </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">Microsoft Office (especially Word and Excel) uses XML-based file formats (.docx, .xlsx, etc.).</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="6. In Sectoral Documents"> 6. In Sectoral Documents </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">Many structural data such as invoices, customer information, order records, and product catalogs can be stored using XML.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="When and Where is XML Used?"> When and Where is XML Used? </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML is used not only for transporting data but also for structuring that data. Developers prefer XML in both web services and local applications. It is especially common in the following areas:</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Information transfer between software systems</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Mobile application configurations</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Data exchange in web applications</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Banking and e-invoice systems</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">Additionally, XML files can also be converted to HTML using technologies like XSLT for data presentation to end users. However, it is not as visualization-focused as HTML.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Basic Terms Related to XML"> Basic Terms Related to XML </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• DTD (Document Type Definition):</strong> The schema that defines the structure of an XML file.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• XSD (XML Schema Definition):</strong> Defines the data types and structure of XML content.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• XPath:</strong> Used to query specific pieces of data in XML documents.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• XSLT:</strong> Used to convert XML data into different formats (e.g., HTML).</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• XML Parser:</strong> The software component that reads and parses the XML file.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Technical Advantages of XML"> Technical Advantages of XML </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Platform Independence:</strong> XML works everywhere regardless of operating system or software.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Wide Compatibility:</strong> Almost all programming languages support XML.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Unicode Support:</strong> Can handle characters in all languages smoothly.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Ability to Add Comments:</strong> It is possible to leave descriptive notes within the code.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Extensibility:</strong> Users can create custom tags according to their needs.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Disadvantages of XML"> Disadvantages of XML </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• File Size:</strong> Due to the abundance of tags, it can be larger compared to alternatives like JSON.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Efficiency:</strong> XML parsing is relatively slower.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Lack of Visual Presentation:</strong> Does not produce visual output directly; it needs to be transformed.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="XML vs JSON"> XML vs JSON </h2> <table class="w-full border-collapse table-auto text-left mt-4"> <thead> <tr> <th class="text-sm sm:text-base md:text-lg font-semibold text-gray-700 border-b border-gray-300 px-4 py-2 bg-gray-100 font-feature">Feature</th> <th class="text-sm sm:text-base md:text-lg font-semibold text-gray-700 border-b border-gray-300 px-4 py-2 bg-gray-100 font-feature">XML</th> <th class="text-sm sm:text-base md:text-lg font-semibold text-gray-700 border-b border-gray-300 px-4 py-2 bg-gray-100 font-feature">JSON</th> </tr> </thead> <tbody> <tr> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Data Structure</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Hierarchical (tree structure)</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Object/array-based</td> </tr> <tr> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Readability</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Can be relatively complex</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Simpler</td> </tr> <tr> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">File Size</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Larger</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Smaller</td> </tr> <tr> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Schema Support</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">DTD, XSD</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">JSON Schema</td> </tr> <tr> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Adding Comments</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">Yes</td> <td class="text-sm sm:text-base md:text-lg text-gray-800 border-b border-gray-200 px-4 py-2 font-tiempos">No</td> </tr> </tbody> </table> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Real-Life Examples of XML"> Real-Life Examples of XML </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• RSS Feeds:</strong> Content updates on blog/news sites are done using XML.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• e-Invoice Systems:</strong> In Turkey, the e-document formats of the Revenue Administration are XML-based.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Banking and Finance:</strong> Money transfers and reporting can be done via XML.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos"><strong>• Mobile Applications:</strong> Interfaces and configurations in Android applications are defined using XML.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Most Frequently Asked Questions About XML"> Most Frequently Asked Questions About XML </h2> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Why are XML files used so widely?"> Why are XML files used so widely? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">The main reasons for the widespread use of XML are:</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Operating independently of the platform</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Readable by both humans and machines</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Extensible and customizable tag structure</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Being a universal standard for carrying and defining data</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="What is the difference between XML and HTML?"> What is the difference between XML and HTML? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">While HTML describes how data should look (presentation-focused), XML defines what the data is (meaning-focused). In HTML, tags are fixed, while in XML they are user-defined. In short, HTML shows, XML explains.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Why has JSON started to be used instead of XML?"> Why has JSON started to be used instead of XML? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">JSON is a data format that takes up less space and works more naturally with JavaScript. Therefore, it offers a faster and more practical solution, especially in web-based applications. However, XML is still used in many systems because it is more suitable for complex data structures and has a stronger schema definition (XSD).</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Is XML secure?"> Is XML secure? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML itself is neither secure nor insecure; however, security vulnerabilities can arise in XML-based systems. Therefore, XML data obtained from external sources should always be validated and filtered before processing. Additionally, precautions should be taken against XML External Entity (XXE) attacks.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Is learning XML difficult?"> Is learning XML difficult? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">No. Learning the basics of XML is quite easy because it has a human-readable structure. After learning the basic tag structure, more advanced topics like DTD, XSD, and XPath can be explored.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Which applications use XML?"> Which applications use XML? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML frequently appears in the following areas:</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Web services (especially SOAP)</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Android applications</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Configuration files</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Microsoft Office documents</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• E-government, e-invoice systems</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• RSS feeds</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">• Banking and finance systems</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="How to open an XML document?"> How to open an XML document? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">To open an XML file, a text editor such as Notepad, Visual Studio Code, or Sublime Text is sufficient. XML editors or browser extensions can be used for more advanced viewing and validation.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Is XML sufficient on its own?"> Is XML sufficient on its own? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">No. XML only defines and carries data. Other tools (e.g., XSLT, XSD, parsers) are needed to process, visualize, or validate that data.</p> <h3 class="text-xl text-gray-900 pt-4 font-bold font-feature" id="Can an XML file be used instead of a database?"> Can an XML file be used instead of a database? </h3> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">It can be used in small-scale applications or temporary data storage solutions. However, for large datasets or complex relational structures, XML cannot replace databases. Databases are much stronger in terms of performance, security, and querying capabilities.</p> <h2 class="text-2xl font-bold text-gray-900 pt-4 font-feature" id="Conclusion"> Conclusion </h2> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">XML is a powerful, flexible, and platform-independent format for transporting, defining, and structuring data. Its extensible structure allows it to be used in a wide range of fields. It plays an indispensable role, especially in data transfer and configuration needs between systems.</p> <p class="text-lg md:text-xl text-gray-800 leading-relaxed font-tiempos">Although lighter alternatives like JSON are preferred in many web applications, XML still has a wide usage area, from e-government systems to banking, and from mobile applications to ERP software.</p> </div> </div> <!-- Options --> <div class="sticky-sidebar lg:row-span-3 px-3 lg:px-0 lg:mt-0 space-y-8 py-16 sm:py-0"> <div class=""> <div class="relative flex items-center"> <div class="grid grid-cols-2 gap-x-4"> <span class="font-bold block text-gray-600 font-tiempos "> <strong class="text-red-500">Software Development</strong> </span> <time class="text-xs text-gray-500 font-tiempos pt-1"> June 4, 2025, 1:38 pm </time> </div> </div> <h2 class="sr-only">Product information</h2> <div class="mt-4 space-x-1 space-y-1"> <span class="inline-flex items-center rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600"> #XML </span> <span class="inline-flex items-center rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600"> #JSON </span> <span class="inline-flex items-center rounded-md bg-gray-100 px-2 py-1 text-xs font-medium text-gray-600"> #data </span> </div> </div> <div class="bg-gray-50 shadow sm:rounded"> <img class="w-full h-auto" loading="lazy" src="/images/community/journalist.svg" alt="Looking for authors and journalists!"> <div class="py-5 p-6"> <h3 class="text-lg font-semibold text-gray-900 font-tiempos"> Looking for authors and journalists! </h3> <div class="mt-2 max-w-xl text-gray-500 font-tiempos"> <p> If you are a journalist, who has desire to dig deep in topics related to businesses and sectors, we want to work with you!</p> </div> <div class="mt-4"> <a href="https://calendar.app.google/uM5pa8yXFxsQt18p8" class="font-semibold font-tiempos text-gray-900 hover:underline"> Lets talk and create awesome job together! <span aria-hidden="true">→</span> </a> </div> </div> </div> <div class=""> <div class="bg-gray-50 px-6 pt-6 rounded"> <h3 class="text-xl text-gray-900 font-semibold font-feature"> Other Posts in This Category </h3> <div class="border-b border-gray-200 py-2 pb-2"></div> </div> <ul class="py-2 bg-gray-50 p-6"> <li class="pb-3"> <article> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/us/blogs/what-is-an-xml-file"> What is an XML File? </a> </p> <span class="text-sm text-gray-700 font-semibold font-feature mt-4"> <a class="hover:underline hover:text-gray-400 pr-1 font-semibold" href="#"> Ece Kaya </a> <time class="text-gray-500 text-xs"> June 25 </time> </span> </article> </li> <li class="pb-3"> <article> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/us/blogs/what-is-regression"> What is regression? </a> </p> <span class="text-sm text-gray-700 font-semibold font-feature mt-4"> <a class="hover:underline hover:text-gray-400 pr-1 font-semibold" href="#"> Ece Kaya </a> <time class="text-gray-500 text-xs"> June 25 </time> </span> </article> </li> </ul> </div> <div class=""> <div class="bg-gray-50 px-6"> <div class=" pt-6"> <h3 class="text-xl text-gray-900 font-semibold font-feature">See in Other Languages</h3> <div class="border-b border-gray-200 py-2 pb-2"></div> </div> <ul role="list" class="divide-y divide-gray-100"> <li class="flex items-center justify-between gap-x-6 py-2"> <div class="flex min-w-0 gap-x-4"> <div class="min-w-0 flex-auto"> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/tr/blogs/xml-dosyasi-nedir"> XML Dosyası Nedir? </a> </p> </div> </div> </li> <li class="flex items-center justify-between gap-x-6 py-2"> <div class="flex min-w-0 gap-x-4"> <div class="min-w-0 flex-auto"> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/nl/blogs/wat-is-een-xml-bestand"> Wat is een XML-bestand? </a> </p> </div> </div> </li> <li class="flex items-center justify-between gap-x-6 py-2"> <div class="flex min-w-0 gap-x-4"> <div class="min-w-0 flex-auto"> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/us/blogs/what-is-an-xml-file"> What is an XML File? </a> </p> </div> </div> </li> <li class="flex items-center justify-between gap-x-6 py-2"> <div class="flex min-w-0 gap-x-4"> <div class="min-w-0 flex-auto"> <p class="text-gray-900 font-feature"> <a class="hover:underline" href="/qa/blogs/ما-هو-ملف-xml؟"> ما هو ملف XML؟ </a> </p> </div> </div> </li> </ul> </div> </div> <div class="bg-gray-900 px-6 rounded-lg"> <div class="p-5"> <div class="flex flex-col pt-5"> <div class="rounded-md bg-white/5 p-2 ring-1 ring-white/10"> <a class="mx-auto justify-center" href="/us/community/auto-quill"> <img class="h-48 w-full" src="/images/community/autoQuill/autoquill-gray.png" loading="lazy" alt="AutoQuill writes and posts affiliate marketing content for you."> </a> </div> <dt class="mt-4 text-base font-semibold text-white"> <a class="hover:underline font-feature text-xl" href="/us/community/auto-quill">Auto Quill</a> </dt> <dd class="mt-2 text-lg text-gray-200 font-tiempos"> AutoQuill writes and posts affiliate marketing content for you. </dd> </div> <div class="py-10"> <h2 class="text-3xl font-semibold tracking-tight text-white font-feature"> Easiest Money You Will Ever Make </h2> <p class="mt-4 text-lg text-gray-300 font-tiempos"> With the AutoQuill tool that PlusClouds has started to offer to its affiliate partners, content creators will be able to sell with a single click. Let us show you how you can get your share of this revolution. </p> <div class="mt-6 flex max-w-md gap-x-4"> <button type="button" onclick="location.href='https://calendly.com/baris-bulut/30min'" class="font-feature rounded-md bg-indigo-500 px-12 py-2.5 font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500">Have 30 mins for a meeting?</button> </div> </div> </div> </div> <div class="border border-gray-200 px-6 rounded-lg p-2"> <div class="flex flex-col mx-auto justify-center items-center"> <div class="rounded-md bg-white/5 p-2 ring-1 ring-white/10"> <a class="mx-auto justify-center " href=""> <img class="h-20 w-20" src="/images/blog/random/14.webp" loading="lazy" alt="Suggest a News Blog"> </a> </div> <dt class="mt-4 text-base font-semibold text-white"> <a class="text-gray-900 font-feature text-xl" href=""> Suggest a News Blog</a> </dt> <dd class="mt-2 text-lg text-gray-600 font-tiempos"> Got a scoop? Something we should know about? </dd> <div class="py-5"> <a href="mailto:info@plusclouds.com" class="font-feature inline-block rounded-md bg-indigo-500 px-6 py-2.5 font-medium text-white shadow hover:bg-indigo-400 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> Contact Reporter </a> </div> </div> </div> </div> </div> <div class="bg-gray-50 py-16 sm:py-24 lg:py-32"> <div class="mx-auto grid max-w-7xl grid-cols-1 gap-10 px-6 lg:grid-cols-12 lg:gap-8 lg:px-8"> <h2 class="max-w-xl text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl lg:col-span-7 font-feature"> Don't have an account yet? Then let's get started right away. </h2> <form id="signup-form" class="w-full max-w-md lg:col-span-5 lg:pt-2 space-y-2"> <div class="flex gap-x-4"> <label for="email-address" class="sr-only">Email address</label> <input id="email-address" name="email" type="email" autocomplete="email" required class="min-w-0 flex-auto rounded-md bg-white px-3.5 py-2 text-base text-gray-900 outline outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" placeholder="Enter your email"> <button type="submit" class="font-feature flex-none rounded-md bg-indigo-600 px-3.5 py-2.5 font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"> Sign up </button> </div> <p class="text-gray-500 px-2 font-tiempos"> If you have an account, you can go to Leo by logging in. <span id="message" class="block text-lg text-green-500 font-bold mt-4"></span> <span id="error-message" class="block text-lg text-red-500 font-bold mt-4"></span> </p> </form> </div> </div> <script> document.getElementById('signup-form').addEventListener('submit', async function (event) { event.preventDefault(); let email = document.getElementById('email-address').value; const message = document.getElementById('message'); const errorMessage = document.getElementById('error-message'); const formData = new FormData(); formData.append('email', email); await axios('/us/signup', { method: 'POST', data: formData, }).then(response => { message.innerHTML = response.data.message; document.getElementById('email-address').value = ''; setTimeout(() => { message.innerHTML = ''; window.location.reload(); }, 3500); }).catch(err => { errorMessage.innerHTML = err.response.data.error.message; setTimeout(() => { errorMessage.innerHTML = ''; }, 3500); console.log({error: err}) }) }); </script> <footer class="bg-gray-900"> <div class="mx-auto max-w-7xl px-6 pb-8 pt-16 sm:pt-24 lg:px-8 lg:pt-32"> <div class="xl:grid xl:grid-cols-3 xl:gap-8"> <div class="space-y-8"> <img height="180" width="180" src="/images/logos/plusclouds-logo-blue-white.svg" alt="Company name"> <p class="text-balance text-sm/6 text-gray-300">Developed in Ams. with ♥.</p> <p class="text-balance text-sm/6 text-gray-300">Eerste, Weteringplantsoen<br />8 1017 SK.<br>Amsterdam / Netherlands</p> <div class="flex gap-x-6"> <a href="https://twitter.com/plusclouds" class="text-gray-400 hover:text-gray-300"> <span class="sr-only">X</span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z"/> </svg> </a> <a href="https://github.com/plusclouds/" class="text-gray-400 hover:text-gray-300"> <span class="sr-only">GitHub</span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"/> </svg> </a> <a href="https://youtube.com/plusclouds/" class="text-gray-400 hover:text-gray-300"> <span class="sr-only">YouTube</span> <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <path fill-rule="evenodd" d="M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z" clip-rule="evenodd"/> </svg> </a> </div> </div> <div class="mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0"> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm/6 font-semibold text-white">Scalable Infrastucture</h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="/us/cloud/servers" class="text-sm/6 text-gray-400 hover:text-white">Servers</a> </li> <li> <a href="/us/cloud/storage" class="text-sm/6 text-gray-400 hover:text-white">Storage</a> </li> <li> <a href="/us/cloud/security" class="text-sm/6 text-gray-400 hover:text-white">Security</a> </li> <li> <a href="/us/cloud/datacenter" class="text-sm/6 text-gray-400 hover:text-white">Datacenter</a> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm/6 font-semibold text-white">Operations automations</h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="/us/marketplace/inspakt-digital-signature-solutions" class="text-sm/6 text-gray-400 hover:text-white">Digital Contract Management</a> </li> <li> <a href="/us/marketplace/data-leak-check" class="text-sm/6 text-gray-400 hover:text-white">Digital Lead Detection Service</a> </li> <li> <a href="/us/marketplace/kolay-ai" class="text-sm/6 text-gray-400 hover:text-white">Kolay.AI</a> </li> <li> <a href="/us/marketplace/outbound-sales-services" class="text-sm/6 text-gray-400 hover:text-white">Managed Outbound Service</a> </li> </ul> </div> </div> <div class="md:grid md:grid-cols-2 md:gap-8"> <div> <h3 class="text-sm/6 font-semibold text-white">Enterprise Services!</h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="/us/eaglet" class="text-sm/6 text-gray-400 hover:text-white">Increase your intelligence with Eaglet</a> </li> <li> <a href="/us/leo" class="text-sm/6 text-gray-400 hover:text-white">Decrease your datacenter costs with Leo</a> </li> </ul> </div> <div class="mt-10 md:mt-0"> <h3 class="text-sm/6 font-semibold text-white">Legal & About</h3> <ul role="list" class="mt-6 space-y-4"> <li> <a href="/us/company" class="text-sm/6 text-gray-400 hover:text-white">About PlusClouds</a> </li> <li> <a href="/us/privacy-policy" class="text-sm/6 text-gray-400 hover:text-white">Privacy Policy</a> </li> </ul> </div> </div> </div> </div> <div class="mt-16 border-t border-white/10 pt-8 sm:mt-20 lg:mt-24"> <p class="text-sm/6 text-gray-400">© 2024 2020 PlusClouds® BV. All rights reserved.</p> </div> </div> </footer> <script src="https://www.google.com/recaptcha/api.js?render=6LdRiEMqAAAAABIfDFZho3N6-MiFsYEvZFqZqMyy"></script> <script> const shareButton = document.getElementById('shareButton'); const shareMenu = document.getElementById('shareMenu'); shareButton.addEventListener('click', () => { shareMenu.classList.toggle('hidden'); }); document.addEventListener('click', (e) => { if (!shareButton.contains(e.target) && !shareMenu.contains(e.target)) { shareMenu.classList.add('hidden'); } }); function copyBlogLink(event) { event.preventDefault(); const blogSlug = "what-is-regression"; const zone = "/us"; const baseUrl = "http://plusclouds.com"; const fullUrl = `${baseUrl}${zone}/blogs/${blogSlug}`; navigator.clipboard.writeText(fullUrl).then(() => { const alertBox = document.getElementById("copyAlert"); alertBox.style.display = "block"; setTimeout(() => { alertBox.style.display = "none"; }, 3000); }); } </script> <script> (function(d,t) { var BASE_URL="https://cw.plusclouds.com"; var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src=BASE_URL+"/packs/js/sdk.js"; g.defer = true; g.async = true; s.parentNode.insertBefore(g,s); g.onload=function(){ window.chatwootSDK.run({ websiteToken: '', baseUrl: BASE_URL }) } })(document,"script"); </script> </body> </html> <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="4b7ba83d696c631195a775ae-|49" defer></script>