Erik Siegel

Results 7 issues of 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...

bug
regression

**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,...

xquery
performance

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,...

enhancement

### 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...

bug

### 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...

bug
awaiting-response
xquery