comparison src/share/vm/trace/traceEventClasses.xsl @ 12933:042cf42c72bd

8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files Reviewed-by: sla, kamg
author simonis
date Wed, 16 Oct 2013 15:06:39 +0200
parents f2110083203d
children 86e6d691f2e1
comparison
equal deleted inserted replaced
12932:7fe6ef09d242 12933:042cf42c72bd
21 or visit www.oracle.com if you need additional information or have any 21 or visit www.oracle.com if you need additional information or have any
22 questions. 22 questions.
23 --> 23 -->
24 24
25 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 25 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
26 <xsl:import href="xsl_util.xsl"/>
26 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/> 27 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
27 <xsl:import href="xsl_util.xsl"/>
28 28
29 <xsl:template match="/"> 29 <xsl:template match="/">
30 <xsl:call-template name="file-header"/> 30 <xsl:call-template name="file-header"/>
31 31
32 #ifndef TRACEFILES_TRACEEVENTCLASSES_HPP 32 #ifndef TRACEFILES_TRACEEVENTCLASSES_HPP