xsl-list
[Top] [All Lists]

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

2020-06-18 10:13:23
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(_dot_)onwuka(_at_)gmail(_dot_)com> wrote:

5.2.0

On Thu, Jun 18, 2020 at 6:31 AM Jean-Paul Rehr <rehrjb(_at_)gmail(_dot_)com> 
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(_dot_)onwuka(_at_)gmail(_dot_)com> 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(_at_)lists(_dot_)sourceforge(_dot_)net
https://lists.sourceforge.net/lists/listinfo/exist-open

_______________________________________________
Exist-open mailing list
Exist-open(_at_)lists(_dot_)sourceforge(_dot_)net
https://lists.sourceforge.net/lists/listinfo/exist-open

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] Re: [Exist-open] Trying to include Xinclude, Joe Wicentowski joewiz(_at_)gmail(_dot_)com <=