Revision 796,
643 bytes
checked in by gosiaw, 12 years ago
(diff) |
New DEBB examples from HLRS
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | mainElement=<environment/> |
---|
3 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> |
---|
4 | <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> |
---|
5 | |
---|
6 | <xsl:template match="/"> |
---|
7 | <!-- TODO: Auto-generated template --> |
---|
8 | <xsl:variable name="mainElement"> |
---|
9 | <xsl:element name="environment"/> |
---|
10 | </xsl:variable> |
---|
11 | mainElement=<xsl:value-of select="name($mainElement)"/> |
---|
12 | <xsl:variable name="resultDoc" select="document($mainElement)"/> |
---|
13 | <xsl:copy-of select="$mainElement"/> |
---|
14 | <xsl:copy-of select="$resultDoc"/> |
---|
15 | </xsl:template> |
---|
16 | </xsl:stylesheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.