diff --git a/ChangeLog b/ChangeLog
index d361bda7..90264519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 7 15:48:48 CET 2001 Daniel Veillard i.e. the string value is surrounded by " and ' then terminated by '
and ". Libxslt interpret the parameter values as XPath expressions, so
the string ->alpha
<- is intepreted as the node set
- matching this string. You really want
- ->'alpha'
<- to be passed to the processor. And to
- allow this you need to escape the quotes at the shell level using
- ->"'alpha'"
<- .'alpha'
<- to
+ be passed to the processor. And to allow this you need to escape the
+ quotes at the shell level using ->"'alpha'"
<- .