XML::Rules tagspec

Terrence Brannon <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <[email protected]>
Jenda Krynicky wrote:
> use XML::Rules;
>   


1 - perhaps you could use a few more head sections to break up the docs 
under 'The Rules'. =head3 tag spec = head3 action

and then several =head4 for each action so they can be seen from the TOC.

2 -  but anyway I'm wondering why you cant select tags based on 
attributes of the tag. And also why you cant provide a subref here that 
returns true for tags matching its tests. In others, 
HTML::Element::look_down can find tags by 'tagspec', but it can also 
easily do various attribute tests and if that's not enough, use a sub ref.

The reason I mention it, is that you could have two table tags in a 
document and have different rules for processing each:

sub my_table_1 {
    $self->gi eq 'table' and $self->attr('table_number') == 1
}

 my $tagspec = \&my_table_1



_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.