/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to xslt/wiki.xsl

  • Committer: Suren A. Chilingaryan
  • Date: 2009-01-31 04:54:46 UTC
  • Revision ID: csa@dside.dyndns.org-20090131045446-e2u52332uayw5u9m
Various fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
 
 <xsl:output method="html" version="1.0" encoding="utf-8"/>
 
2
<xsl:stylesheet version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
3
 <xsl:output method="html" encoding="utf-8"/>
4
4
 <xsl:template match="@*|node()">
5
5
   <xsl:copy>
6
6
     <xsl:apply-templates select="@*|node()"/>