Thread Mit LibXML Text auslesen aus CDATA (4 answers)
Opened by marcuso at 2012-03-12 13:19

pq
 2012-03-12 14:10
#156777 #156777
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Mit LibXML Text auslesen aus CDATA