mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 21:35:25 +00:00
8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files
Reviewed-by: sla, kamg
This commit is contained in:
parent
ec5d05699e
commit
56bf9f42e0
@ -23,8 +23,8 @@
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
<xsl:import href="xsl_util.xsl"/>
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:call-template name="file-header"/>
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
<xsl:import href="xsl_util.xsl"/>
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:call-template name="file-header"/>
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
<xsl:import href="xsl_util.xsl"/>
|
||||
<xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:call-template name="file-header"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user