XML XSLT and the Universe
Pages
(Move to ...)
Home
List of all Posts
▼
Tuesday, 3 March 2020
Prevent closed elements
›
There seems to be a lot of websites that offer methods of preventing closed elements. Not sure if this is of any relevance but if we use a z...
Tuesday, 23 October 2018
Dynamic geographic extent finder
›
This uses a power set to return all the applicable geographic extents based on a requested value. The code is based upon the functions detai...
Tuesday, 2 October 2018
Bluetooth not loading in Windows 10
›
Issue When starting windows 10 the bluetooth driver fails to load and refuses to start manually from the services Resolution click Win...
Thursday, 2 August 2018
Returning xml data from a json file with XSLT 3
›
XSLT is enabled with functions to support json. This can be used with a simple call to retrieve and convert a json file to xml <x...
Friday, 27 July 2018
xquery return a regex matched string
›
Useful function to return the string matched by a regex pattern - note this will only work for a single match in the string declare ...
Wednesday, 6 June 2018
Resolve Curls double header when requesting from a digest authentication source in an xslt pipeline
›
When using curl to make a request against a source that uses digest authentication the response will contain a double header, the first is a...
Thursday, 24 May 2018
Remove illegal XML characters
›
A recent issue where some parsed text generated from PDFbox required to be transformed using XSLT highlighted issues with illegal characters...
›
Home
View web version