In the second of tonight's one line diff changes to
Template::Plugin::XML::XPath[1], here's a documentation patch that
replaces a missing semicolon.

Sorry for leaving it out in the first place.

This one doesn't have any tests either.

Later.

Mark.

[1] The first of which was posted from my indicosoftware.com address which 
is not subscribed and is now waiting for the list moderator to pass.  See, 
I'm being useless.

-- 
s''  Mark Fowler                                     London.pm   Bath.pm
     http://www.twoshortplanks.com/              [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}
Index: docsrc/src/Modules/Template/Plugin/XML/XPath.tt2
===================================================================
RCS file: 
/template-toolkit/Template2/docsrc/src/Modules/Template/Plugin/XML/XPath.tt2,v
retrieving revision 1.3
diff -u -r1.3 XPath.tt2
--- docsrc/src/Modules/Template/Plugin/XML/XPath.tt2    2002/03/12 15:58:05     1.3
+++ docsrc/src/Modules/Template/Plugin/XML/XPath.tt2    2002/05/10 01:08:40
@@ -32,7 +32,7 @@
        # default template block passes tags through and renders
        # out the children recursivly
        [% BLOCK xmlstring; 
-          item.starttag; item.content(view); item.endtag
+          item.starttag; item.content(view); item.endtag;
        END %]
        
        # block to generate simple text

Reply via email to