The simple and neat solution. Only sub elements of the xdoc head element are placed
into the resulting html file PR: MAVEN-396 Submitted by: Brett Porter git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5877045292
commit
76c7e5cedf
@ -67,7 +67,7 @@
|
||||
<meta name="email" content="${author.attribute('email').value}"/>
|
||||
</x:forEach>
|
||||
|
||||
<jsl:applyTemplates select="$doc/document/head"/>
|
||||
<jsl:applyTemplates select="$doc/document/head/*"/>
|
||||
|
||||
</head>
|
||||
|
||||
@ -445,10 +445,6 @@
|
||||
</div>
|
||||
</jsl:template>
|
||||
|
||||
<jsl:template match="head" trim="false">
|
||||
<x:copyOf select="."/>
|
||||
</jsl:template>
|
||||
|
||||
<jsl:template match="footer" trim="false">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user