Rev 1570 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1570 | Rev 1633 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
3 | <xsl:output method="xml" indent="yes"/> |
3 | <xsl:output method="xml" indent="yes"/> |
- | 4 | <xsl:template match="/mk-debugdata" > |
|
- | 5 | <debug> |
|
- | 6 | <xsl:apply-templates /> |
|
- | 7 | </debug> |
|
- | 8 | </xsl:template> |
|
- | 9 | ||
4 | <xsl:template match="*"><xsl:apply-templates /></xsl:template> |
10 | <xsl:template match="*"><xsl:apply-templates /></xsl:template> |
Line 5... | Line 11... | ||
5 | 11 | ||
6 | <xsl:template match="dataset"> |
12 | <xsl:template match="dataset"> |
7 | <xsl:copy> |
13 | <xsl:copy> |
Line 12... | Line 18... | ||
12 | </xsl:text> |
18 | </xsl:text> |
13 | </xsl:template> |
19 | </xsl:template> |
Line 14... | Line 20... | ||
14 | 20 | ||
Line 15... | Line 21... | ||
15 | <xsl:template match="text()"></xsl:template> |
21 | <xsl:template match="text()"></xsl:template> |
16 | 22 | ||
17 | <xsl:template match="data[@offset='20' or @offset='21' or @offset='22' or @offset='23' or @offset='24' or @offset='25' or @offset='26' or @offset='27' or @offset='28' or @offset='29' or @offset='30']"> |
23 | <xsl:template match="data[@offset='19']"> |
18 | <xsl:copy><xsl:apply-templates select="@*"/></xsl:copy> |
24 | <xsl:copy><xsl:apply-templates select="@*"/></xsl:copy> |
19 | <!-- <xsl:apply-templates select=''/> --> |
25 | <!-- <xsl:apply-templates select=''/> --> |
20 | <xsl:text> |
26 | <xsl:text> |