Sign inSign up

freelyit/xml-formatter

By freelyit

Updated 9 months ago

A simple xml formatter html static side which runs in a .NET 9 container

Buildkit cache
Image
Developer tools
0

10K+

freelyit/xml-formatter repository overview

XML Formatter

A simple, privacy-focused XML formatter web application built with ASP.NET Core 10.0.

Description

This is a client-side XML formatter that runs in a .NET 10 Docker container. The application provides a clean, simple interface for formatting and validating XML data directly in your browser.

Privacy First: There is no backend processing or database. All XML formatting happens client-side in your browser using JavaScript. Nothing will be stored or sent to any server.

A live demo can be found at https://xml-formatter.apps.freelyit.nl/

Features

  • Client-side Processing: All XML parsing and formatting happens in your browser
  • Real-time Formatting: XML is formatted as you type
  • Error Handling: Clear error messages for invalid XML
  • Copy to Clipboard: One-click copy of formatted XML
  • Clear Function: Quick clear of both input and output
  • Backslash Handling: Automatically strips backslash characters before parsing
  • Lightweight: Minimal dependencies, fast loading
  • Privacy: No data is sent to any server

Usage

  1. Paste your XML into the left text area
  2. The formatted XML appears automatically in the right panel
  3. Use the Copy button to copy the formatted XML to your clipboard
  4. Use the Clear button to reset both input and output

Docker Deployment

Run the Container
docker run -p 8080:8080 XML-formatter

The application will be available at http://localhost:8080

Tag summary

Content type

Image

Digest

sha256:ef9926fdc

Size

91.6 MB

Last updated

9 months ago

docker pull freelyit/xml-formatter