|
Revision 429, 497 bytes
(checked in by hirokai, 4 years ago)
|
work
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
|---|
| 2 |
|
|---|
| 3 |
<xsl:stylesheet version="1.0" |
|---|
| 4 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 5 |
xmlns:func="http://www.exslt.org/functions" |
|---|
| 6 |
xmlns:jm3="http://jm3.net/xsl/functions" |
|---|
| 7 |
extension-element-prefixes="func" |
|---|
| 8 |
exclude-result-prefixes="jm3"> |
|---|
| 9 |
|
|---|
| 10 |
<xsl:preserve-space elements="content"/> |
|---|
| 11 |
<xsl:output method="html" indent="yes" omit-xml-declaration="yes" /> |
|---|
| 12 |
|
|---|
| 13 |
<xsl:template match="email"><xsl:value-of select="." /></xsl:template> |
|---|
| 14 |
|
|---|
| 15 |
</xsl:stylesheet> |
|---|
| 16 |
|
|---|