kibook
kibook
I get the same errors. I'm going to keep looking in to them.
I tried a different approach by modifying the Saxon/C API to link with the libsaxonhec library at compile-time, instead of dynamically loading it at run-time from a hard-coded path (3b80c66)....
I forgot to include the JET runtime files in the above package. Use [s1kd-brexcheck_4.4.5_win64-saxon.zip](https://github.com/kibook/s1kd-tools/releases/download/3.2.6/s1kd-brexcheck_4.4.5_win64-saxon.zip) instead.
Some updates: I'm still investigating the memory leak issues with Saxon/C. I reported what I found on their development tracker, and they are looking into it as well: https://saxonica.plan.io/boards/4/topics/7982. I...
I finally did manage to build XQilla on Windows with Cygwin, and I created a standalone Windows package for testing: [s1kd-brexcheck_4.8.0_win64-xqilla.zip](https://github.com/kibook/s1kd-tools/releases/download/3.3.1/s1kd-brexcheck_4.8.0_win64-xqilla.zip).
Good catch! This was an issue with how Xerces-C implements attribute nodes. DOMNode::getParentNode() doesn't return the element they are on, DOMAttr::getOwnerElement() must be used instead. This should be fixed in...
Great! Thank you for testing it. 530216e is an overhaul on the XPath 2.0 functionality, so that it's not an either-or choice, but is based on what version of XPath...
I'm not too active in FiveM or RedM mod development lately, but last I heard RedM did not support DUI and so render targets can't be used. The RedM version...
Is that script open source? If there's a way to use DUI in RedM now, it may be possible for me to update this script in the same way. The...
Have you completed this step of the installation instructions? > 2. Edit fxmanifest.lua and set the gameName variable to either "gta5" (for FiveM) or "rdr3" (for RedM). If not, this...