Re: [basex-talk] xslt:transform function not working with XML Catalog

2020-07-09 Thread Lizzi, Vincent
Hi Liam, Thanks for the helpful suggestions. After trying everything you suggested and then also trying a few of Saxon's configuration options, unfortunately I'm still having the same problem. Trying a shell script that contains the following: MAIN="$( cd -P "$(dirname "$FILE")/../basex" &&

Re: [basex-talk] xslt:transform function not working with XML Catalog

2020-07-09 Thread Liam R. E. Quin
On Thu, 2020-07-09 at 04:32 +, Lizzi, Vincent wrote: > Hi Liam, > > Thanks for the reply and suggestions. Based on your suggestion I > tried pragmas and strace, and had another go at > CatalogManager.properties, but they've not had any effect. use, strace -f java >& hugelogfile.txt and

Re: [basex-talk] Enabling Xerces2 XML Schema processor

2020-07-09 Thread Omar Siam
You need to download the Xerces2 Java 2.12.1 (XML Schema 1.1) variant: Xerces-J-bin.2.12.1-xml-schema-1.1.zip . Am 09.07.2020 um 17:25 schrieb Yasir B: Hello, Very new to this - seeking help on how to enable the Xerces2 XML Schema processor as described in

Re: [basex-talk] xslt:transform function not working with XML Catalog

2020-07-09 Thread Imsieke, Gerrit, le-tex
Is the catalog schemas/catalog.xml residing in file:current-dir()? On 09.07.2020 16:02, Lizzi, Vincent wrote: Hi Gerrit, Thank you for the hint! Removing quotes from the pragma did not work in this case.   (# db:catfile schemas/catalog.xml #) The catalog file is also configured at the

Re: [basex-talk] xslt:transform function not working with XML Catalog

2020-07-09 Thread Lizzi, Vincent
Hi Gerrit, Thank you for the hint! Removing quotes from the pragma did not work in this case. (# db:catfile schemas/catalog.xml #) The catalog file is also configured at the beginning of the query: declare option db:catfile 'schemas/catalog.xml'; This detail about not needing quotes in a