Re: [xsl] Running xsltproc does not produce any output

Subject: Re: [xsl] Running xsltproc does not produce any output
From: "ohaya ohaya@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Jul 2024 12:32:16 -0000
 Hi,
If xsltproc won't work (because no regex extension), then I think that maybe
that XSLT Fiddle website that Wendell suggested in his message might work?
Jim



    On Tuesday, July 23, 2024 at 07:31:45 AM EDT, ohaya <ohaya@xxxxxxxxx>
wrote:

  Hi,
This is what I get when I run xsltproc --dumpextensions:
[root@nodejs ~]# xsltproc --dumpextensions
Registered XSLT Extensions
--------------------------
Registered Extension Functions:
{http://exslt.org/common}object-type
{http://exslt.org/math}max
{http://exslt.org/math}power
{http://exslt.org/math}cos
{http://exslt.org/sets}has-same-node
{http://exslt.org/sets}leading
{http://exslt.org/strings}decode-uri
{http://exslt.org/strings}replace
{http://exslt.org/dates-and-times}add-duration
{http://exslt.org/dates-and-times}date-time
{http://exslt.org/dates-and-times}day-abbreviation
{http://exslt.org/dates-and-times}year
{http://exslt.org/crypto}md5
{http://exslt.org/math}lowest
{http://exslt.org/math}atan
{http://exslt.org/strings}tokenize
{http://exslt.org/dates-and-times}date
{http://exslt.org/dates-and-times}difference
{http://exslt.org/dates-and-times}week-in-month
{http://exslt.org/crypto}rc4_decrypt
{http://exslt.org/sets}difference
{http://exslt.org/dates-and-times}day-in-month
{http://icl.com/saxon}line-number
{http://exslt.org/math}random
{http://exslt.org/sets}distinct
{http://exslt.org/sets}trailing
{http://exslt.org/dates-and-times}day-in-year
{http://exslt.org/dates-and-times}month-name
{http://exslt.org/dates-and-times}second-in-minute
{http://exslt.org/dates-and-times}seconds
{http://icl.com/saxon}evaluate
{http://exslt.org/common}node-set
{http://exslt.org/math}highest
{http://exslt.org/math}tan
{http://exslt.org/strings}split
{http://exslt.org/strings}encode-uri
{http://exslt.org/strings}padding
{http://exslt.org/dates-and-times}day-name
{http://exslt.org/dates-and-times}leap-year
{http://exslt.org/math}abs
{http://exslt.org/math}sin
{http://exslt.org/math}exp
{http://exslt.org/dates-and-times}month-abbreviation
{http://exslt.org/dates-and-times}week-in-year
{http://icl.com/saxon}expression
{http://exslt.org/crypto}rc4_encrypt
{http://exslt.org/dates-and-times}day-in-week
{http://exslt.org/dates-and-times}duration
{http://exslt.org/dates-and-times}minute-in-hour
{http://exslt.org/dates-and-times}month-in-year
{http://exslt.org/dynamic}evaluate
{http://exslt.org/math}atan2
{http://exslt.org/dates-and-times}add
{http://exslt.org/dates-and-times}day-of-week-in-month
{http://exslt.org/dates-and-times}time
{http://exslt.org/crypto}sha1
{http://exslt.org/math}min
{http://exslt.org/math}constant
{http://exslt.org/math}log
{http://exslt.org/math}asin
{http://exslt.org/math}acos
{http://exslt.org/sets}intersection
{http://exslt.org/strings}align
{http://exslt.org/strings}concat
{http://exslt.org/dates-and-times}hour-in-day
{http://exslt.org/dates-and-times}sum
{http://icl.com/saxon}eval
{http://exslt.org/dynamic}map
{http://xmlsoft.org/XSLT/}test
{http://exslt.org/crypto}md4
{http://exslt.org/math}sqrt

Registered Extension Elements:
{http://xmlsoft.org/XSLT/}test
{http://exslt.org/common}document
{http://exslt.org/functions}result

Registered Extension Modules:
http://icl.com/saxon
http://exslt.org/functions
http://xmlsoft.org/XSLT/





    On Tuesday, July 23, 2024 at 12:00:42 AM EDT, Liam R. E. Quin
<liam@xxxxxxxxxxxxxxxx> wrote:

 On Tue, 2024-07-23 at 03:01 +0000, ohaya ohaya@xxxxxxxxx wrote:
>
> So I was looking at a regex that would check for that (2 strings same
> length) and found this:
>

I forgot to add, i donbt think xsltproc supports regular expressions.
They are not in XSLT 1 (or XPath 1), although xsltproc does have some
extensions;
xsltproc --dumpextensions
will list them.

liam

--
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread