Friday Fact: “Run with payload” in the new Logic Apps designer enforces JSON only
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Explores alternatives to XSLT for making XML files human-readable, as browser support for XSLT is being removed.
A beginner-friendly introduction to SVG, covering basic shapes, inline usage, and how to animate them with CSS and JavaScript.
A developer details fixing a blogroll's XML/XSLT styling issue across browsers by properly declaring ID attributes in a DTD.
A developer details using XSLT to transform an OPML blogroll into styled HTML, integrating it dynamically with Hugo and Nginx.
A technical guide on generating ZUGFeRD/X-Rechnung compliant XML+PDF invoices for EU B2B requirements using Ruby and Ghostscript.
A technical guide on implementing an Atom feed for a blog, explaining the benefits and providing a simple script-based approach.
A tutorial on programmatically manipulating SVG graphics using C# and the Svg NuGet package, including loading, modifying, and rendering them.
A technical guide on migrating blog content from the Eleventy static site generator to WordPress using a custom XML export.
An explanation of RSS Feeds, their purpose, and how they simplify following multiple blogs or content sources in one place.
A developer explains how fixing the Content-Type header from application/atom+xml to text/xml enabled XSLT styling for RSS/Atom feeds.
A technical introduction to SVG animation, covering SVG basics, XML structure, and animating elements with CSS and JavaScript.
A developer discovers and explains how XSLT stylesheets can transform raw XML feeds into readable web pages, using RSS as an example.
A quick guide on using the sed command-line tool to remove specific XML tag blocks from a file, with important caveats.
A tutorial on generating an auto-updating sitemap.xml file for SEO using the Eleventy static site generator.
A technical guide on using Kafka Connect with Single Message Transform to ingest and process XML data into Apache Kafka.
A technical guide on using Unix pipelines with curl, xq, and kafkacat to ingest and transform XML data into JSON for Kafka.
Introduction to ingesting XML data into Kafka, covering challenges and approaches for handling XML schemas in Kafka topics.
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A technical guide on using the WiX Toolset to create a Windows installer with proper AppId and metadata for enabling toast notifications.