ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function copy_stylesheet

alps::copy_stylesheet — copies the ALPS.xsl stylesheet to the specifeid directory

Synopsis

// In header: <alps/parser/xslt_path.h>


ALPS_DECL void copy_stylesheet(boost::filesystem::path const & dir);

Description

This function copies the ALPS.xsl stylesheet to the specified directory. The function does not overwrite an already existing file with the name ALPS.xsl

Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext