From: Taj M. <taj...@us...> - 2004-09-12 20:14:50
|
Update of /cvsroot/davinci/docs/xls/tools/profile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25978/xls/tools/profile Added Files: ChangeLog profile.xsl Log Message: Added XSL support files --- NEW FILE: ChangeLog --- 2002-03-03 Jirka Kosek <ko...@us...> * profile.xsl: Old profiling stylesheet moved to new location. Old stylesheet issues warning when invoked. We should remove it completely after some time. 2001-12-07 Jirka Kosek <ko...@us...> * profile.xsl: Added support for multiple targets in one parameter 2001-08-01 Norman Walsh <nw...@us...> * profile.xsl: New file. --- NEW FILE: profile.xsl --- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <xsl:message terminate="yes">WARNING: Profiling stylesheet has moved to new location profiling/profile.xsl. This new version uses different names of parameters. Please use e.g. "profile.os" instead of simply "os". You can now also perform profiling in a single step as an integral part of transformation. Check new stylesheets profile-docbook.xsl and profile-chunk.xsl. </xsl:message> </xsl:template> </xsl:stylesheet> |