Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DQM/CSCMonitorModule/data/emuMerge.xsl is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="ISO-8859-1"?>
0002 
0003 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
0004   xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
0005 
0006 <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
0007 
0008 <xsl:template match="/">
0009   <DocLayout>
0010     <xsl:copy-of select="*"/>
0011     <include xmlns="http://www.w3.org/2001/XInclude" href="emuDQMBooking.xml"/>
0012     <include xmlns="http://www.w3.org/2001/XInclude" href="emuDQMBookingAdds.xml"/>
0013   </DocLayout>
0014 </xsl:template>
0015 
0016 </xsl:stylesheet>