[PHPTAL] `exists:` should throw exception for invalid tales path

2012-08-09 Thread Andrew Crites
`, but this does not appear to be the case. In summary, can we have `exists:` throw exceptions normally? -- Andrew Crites Chief of http://AySites.com/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

Re: [PHPTAL] XML Namespace and xmlns declaration removed from emitted DOM

2012-06-13 Thread Andrew Crites
/**mailman/listinfo/phptalhttp://lists.motion-twin.com/mailman/listinfo/phptal -- Andrew Crites Chief of http://AySites.com/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

Re: [PHPTAL] XML Namespace and xmlns declaration removed from emitted DOM

2012-06-12 Thread Andrew Crites
AM, Andrew Crites ajcri...@gmail.comwrote: It's known that when you have an element like: g:plusone size=medium href=http://aysites.com/;/g:plusone PHPTAL will throw an error (There is no namespace declared...) You can solve this error simply by adding an `xmlns:g` attribute