Re: Schema Validation, XMLCatalogResolver, rewriteURI

2019-11-26 Thread Christian Grün
Hi Mukul, Thanks for your answer; this would be an option indeed. The background of my question is that we would like to improve catalog resolutions in the open source DBMS BaseX, which provides XQuery functions for validating documents via Xerces and Saxon. Catalogs can be used for document pars

Re: Schema Validation, XMLCatalogResolver, rewriteURI

2019-11-26 Thread Mukul Gandhi
Hi Christian, I'm not an expert on XMLCatalogResolver. But following solution comes to my mind for your use case, using a different approach, You could precede the schema validation, with an XSLT transform (using an identity transform like XSLT stylesheet) that converts "http" URLs into "https

Re: Schema Validation, XMLCatalogResolver, rewriteURI

2019-11-26 Thread Christian Grün
Anyone who could give me some hints here? On Mon, Nov 11, 2019 at 12:15 PM Christian Grün wrote: > > Hi all, > > I’m trying to validate a document with Xerces. My schema has "http" includes > that need to be rewritten to "https". I try to do this with an XML catalog > and rewriteURI, but the r