Problem Background: I have 4 GB of text data dispersed in 250,000 html files. I want to interlink the files […]
Tag: xslt
Extracting the first two initials of a person’s name
Problem I’ve come up with a hackish approach to get my XSL function to only return the first 2 initials […]
XSL template for converting XML to JSON
Problem I used saxon v9 to profile an XSL transformation which converts XML to JSON. The profiler tells me that […]
XSLT 2.0 that analyzes an HTML5 document
Problem This xslt analyzes a HTML5 source document. (my instinct tells me a program already exists that performs similar function, […]
XSLT 2.0: Crawl HTML and add links
Problem Background: I have 4 GB of text data dispersed in 250,000 html files. I want to interlink the files […]
Controls to dump key/value pairs
Problem Are there alternative (better) ways to factor out the common parts other than my use of abstract base class? […]