~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to data/xslt/input/singlestring.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?> 
 
2
<xsl:stylesheet version="1.0" 
 
3
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
4
                                
 
5
  <!-- This is just a basic stylesheet to figure out how 
 
6
       XOM should behave when the output method is text -->
 
7
                                
 
8
                                
 
9
  <xsl:template match="/">Data</xsl:template>
 
10
 
 
11
</xsl:stylesheet>