-
Think about `` simple alias, e.g. `{expr ? a : b}`
-
Using the following code:
``` ruby
input_xml =
-
Java and other software has key/value pair parameters, e.g. the `lang` property:
java -Dlang=en -cp some.jar input output
Another example:
xsltproc --param lang en id.xsl in.xml
Th…
-
The GeoNetwork harvester, allows to configure the xsl process in a text field, so the user has to write manually, what is at least a bit odd:
![geonetwork-harvester-xsl](https://cloud.githubusercon…
-
**Is your feature request related to a problem? Please describe.**
Yes, the current `ruleset_2_0_0.xsd` schema enforces the presence of the `` element in each ruleset file by setting `minOccurs="1"`.…
-
```
What steps will reproduce the problem?
1. Download the Beta 3 version of XSLTForms.xsl
http://xsltforms.svn.sourceforge.net/viewvc/xsltforms/releases/beta3/
2. Run xslmin-1.2 or 2.2 and they both…
-
Hi Jose,
I've used this generator to create the new Gemini 2.3 schema. When I went to full display view, I was getting an error like:
Error at xsl:variable on line 74 column 88 of view.xsl: …
-
Hi together,
I am checking a xRechnung 2.2 with the validator-configuration-xrechnung_2.2.0_2022-11-15. I would like to print the check result via the `-p` option and am getting an exception:
Co…
-
David, I was looking for a way to create a legend. I though I could simply create another table. But seemingly there is a specific way to construct it(?) I could find people using "legendCallback" fun…
-
```
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…