[xsl] Re: [Exist-open] Trying to include Xinclude

Subject: [xsl] Re: [Exist-open] Trying to include Xinclude
From: "Joe Wicentowski joewiz@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Jun 2020 15:13:15 -0000
Hi Ihe,

See the eXist documentation on XInclude, particularly the section on error
handling:

  https://exist-db.org/exist/apps/doc/xinclude

Joe

On Thu, Jun 18, 2020 at 7:50 AM Ihe Onwuka <ihe.onwuka@xxxxxxxxx> wrote:

> 5.2.0
>
> On Thu, Jun 18, 2020 at 6:31 AM Jean-Paul Rehr <rehrjb@xxxxxxxxx> wrote:
>
>> Which version of eXist? Prior to 5.0 you can use
>>
>> declare option exist:serialize "expand-xincludes=no";
>>
>> in your Xquery declarations to allow/disallow Xinclude expansion
>> (assuming you are using Xquery to execute the transformation). After
>> 5.0...this no longer has an effect. Hopefully it will be reintroduced or
>> another method discovered (see
>> https://github.com/eXist-db/exist/issues/3446).
>>
>>
>>
>> On Thu, Jun 18, 2020 at 11:12 AM Ihe Onwuka <ihe.onwuka@xxxxxxxxx> wrote:
>>
>>> A short while ago I wrote a transform that was supposed to transform a
>>> certain input element to an Xinclude element.
>>> eXist blew up because it tried to resolve Xinclude call as soon as  I
>>> attempted to store the transformation in the database.
>>> Is that supposed to happen? Including the xsl list because am wondering
>>> whether this was a use case for namespace aliasing.
>>> I have since solved the problem another way so the question is of
>>> academic interest only.
>>> _______________________________________________
>>> Exist-open mailing list
>>> Exist-open@xxxxxxxxxxxxxxxxxxxxx
>>> https://lists.sourceforge.net/lists/listinfo/exist-open
>>>
>> _______________________________________________
> Exist-open mailing list
> Exist-open@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/exist-open

Current Thread