From: http://kerravonsen.dreamwidth.org/ Date: Tue, 1 Dec 2009 23:51:48 +0000 (-0500) Subject: now have fixed xslt plugin X-Git-Tag: 3.20091202~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18840f67e991e48e1c78bf848ce3dd50a649569b;p=ikiwiki.git now have fixed xslt plugin --- diff --git a/doc/plugins/contrib/xslt/discussion.mdwn b/doc/plugins/contrib/xslt/discussion.mdwn index 3288150a4..9cda02f88 100644 --- a/doc/plugins/contrib/xslt/discussion.mdwn +++ b/doc/plugins/contrib/xslt/discussion.mdwn @@ -15,7 +15,7 @@ really a full programming language, so I assume at least DOS attacks are possible. Can it also read other arbitrary files, run other programs, etc? --[[Joey]] -> For the first point, agreed. It should probably check that the data file has a `.xml` extension also. Will fix soon. +> For the first point, agreed. It should probably check that the data file has a `.xml` extension also. Have now fixed. > For the second point, I think the main concern would be resource usage. XSLT is a pretty limited language; it can read other XML files, but it can't run other programs so far as I know.