source: trunk/gli/help/gen-text.xsl@ 11597

Last change on this file since 11597 was 7536, checked in by mdewsnip, 20 years ago

A very simple XSLT file for extracting the text from the help XML files.

  • Property svn:keywords set to Author Date Id Revision
File size: 185 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
4 <xsl:output method="text" encoding="UTF-8"/>
5
6</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.