---
title: "Making XML human-readable without XSLT"
url: https://daily.dev/posts/making-xml-human-readable-without-xslt-tf0xrdfdb
source_url: https://jakearchibald.com/2025/making-xml-human-readable-without-xslt/
type: article
source: "Jake Archibald"
published: 2025-09-02T17:46:31.238Z
updated: 2025-09-02T17:46:52.169Z
tags: ["webdev", "javascript", "html"]
reading_time: 7
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Making XML human-readable without XSLT

**[Jake Archibald](https://daily.dev/sources/jakearchibald)** · 7 min read · 3 upvotes · 0 comments

## Summary

Browsers are considering removing XSLT support due to low usage and security concerns. The post demonstrates how to transform XML into human-readable HTML using JavaScript instead of XSLT, including techniques for creating proper HTML elements in XML documents and using templating functions for data transformation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://jakearchibald.com/2025/making-xml-human-readable-without-xslt/>

## Similar posts on daily.dev

- [XSLT Debate Leads to Bigger Questions of Web Governance](https://daily.dev/posts/xslt-debate-leads-to-bigger-questions-of-web-governance-ssyxugvdb) · The New Stack · 2 upvotes · 0 comments
- [The lost art of XML — mmagueta](https://daily.dev/posts/the-lost-art-of-xml-mmagueta-qcvhz2sua) · Lobsters · 1 upvotes · 1 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#html](https://daily.dev/tags/html)

[View this post on daily.dev](https://daily.dev/posts/making-xml-human-readable-without-xslt-tf0xrdfdb)
