Project

Profile

Help

Bug #1669

closed

Firefox not starting transformation

Added by Manfred Staudinger over 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Low
Sprint/Milestone:
-
Start date:
2012-12-27
Due date:
% Done:

0%

Estimated time:
Platforms:

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

view_all_0.xsl (1.37 KB) view_all_0.xsl Manfred Staudinger, 2013-02-18 12:04
view_names_0.xsl (2.14 KB) view_names_0.xsl Manfred Staudinger, 2013-02-18 12:05
Questenberg_Herman_von_0.xml (930 Bytes) Questenberg_Herman_von_0.xml Manfred Staudinger, 2013-02-18 12:06

Please register to edit this issue

Also available in: Atom PDF