~ubuntu-branches/ubuntu/utopic/jing-trang/utopic

« back to all changes in this revision

Viewing changes to mod/schematron/lib/xsltc-fixup.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2009-09-01 15:53:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090901155303-2kweef05h5v9j3ni
Tags: upstream-20090818
ImportĀ upstreamĀ versionĀ 20090818

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<stylesheet version="1.0"
 
2
            xmlns="http://www.w3.org/1999/XSL/Transform"
 
3
            xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
4
            xmlns:xsltc="http://www.thaiopensource.com/ns/xsltc">
 
5
 
 
6
<template match="*">
 
7
  <copy>
 
8
    <copy-of select="@*"/>
 
9
    <apply-templates select="node()"/>
 
10
  </copy>
 
11
</template>
 
12
 
 
13
<template match="xsl:*[@xsltc:remove]"/>
 
14
 
 
15
</stylesheet>