Murat �nalan wrote:
> :: > :: OK, rc5 is now in the beta dir. Please try if you get a chance.
> :: >
> :: > Update to rc5 and now ESQL fails.
> ::
> :: This could be a bug in the exception taglib (just a guess
> :: right now - it's easier for me if you can send the level 10
> :: debug output with the raw script so I can paste it into an editor)...
>
> See appendix.
>
> :: Can you try the CVS version of exceptions taglib?
> ::
> :: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs login
> :: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co AxKit-XSP-Exception
>
> As mentioned before, i've already update also that but nothing changed.
Thing I found it. Try this patch to XSP.pm:
Index: lib/Apache/AxKit/Language/XSP.pm
===================================================================
RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/XSP.pm,v
retrieving revision 1.13.2.1
diff -b -u -r1.13.2.1 XSP.pm
--- lib/Apache/AxKit/Language/XSP.pm 6 Jun 2002 22:35:33 -0000
1.13.2.1
+++ lib/Apache/AxKit/Language/XSP.pm 8 Jun 2002 08:36:35 -0000
@@ -688,7 +688,7 @@
elsif ($tag eq 'logic') {
}
elsif ($tag eq 'element') {
- return ' } $parent->appendChild($elem);' . "\n";
+ return '$parent = $parent->getParentNode;' . "\n";
}
elsif ($tag eq 'attribute') {
return ');' . "\n";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]