1 - where is this documented? perldoc XML::XPath is not the place...
2 - how many levels down does a * in the pathname apply to. For
example, would I expect some processing overlap in these 2 calls?
<%
# modified from source.
print apply_templates('/article/*');
%>
<%
# display all pages
foreach my $section (findnodes("/article/sect1/subsect")) {
print apply_templates($section);
}
%>
3 - this is a per-page subroutine right? meaning, if I bind
several $t->{gi} , then call apply_templates
4 - why did I not find apply_templates called anywhere in the
XML::XPath distro? How can I play with Xpathscript from the
commandline without using axkit, just passing an XML filename and
a XPS file?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]