Thread Mit LibXML Text auslesen aus CDATA
(4 answers)
Opened by marcuso at 2012-03-12 13:19
das sind attribute, und die liest du mit $node->getAttribute( $name ) aus. siehe die doku zu XML::LibXML::Element.
in deinem fall wäre das also: my $pdf_link = $EUListe->getAttribute('pdf_link'); Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |