/[PAMELA software]/quicklook/dataToXML/Data/Configure.xsl
ViewVC logotype

Annotation of /quicklook/dataToXML/Data/Configure.xsl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (as text) (vendor branch)
Tue Apr 25 09:00:20 2006 UTC (18 years, 7 months ago) by kusanagi
Branch: MAIN
CVS Tags: dataToXML1_02/01, dataToXML1_02/00, dataToXML1_03/00, dataToXML1_03/01, dataToXML1_00/00, firstRelease, dataToXML1_01/00, dataToXML1_03_02, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: application/xml
These program extract in an XML format the info contained into the ROOT files generated by YODA from the PAMELA data. To visualize the XML files in a more human readable format a collection of XSL files are given in the Data subfolder.

1 kusanagi 1.1 <?xml version="1.0" encoding="UTF-8"?> <!-- Prologo XML -->
2     <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- Dichiarazione del documento XSLT -->
3     <!-- <xsl:stylesheet version="1.0"
4     xmlns:xsl="http://www.w3.org/TR/WD-xsl"> -->
5    
6     <!--Define the location of the PAMELA CPU source code-->
7     <xsl:param name="CPUcode" select="'Docs/src/'"/>
8    
9     </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.23