PinnedBeginning XSLT with HTML5, CSS and Javascript - Part 1Building on previous posts in the XSLT for the Modern Web series — This post will take a more detailed look at how to use XSLT, Javascript…May 26May 26
PinnedXSLT with Fetch() API — modern Javascript with Async and AwaitHaving looked at the use of XMLHttpRequest and jQuery $.ajax(), $.ajax() with Promises and $.get(), another modern way to load XML and…May 3May 3
PinnedWhat is XSLT and is it still relevant in a website context in 2024?Let’s explore concisely what XSLT is, why we should be interested and whether it has a place in website context in 2024 — or is it…Apr 271Apr 271
How to use XSLT with PHP (very simply)Using XSLT with PHP is very easy to do — but you will need to check you have the right modules installed. Lets take a quick look.Oct 26Oct 26
Using XPath generate-id() with XSLT to create links within your XML contentXPath’s generate-id() function is useful for simple linksOct 5Oct 5
Using Javascript Promise.allSettled() to apply multiple XSLT transformationsJavascript Promises provide methods to help with asynchronous loading of resources, which can be helpful for loading multiple XSLT…Oct 3Oct 3
How to load multiple XML documents using XPath in XSLTLet’s understand how we can load multiple XML documents in an XSLT transformation using <xsl:variable> and XPath document()Aug 18Aug 18
Performing a simple lookup in XSLT using XPathPerforming a simple lookup is a useful XML/XSLT pattern — previously we looked at using <xsl:key>, this time let’s look at different way…Aug 18Aug 18
Using XSLT to output Javascript (within a webpage)Can you use XSLT to output Javascript to a webpage? — let’s find outAug 11Aug 11
How to use <xsl:key> to perform a simple lookup in XSLTPerforming a simple lookup is a useful XML/XSLT pattern — lets look at matching an element in one XML document with a value/attribute in…Aug 11Aug 11