-
## System Information
### Linux distribution
``` Debian 10 ```
### Terraform version
```sh
terraform -v
v0.13.7
```
### Provider and libvirt versions
```sh
terraform-provider-li…
-
I just stumbled across the fact that current-group#0 doesn't work: see the note in 14.2.1 that says:
> Like other XSLT extensions to the dynamic evaluation context, the [current group] is not retai…
-
The xslt at [api-manager.xsl](https://github.com/salte-io/wso2am/blob/74b54c4554fbcd57caa5a2f8414a15a6c18f09dc/api-manager.xsl#L18) is incorrect.
Instead it should be:
``` xslt
http://,https://
```
-
Getting XML dependencies for an XSLT is often usefull but it does't always allow to understand how XSLT modules are binded together.
Assuming a good practice is to use different modes for each modu…
-
Dear eXist developers, dear all,
it certainly a big plus that you can make use of XSLT in eXist by having Saxon at hand. That makes in my case things a lot easier.
However, having used the `tran…
-
In many cases, there are no natural identifiers in the data transformed by LP-ETL. In such cases blank nodes or UUID-based IRIs can be used. Since the use of blank nodes is generally discouraged, it w…
-
Today to do XSLTs we have `XslCompiledTransform`. But this class will only ever use IL Ref.Emit to generate the transform. This is not possible when publishing for Native AOT - Ref.Emit won't work.
…
-
### Description
The XSLT stylesheet only displays the `` and `` elements (and `` is proposed to be removed in #145).
Should the stylesheet be modified to display additional columns If a plugin a…
-
*@lagivan commented on Aug 12, 2014, 2:05 PM UTC:*
It'd be very helpful to have XSLT file type supported in eXide, plus:
* "Function doc" feature for standard and custom functions;
* Autocomplet…
ghost updated
5 years ago
-
```
source = Nokogiri::XML(File.read monograph_filename)
xsl = Nokogiri::XSLT(File.read 'ipm.xsl' )
transformed = xsl.transform(source)
```
The last line throws a runtime error because the xls file c…