- Timestamp:
- Jan 6, 2009 11:08:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/example.xsl
r61 r62 1 1 <?xml version="1.0"?> 2 3 <!-- 4 ########### SVN repository information ################### 5 # $Date$ 6 # $Author$ 7 # $Revision$ 8 # $HeadURL$ 9 # $Id$ 10 ########### SVN repository information ################### 11 12 Purpose: 13 This stylesheet is used to translate cansas1d/1.0 14 XML data files into a display form for viewing 15 in a web browser such as Firefox or Internet Explorer. 16 17 Usage: 18 xsltproc example.xsl datafile.xml > datafile.html 19 (or include it as indicated at the documentation site 20 http://www.smallangles.net/wgwiki/index.php/cansas1d_documentation) 21 --> 22 2 23 <xsl:stylesheet version="1.0" 3 24 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" … … 5 26 xmlns:fn="http://www.w3.org/2005/02/xpath-functions" 6 27 > 7 8 <!-- http://www.w3schools.com/xsl/xsl_transformation.asp -->9 <!-- http://www.smallangles.net/wgwiki/index.php/cansas1d_documentation -->10 28 11 29 <xsl:template match="/">
Note: See TracChangeset
for help on using the changeset viewer.