2005/07/27 15:32:43
tools/* - corrected dumb script in release scripts ...
(ccontavalli)
2005/07/27 15:26:12
tools/ - corrected a few errors in the
release scripts
(ccontavalli)
2005/07/27 15:26:12
doc/ - generated ex-novo...
(ccontavalli)
2005/07/27 15:13:24
doc/manual.xml - note tag requires para inside.
(ccontavalli)
2005/07/27 15:01:16
tools/library/ - corrected minor bugs
introduced with added support for Update
scripts ...
(ccontavalli)
2005/07/27 14:48:49
lib/modxslt-libxml.c - the exslt ``document'' extension href
attribute now uses the path of the current .xml file to calculate
relative urls.
(ccontavalli)
2005/07/27 14:21:03
lib/modxslt-doc.c - now tries to look for the media type in
imported documents .. this should solve many of the media-type
issues, but still ignore many other parameters of the xsl:output
parameter.. let's see how it works... seems like libxslt does
not perform any xsl:output merging. Current code walks list
of imported documents...
(ccontavalli)
2005/07/27 12:50:49
lib/* - finally, removed IS_BLANK warning ..
its name was clashing with one of libxml2
macros...
(ccontavalli)
2005/07/27 12:50:49
sapi/apache2 - the code now respects strict aliasing
rules, and no more type-punned warnings are issued
by gcc...
(ccontavalli)
2005/07/27 12:50:49
lib/parser/* - corrected a few bugs introduced with
previous commit
(ccontavalli)
2005/07/26 23:32:07
doc/faq.xml - added references to xsl:output
problem, where media-type is ignored from
imported documents. Thanks to
<latypoff at yandex.ru> for reporting this
problem.
(ccontavalli)
2005/07/26 23:32:07
lib/modxslt-opr-cmp.c - corrected minor bug
that caused wrong error message in case the
regular expression was not correct. Thanks
to Eric Anderson <ejona86 at gmail.com> for
reporting this problem.
(ccontavalli)
2005/07/26 23:32:07
doc/manual/ - better explained XSLTParam,
(ccontavalli)
2005/07/26 23:32:07
lib/modxslt-doc.c - mxslt_http_open was not
correctly checking for local handlers, causing
a segfault under some conditions.
(ccontavalli)
2005/07/26 23:32:07
lib/modxslt-doc.c - mxslt_local_open did not
calculate local:// urls correctly when no
open method was provided. Thanks to Richar
Leopold <mod-xslt2-users at leo.0n3.org>
and Eric Anderson <ejona86 at gmail.com>
for reporting this problem.
(ccontavalli)
2005/07/26 23:32:07
doc/manual/ - added a few notes about
AddOutputFilterByType...
(ccontavalli)
2005/07/26 23:32:07
tools/ - added support for Update files,
so update information need not to be inputted
manually at release or snapshot time, allowing
them to be written time by time...
(ccontavalli)
2005/07/26 23:32:07
lib/parser/modxslt-screen-expr.lex - modified
in order to change and improve escaping
rules...
(ccontavalli)
2005/07/19 13:11:24
doc/manual.xml - some examples were split over
multiple lines, to ease the task of reading them.
(ccontavalli)
2005/07/19 13:11:24
doc/manual.xml - corrected a few types here
and there, and generally added some useful
notes here and there.
(ccontavalli)
2005/07/19 13:11:24
doc/faq.xml - added a few questions regarding
XSLTSetStylesheet and XSLTDefaultStylesheet.
(ccontavalli)