The file
/usr/share/scilab//modules/preferences/src/xslt/XConfiguration.xsl is
there and belongs to scilab-data:

$ dpkg -S /usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl
scilab-data: /usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl


It has xsl:import clauses but they seem to be in the right place:

$ grep import /usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl 
  <xsl:import href="XCommon.xsl"/>
  <xsl:import href="XCommon-toolbars.xsl"/>
  <xsl:import href="XGeneric.xsl"/>

In fact all xsl under /usr/share/scilab/modules/preferences/src/xslt/
seem to be fine:

$ grep -n import /usr/share/scilab/modules/preferences/src/xslt/*.xsl 
/usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl:4:  
<xsl:import href="XCommon.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl:5:  
<xsl:import href="XCommon-toolbars.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XConfiguration.xsl:6:  
<xsl:import href="XGeneric.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:9:   <xsl:import 
href="XCommon.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:10:  <xsl:import 
href="XWizard/XWizard-any.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:11:  <xsl:import 
href="XWizard/XWizard-function.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:12:  <xsl:import 
href="XWizard/XWizard-expression.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:13:  <xsl:import 
href="XWizard/XWizard-xcos.xsl"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:21:  <xsl:variable 
name="imports"
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:22:          
select="document('')/xsl:stylesheet/xsl:import/@import"/>
/usr/share/scilab/modules/preferences/src/xslt/XWizard.xsl:24:          
select="document($imports)/xsl:stylesheet/descendant::xsl-variable"/>

including the ones that XWizards itself imports:
$ grep -n import /usr/share/scilab/modules/preferences/src/xslt/XWizard/*.xsl
[no results]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821842

Title:
  failed to open scilab preferences due to xsl error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1821842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to