Question about getNodeName
by Ali Mesdaq other posts by this author
Jun 13 2006 12:15PM messages near this date
view in the new Beta List Site
RE: [BULK] - Question about getNodeName
|
RE: Question about getNodeName
& XSLT When using DOM and getNodeName I get the name and "#text" returned. Why
is #text returned and how can I have only the name returned?
my $root = $doc-> getDocumentElement();
my @installinfo = $root-> getChildNodes();
foreach my $run (@installinfo)
{
print $run-> getNodeName(), "\n";
}
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Ali Mesdaq
Mark - BLS CTR Thomas
Petr Pajas
Bjoern Hoehrmann
|