Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

<xsl:import ajd <xsl:include not handled in 40.0

  • 1 reply
  • 1 has this problem
  • 2 views
  • Last reply by philipp

more options
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:import  href="aomi_import.xsl"/>
<xsl:variable name ="totalRecords"><xsl:value-of select ="$aomi_cnt1"/></xsl:variable>
<xsl:variable name ="aomi_menu_1">light-keys</xsl:variable>
<xsl:include href="aomi_include.xsl"/>
<xsl:output method="html" indent="no" /> ................

*********************************************** firefox 40.0 does not handle "<xsl:import" and "<xsl:include" anymore. I reactivated 39.0 successfully and was happy again. Is it a matter of "--allow-file-access-from-files" in 40.0 ??? How to set this option ??? Used to work in the past. Also OPERA and CHROME still support

TRY: www.myaomi.byethost18.com/myaomi.html?e=summer (works fine with 40.0: doesn't use <xsl:import nor <xsl:include) TRY: www.myaomi.byethost18.com/cec.html?e=winter (doesn't work with 40.0 anymore: uses <xsl:import and <xsl:include as well)

Thank you very much, linuxaomi

<pre><nowiki><?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="aomi_import.xsl"/> <xsl:variable name ="totalRecords"><xsl:value-of select ="$aomi_cnt1"/></xsl:variable> <xsl:variable name ="aomi_menu_1">light-keys</xsl:variable> <xsl:include href="aomi_include.xsl"/> <xsl:output method="html" indent="no" /> ................</nowiki></pre> <nowiki>***********************************************</nowiki> firefox 40.0 does not handle "&lt;xsl:import" and "&lt;xsl:include" anymore. I reactivated 39.0 successfully and was happy again. Is it a matter of "--allow-file-access-from-files" in 40.0 ??? How to set this option ??? Used to work in the past. Also OPERA and CHROME still support TRY: www.myaomi.byethost18.com/myaomi.html?e=summer (works fine with 40.0: doesn't use &lt;xsl:import nor &lt;xsl:include) TRY: www.myaomi.byethost18.com/cec.html?e=winter (doesn't work with 40.0 anymore: uses &lt;xsl:import and &lt;xsl:include as well) Thank you very much, linuxaomi

Modified by cor-el

Chosen solution

hi, support.mozilla.org is intended for end-user support. if you have a question regarding web development please refer to Where to go for developer support instead. thank you for your understanding!

Read this answer in context 👍 1

All Replies (1)

more options

Chosen Solution

hi, support.mozilla.org is intended for end-user support. if you have a question regarding web development please refer to Where to go for developer support instead. thank you for your understanding!