-
### Feature Description
Add an XSLT Stylesheet to format Atom and RSS feeds into HTML.
Please refer to my stylesheet StreamBurner which handles both.
See https://gitgud.io/sjehuda/streamburner
…
-
I'm trying out the w3schools XSLT example with xrust.
Here is `examples/xslt.rs` that I just made to try performing xsl transformations with:
```rust
use std::env;
use std::fs::File;
use std::i…
-
**What problem are you trying to solve?**
I try to transform the zugferd/factur-x schema file with the xslt2 into a schematron to be able to validate incoming factur-x xml invoices.
**Please sho…
-
Some browsers (e.g. Firefox) are capable of rendering XML with XSLT or CSS stylesheet referred in that XML.
See https://www.w3.org/TR/xml-stylesheet/xml-stylesheet.xml
It would be nice if PMD CP…
-
When testing this library I used a [sample XML + XSLT](https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor/Basic_Example) from the Mozilla website. The library doesn't seem to work correctl…
-
The stylesheet generated by transforming my Schematron using `pipeline-for-svrl.xsl` with SchXSLT 1.10.1 (and version 1.4.5 as well), results in an XSLT that has several calls to the `key` function ho…
-
This test case will show the problem. The output is now `XYtest1` even though it should be `Xtest1Y`. I think it is because the text nodes get `siblingPosition` of -1 and the `xsl:value-of` gets bigge…
-
The buggy case is presented in this unit test code.
Basically, the `` works but results in following output
```
test1 helloreplaced text
```
So the beginning of the text ("This is") is lost som…
-
Using this stylesheet I have some observations.
I mainly picked this one since it already is an XSLT3 variant of the XSLT1 stylesheet Microsoft delivers with MS Office.
I wanted to leave the actua…
-
### Describe the Bug
If i add a Transform XML Action in a Logic app which uses custom code local function (.NET 8), it fails with this error:
Result: Failure
Exception: System.InvalidOperationExcep…