| Revision 7077,
471 bytes
checked in by munepi, 14 years ago
(diff) |
|
added munepi/diff-cddvd-comps
|
| Line | |
|---|
| 1 | <xsl:stylesheet version="1.0" |
|---|
| 2 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
|---|
| 3 | |
|---|
| 4 | <xsl:output method="text" indent="no" encoding="UTF-8" /> |
|---|
| 5 | |
|---|
| 6 | <xsl:strip-space elements='*'/> |
|---|
| 7 | |
|---|
| 8 | <!-- drop group and grouphierarchy --> |
|---|
| 9 | <xsl:template match='group' /> |
|---|
| 10 | <xsl:template match='grouphierarchy' /> |
|---|
| 11 | |
|---|
| 12 | <xsl:template match='package'> |
|---|
| 13 | <xsl:text disable-output-escaping = "yes"> </xsl:text> |
|---|
| 14 | <xsl:apply-templates select="name" /> |
|---|
| 15 | </xsl:template> |
|---|
| 16 | |
|---|
| 17 | </xsl:stylesheet> |
|---|
Note: See
TracBrowser
for help on using the repository browser.