Articles by Tag #xml

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

XML Schema Validation 1.1 in Java

This week, I received an interesting task: dusting off a legacy Java application. The application...

Learn More 12 0Nov 13 '25

El sustituto de JSON

Tantos y tantos lenguajes de intercambio...

Learn More 5 0Nov 27 '25

Why the Nop Platform Sticks with XML Instead of JSON or YAML

In today’s development world, a kind of political correctness seems to have formed: XML is an...

Learn More 0 0Nov 20 '25

How to Validate JSON and XML Payloads in Azure API Management

by Harris Kristanto In this vlog, I will be walking you through how to use the validate-content...

Learn More 2 0Oct 14 '25

What is a RSS feed

RSS is that term you hear and see a lot but never really bother to understand what it does. It is not...

Learn More 0 0Dec 15 '25

Costruire un Parser EPG: Implementazione XMLTV con Python e TypeScript

Costruire un Parser EPG: Implementazione XMLTV Introduzione a EPG e XMLTV La...

Learn More 0 0Dec 28 '25

Implementazione di un Parser EPG XMLTV: Guida Tecnica Completa con Python e TypeScript

Implementazione di un Parser EPG XMLTV: Guida Tecnica Completa Introduzione a EPG...

Learn More 0 0Dec 28 '25

Announcing stax-xml: StAX style XML Parser for JavaScript

TL;DR I built stax-xml, the first StAX-style (streaming) XML parser for JavaScript. It can...

Learn More 0 0Oct 7 '25

Building XMLtoMD: Real-Time XML Validation with Monaco Editor in React

Building XMLtoMD: Real-Time XML Validation with Monaco Editor in Next.js I recently...

Learn More 0 0Oct 23 '25

pygixml — The Fastest XML Parser for Python (Beating lxml at Its Own Game)

XML parsing in Python has always been… a bit of a pain. We’ve all used ElementTree or lxml, but once...

Learn More 0 0Nov 6 '25

XSLT 완벽 가이드 - XML 변환의 기초부터 실전까지

XSLT(XSL Transformations)는 XML 문서를 다른 형식(HTML, 텍스트, 다른 XML 등)으로 변환하기 위한 언어입니다. XSL 스타일시트라는 템플릿을 통해...

Learn More 0 0Dec 31 '25

Wednesday Links - Edition 2025-11-12

The Long Journey - How Bytecode Gets Interpreted by the Machine (11...

Learn More 0 0Nov 12 '25

🌍 Uniface Localization Series (Part 2): The Secret Sauce - Message Libraries 📚

Welcome back! In Part 1, we looked at the architecture of our Date/Time localization sample. Now,...

Learn More 0 0Nov 23 '25

Extracting IP Addresses from Palo Alto Configs: A Technical Guide

Palo Alto firewalls store configuration in XML format. Here's exactly what SimpleIPAM extracts and...

Learn More 0 0Nov 30 '25

JSON Explained in Minutes | Learn How to Manage, Use & Convert Easily

If you’ve ever opened a .json file and saw something that looks like curly brackets, colons, and...

Learn More 0 0Oct 16 '25

XPath 완벽 가이드 - XML 문서 탐색의 모든 것

XPath(XML Path Language)는 XML 문서 내에서 특정 요소나 속성을 찾아 탐색하기 위한 쿼리 언어입니다. HTML/XML 파싱, 웹 스크래핑, XSLT 변환 등...

Learn More 0 0Dec 31 '25

Seamlessly Convert Word to XML in C# and VB.NET: A Practical Guide with Spire.Doc

Are you struggling to programmatically extract structured content from Word documents? Developers...

Learn More 0 1Oct 16 '25

.SLN is dead. Long live .SLNX!

.SLN is dead. Long live .SLNX! Everyone who has ever opened Visual Studio has encountered...

Learn More 4 2Jul 24 '25

`XmlFluentValidator`: Code-First XML Validation That Stays Close to Your Rules

XmlFluentValidator: Code-First XML Validation That Stays Close to Your Rules XML is still...

Learn More 0 0Jan 12

What is JSX? Why we use in React ?

JSX - JAVA SCRIPT XML XML - Extensible Markup Language JSX allow the user to write the html code...

Learn More 0 0Oct 7 '25

Introducing XSLTPlayground.com — The Modern Way to Test, Optimize, and Debug XSLT in Real Time

Working with XSLT in modern data pipelines and XML-driven systems has always been powerful… but not...

Learn More 0 0Jan 6

Beyond lxml: Faster and More Pythonic Parsing with pygixml and selectolax

For almost two decades, lxml has been the go-to choice for parsing XML and HTML in Python. It’s fast,...

Learn More 3 0Nov 8 '25

Building a Video Sitemap Generator from Scratch

How to build a Google-compliant video sitemap generator in PHP with automatic splitting and sitemap

Learn More 1 0Mar 3

XPath in Power Automate - diagrams

Visual examples available via GitHub Pages XPath in Power Automate - diagrams illustrate xpath...

Learn More 1 0Jul 11 '25

JSON vs. XML: The Data Exchange Debate

Introduction: The Battle for Data Supremacy What if a single choice between two formats...

Learn More 1 0May 28 '25

The Billion Laughs Bomb

Introduction XML External Entity (XXE) attacks are not just theoretical they're...

Learn More 4 0Apr 17 '25

From JSONL to a normalized relational database. Is a tool necessary?

This is my first post, please forgive me if it’s not the most beautiful post you’ll read. 😃 In my...

Learn More 5 4Jul 11 '25

how to implement login signup page for android dev

public class LoginSignupActivity extends AppCompatActivity { private EditText usernameEditText,...

Learn More 1 0Apr 16 '25

Introduction to React: Understanding the Basics-part.1

How Does React Work? The core idea behind React is that, unlike traditional websites where everything...

Learn More 1 1Mar 31 '25

RELAX NGとSchematronを組み合わせたTEI XMLスキーマの実装ガイド

:::message 人手で検証を行った後、AIが記事を執筆しました。 ::: はじめに TEI(Text Encoding...

Learn More 0 0Aug 1 '25