<?modxslt-stylesheet
type="text/xsl"
media="screen and '$GET[action]' == 'showsource'"
alternate="no"
title="Show raw source of the XML file"
charset="ISO-8859-1"?>
<?modxslt-stylesheet
type="text/xsl"
href="./dina2htm.xsl"
media="screen and '$GET[action]' == 'translate'"
alternate="no"
title="Translation using default stylesheet"
charset="ISO-8859-1"?>
but this doesn't work. What am I doing wrong?
Thanks, Christian