Still room in XSLT 3 courses in January and February
https://www.delightfulcomputing.com/course-xslt-two-to-three.html
#training #courses #xslt3 #xslt
Pssst… Streaming Schematron rocks. Writing streamable rules and constraints is something to get used to, but validating 7GB of METS records without my laptop breaking sweat is very nice. #Schematron #XSLT3
Today I Learned: When using the simple map operator ! I use . to refer to the current sequence element in the mapping function. E.g. tokenize(…) ! substring-after(., ‘HANS’) maps the sequence of tokenize() and removes the prefix HANS from every item. #xslt3 #xslt #todayilearned