Ahnaf Tahmid Zamanahnaftahmidzaman.hashnode.dev·Nov 21, 2024Building a Dynamic Book Catalog with AJAX and XMLIn today’s fast-paced web development world, creating smooth and responsive user experiences is key. One way to achieve this is through AJAX (Asynchronous JavaScript and XML), a powerful technique that allows web pages to communicate with servers and...DiscussDynamic Webpages
Ravi Ranjanranjanravi.hashnode.dev·Jun 22, 2024Inside Spring Framework: Understanding the Inner MechanicsThe Spring Framework is a powerful and versatile tool in the world of Java development. While its capabilities in simplifying application development are well-known, the internal workings that make this possible are often shrouded in mystery. In this...DiscussJava
haroune hassineiaaroun.hashnode.dev·Jun 15, 2024Efficiently Parse RPM's XML Metadata Files with SAX Parser and pulldomScope Uyuni is an open source systems management solution that can be used to manage multiple Linux distributions. Under the framework of the Google Summer of Code 2024 program, we're trying to develop a lazy reposync service that replaces the old re...Discuss·1 like·58 readssax parser
Ahmed Rezaahmedreza.hashnode.dev·May 6, 2024Web Scraping with Python Beautiful SoupBeautiful Soup is a Python library designed for web scraping HTML and XML files. It offers a convenient way to extract data from web pages by parsing the HTML/XML markup and navigating the document's structure. Here's why Beautiful Soup is useful for...DiscussPython
Prabhu Rblog.teamnexus.in·Mar 11, 2024jsoup: A Powerful Java Library for Working With HTML and XML Documentsjsoup is a popular open-source Java library that enables developers to parse, manipulate, and extract data from HTML and XML documents. In this article, we will explore the basics of using jsoup, including parsing HTML documents, selecting and manipu...DiscussJava
Arnabarnabroychowdhury.hashnode.dev·Nov 2, 2023XML Conversion in Focus: Tools for the Modern DeveloperXML, which stands for Extensible Markup Language, acts as a cornerstone in the world of data storage and transmission. Unlike HTML, which defines how data should look, XML focuses on what data means, making it a key player in the realm of data repres...Discussxml
Ronit Banerjeeronitbanerjee.hashnode.dev·May 21, 2023XML and XML Schema : DocumentationXML (eXtensible Markup Language) and XML Schema are foundational technologies for the Semantic Web, and understanding them is crucial for working with more advanced Semantic Web technologies like RDF and OWL. Introduction to XML XML, or Extensible M...Discuss·1 like·173 readsxml
Shahid Yousufshahidyousuf.com·Dec 11, 2022XML Parser Web Application in PythonXML parsing refers to the process of analyzing and extracting data from an XML (Extensible Markup Language) document. XML is a popular format for storing and sharing structured data, such as that used in websites or applications. To parse an XML docu...Discuss·1 like·192 readsPythonPython
Juhilee Nazarejuhilee.hashnode.dev·Nov 2, 2022Using TinyXML-2 to parse XML in C++Introduction TinyXML-2 is a lightweight XML parser to build Document Object Model (DOM) that is easily readable and modifiable. The XML data is parsed into C++ objects to write to an output stream or disk. Getting Started TinyXML-2 is simple and easy...Discuss·4 likes·335 readsC++
Kajal Singhblog.thesourcepedia.org·Aug 8, 2022XML parsing with NodeJSBefore starting XML with NodeJS you should know the basics of XML, you can refer to XML-Basic Introduction for Beginners for that, Reading XML file in HTML Let's start by making a basic .xml file, and displaying XML file data to HTML. song.xml <?xml ...Discuss·107 readsxml