Bug #1669
closedFirefox not starting transformation
0%
Description
Initiating the XSLT 2.0 transform
with an XSLT 1.0 stylesheet
by inserting
<script type="text/javascript" language="javascript" src="../../SaxonceDebug/Saxonce.nocache.js"/>
<script type="text/javascript" language="javascript">
onSaxonLoad = function() {
proc = Saxon.run({
initialTemplate: 'main',
logLevel: 'FINE',
stylesheet: '../view_all_0.xsl'
});
}
</script>
<xsl:template name="main">
<xsl:result-document href="#htmlbody" method="ixsl:replace-content">
<xsl:apply-templates select="ixsl:page()/*/*/*[@id='htmlbody']/*" mode="init"/>
</xsl:result-document>
</xsl:template>
FINE: Commencing transform type:UPDATE_HTML
FINE: processing result-document for href: htmlbody
FINE: Transform complete
INFO: Saxon-CE API initialised
<script defer="defer">Saxonce.onInjectionDone('Saxonce')</script>
Files
Updated by Michael Kay almost 12 years ago
Thanks for reporting it. If it's OK, I'll take you at your word that this is low priority and we'll deal with it when we're back after the holidays.
Updated by O'Neil Delpratt almost 12 years ago
- Status changed from New to In Progress
- Assignee set to O'Neil Delpratt
Hi Manfred,
Sorry for the delay in looking into this bug. I am looking at it now. Please may you send me the HTMl and stylesheet you use to reproduce the error. You can attach it to this bug report or send it privately if the data is sensitive.
Updated by Manfred Staudinger almost 12 years ago
- File view_all_0.xsl view_all_0.xsl added
- File view_names_0.xsl view_names_0.xsl added
- File Questenberg_Herman_von_0.xml Questenberg_Herman_von_0.xml added
No problem with the delay. I'm now at Firefox 18.0.1 but the problem is the same. The test shows a "Version:" in the lower left corner for Firefox, but a "Version2:" for Opera and Chrome.
Updated by O'Neil Delpratt almost 12 years ago
Hi Manfred, would you be able to send the html file as well.
thanks
Updated by O'Neil Delpratt almost 12 years ago
Please ignore my request. I see the view_name_0.xsl is used to generate the html file.
Updated by O'Neil Delpratt over 11 years ago
Hi Manfred,
I managed to run your app with Saxon-ce 1.0, but did not reproduce the issue you reported.
I have tried it on Firefox version 13.0.1 and 18.0.2 and it works fine.
On my firefox console it produces the messages:
FINE: Commencing transform type:UPDATE_HTML
FINE: processing result-document for href: htmlbody
INFO: template match=html:div[@id=htmlbody]/html:h3 mode=init
FINE: Transform complete
INFO: Saxon-CE API initialised
This is the same on all browsers
Is your environment different in anyway? Please check the version of Saxon-CE you are running.
Updated by Michael Kay about 11 years ago
- Status changed from In Progress to Closed
I am closing this without resolution, as it seems that without further information we are unlikely to discover what went wrong.
Please register to edit this issue