Thread Alle XML Elemente ermitteln die ein bestimtes Attribut enthalten (7 answers)
Opened by roli at 2015-05-12 19:07

roli
 2015-05-13 10:04
#181045 #181045
User since
2004-12-31
424 Artikel
BenutzerIn
[default_avatar]
Hi FIFO,

hier ein kurzes Feedback. Ich habe eben mal:
Code (perl): (dl )
1
2
    
my @nodes = $highlight->get_xpath( qq{//*[@filename]} );
eingebaut, und erhalte damit:
Quote
Possible unintended interpolation of @filename in string at synth.pl line 250.
Global symbol "@filename" requires explicit package name at synth.pl line 250.
Execution of synth.pl aborted due to compilation errors.

Im Moment bin ich aber an einem anderen Thema, so das ich noch keine Zeit hatte mir das wirklich anzusehen.
Roland
--
"Steh vorn, während du fragst;
sitzen soll, wer antwortet."
Aus "Die Edda des Snorri Sturluson" "Gylfis Täuschung" Strophe 2

View full thread Alle XML Elemente ermitteln die ein bestimtes Attribut enthalten