]> git.sesse.net Git - xml-template/commitdiff
Add a FIXME.
authorsgunderson@bigfoot.com <>
Thu, 1 Mar 2007 11:50:17 +0000 (12:50 +0100)
committersgunderson@bigfoot.com <>
Thu, 1 Mar 2007 11:50:17 +0000 (12:50 +0100)
perl-sax/XML/TemplateSAX/Handler.pm

index 93c19870aad87871472c89e2c3eea7751f7126ed..eb10ac6b3e81b58bcf24d33a2e9007514ec667f1 100644 (file)
@@ -57,7 +57,8 @@ sub start_element {
 
                if (defined($match)) {
                        $self->SUPER::start_element($data);
-                       
+               
+                       # FIXME: we should match on something better than the name. But what?
                        push @{$self->{'stack'}}, [ $data->{'Name'}, $obj ];
 
                        #