Re: Actions
Joshua <[email protected]> Fri, 29 Apr 2005 11:20:54 -0600
| Newsgroups | gmane.comp.lib.nexista.devel |
|---|---|
| Message-ID | <[email protected]> |
Allright I deleted a bunch of stuff and readded it. I was having a lot of problems with pear in there as well. cvs is a real pain when you rename dirs...I think that's what happened with the filters/actions.. I think things are kinda okay. On a note - the current protocols will probably become implemented as php streams. I have been playing with that and it rocks. This mean that in you XSL file you could do <xsl:value-of select="var:_get/id"/> or <xsl:value-of select="php:time()"/> Current setup only allows these protocols in sitemap and other places but not in xsl. This will allow it everywhere. cool huh?