Erik Siegel
Erik Siegel
Is there a way to copy a complete TinyCad configuration (including the library settings) to another computer without having to do this all over again? I couldn't find any information...
Problem: The `xslfo:render#4` function does not seem to work. The 4th parameter is the FOP config document. However when I supply a valid document to this parameter the answer is...
**Describe the bug** I want to run a (complicated) XSLT from disk. This XSLT has includes/imports, which in turn include/import others. All include file references are relative. The first level...
**Describe the bug** We have tried to do XML compares using `xmldiff:compare()` and the XPath equivalent `deep-equal()`. For comparing two equal documents of ~200Kb `xmldiff:compare()` on my machine taks 60msecs,...
The ISO skeleton implementation resolves a `pattern/@documents` value as relative the source XML document's location. SchXslt resolves this as relative to the *schema* location. The standard leaves this undefined. However,...
### What is the problem The `not()` function used in a predicate on a boolean sequence fails... I'm trying to count the number of false or true entries in a...
### What is the problem` The following XQuery gives an error message that as far as I understand things doesn't make sense: ```xquery let $col as document-node()* := collection('/db/apps/dashboard') let...