-
efalk added dbentley49 to the google-ajaxslt project.
2009-05-16 19:30:03 UTC by efalk
-
efalk added chrisd to the google-ajaxslt project.
2009-05-16 19:28:17 UTC by efalk
-
yTflZ6 vpvmeaieljxp, [url=http://lyvpfaqaxydo.com/]lyvpfaqaxydo[/url], [link=http://hbngbpkkiywb.com/]hbngbpkkiywb[/link], http://brgxqkjnobeu.com/.
2008-11-28 02:59:54 UTC by nobody
-
Copied to http://code.google.com/p/ajaxslt/issues/detail?id=6&can=2&q=.
2006-12-15 21:39:20 UTC by macswell
-
Copied to http://code.google.com/p/ajaxslt/issues/detail?id=5&can=2&q=.
2006-12-15 21:38:41 UTC by macswell
-
To http://code.google.com/p/ajaxslt/.
2006-11-18 04:43:19 UTC by google
-
Sorry, lost login.
contact: pdunkel at sourceforge.
2006-11-14 20:12:47 UTC by pdunkel
-
In xsltProcessContext() where apply-templates is handled there is a small error in precendence.
The original code steps through the templates from the top and then applies it to each node in the selected set.
The fixed code goes through the nodes of the selected set and then finds the matching template for it and applies it.
XML:
.
2006-11-14 20:11:08 UTC by nobody
-
xmlResolveEntities in file dom.js doesn't handle
semicolons properly.
Just consider processing the following string:
";"
the result would be "" and NOT ";" as one could expect.
BTW: I came up with this quick and dirty patch but
didn't test it much yet:
function xmlResolveEntities(s) {
var parts = stringSplit(s, '&');
var ret = parts[0];
for (var i = 1; i
2006-10-24 16:09:08 UTC by ill_dur
-
Anonymous committed patchset 1 of module CVSROOT to the google-ajaxslt CVS repository, changing 11 files.
2005-06-09 14:10:12 UTC by nobody