From: Lady Date: Sat, 20 Sep 2025 04:51:33 +0000 (-0400) Subject: Make LesML:split a function X-Git-Tag: 0.6.0^0 X-Git-Url: https://git.ladys.computer/LesML/commitdiff_plain/edd3e261cf6e99a747137211256f94fbaefd6e0f?ds=inline Make LesML:split a function This simplifies the implementation a bit. --- diff --git a/parser.xslt b/parser.xslt index a304a46..cf1de98 100644 --- a/parser.xslt +++ b/parser.xslt @@ -23,17 +23,29 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one xmlns:LesML="urn:fdc:ladys.computer:20240512:LesML" xmlns:exsl="http://exslt.org/common" xmlns:exsldyn="http://exslt.org/dynamic" + xmlns:exslfunc="http://exslt.org/functions" xmlns:exslset="http://exslt.org/sets" xmlns:exslstr="http://exslt.org/strings" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4" exclude-result-prefixes="LesML" - extension-element-prefixes="exsl exsldyn exslset exslstr" + extension-element-prefixes="exsl exsldyn exslfunc exslset exslstr" version="1.0" > <书社:id>urn:fdc:ladys.computer:20240512:LesML:parser.xslt -