You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another way of being XSpec 1.6.0 compatible is to use <x:context/expect select="fn:doc()"> instead of the xi:include that was recently commited.
This new method looks quite easier:
no xi:include configuration in Oxygen or Maven
no serialize/parse xpath to delete xml:base (added by xi:include)
The only problem is that we loose the xml:base inheritance in the XSpec file itself.
In Oxygen CTRL + Clic on the filename in @href opens it, this won't be true anymore, except if the filename is set in @label I guess.
This issue is about upgrading XSpec to this method as suggested by @AxelCourt
The text was updated successfully, but these errors were encountered:
As seen in xspec/xspec#1090 (comment)
Another way of being XSpec 1.6.0 compatible is to use <x:context/expect select="fn:doc()"> instead of the xi:include that was recently commited.
This new method looks quite easier:
The only problem is that we loose the xml:base inheritance in the XSpec file itself.
In Oxygen CTRL + Clic on the filename in
@href
opens it, this won't be true anymore, except if the filename is set in@label
I guess.This issue is about upgrading XSpec to this method as suggested by @AxelCourt
The text was updated successfully, but these errors were encountered: