This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<xsl : if test =" $error.messages.count > 0" >
17
17
<table class =" section-table" cellpadding =" 2" cellspacing =" 0" border =" 0" width =" 98%" >
18
- <tr >
19
- <td class =" sectionheader" >
20
- Errors: (<xsl : value-of select =" $error.messages.count" />)
21
- </td >
22
- </tr >
23
- <tr >
24
- <td >
25
- <xsl : apply-templates select =" $error.messages" />
26
- </td >
27
- </tr >
18
+ <tr ><td class =" sectionheader" >Errors: (<xsl : value-of select =" $error.messages.count" />)</td ></tr >
19
+ <xsl : apply-templates select =" $error.messages" />
28
20
</table >
29
21
</xsl : if >
30
22
<xsl : if test =" $warning.messages.count > 0" >
31
- <table class =" section-table" cellpadding =" 2" cellspacing =" 0" border =" 0" width =" 98%" >
32
- <tr >
33
- <td class =" sectionheader" >
34
- Warnings: (<xsl : value-of select =" $warning.messages.count" />)
35
- </td >
36
- </tr >
37
- <tr ><td ><xsl : apply-templates select =" $warning.messages" /></td ></tr >
23
+ <table class =" section-table" cellpadding =" 2" cellspacing =" 0" border =" 1" width =" 98%" >
24
+ <tr ><td class =" sectionheader" >Warnings: (<xsl : value-of select =" $warning.messages.count" />)</td ></tr >
25
+ <xsl : apply-templates select =" $warning.messages" />
38
26
</table >
39
27
</xsl : if >
40
28
</xsl : if >
41
29
</xsl : template >
42
30
43
31
<xsl : template match =" message" >
44
- <pre class =" section- error" ><xsl : value-of select =" text()" /></pre >
32
+ <tr class =" error" ><td >< xsl : value-of select =" substring( text(),1,1024) " /></td ></ tr >
45
33
</xsl : template >
46
34
47
35
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments