1. Letter of Valerian and Gallienus Joyce M. Reynolds 2004

English French German Ancient Greek Modern Greek Italian Latin Spanish Turkish
#### #!/usr/bin/perl use warnings; use strict; use XML::XPath; use XML::XPath::XMLParser; my $xp = XML::XPath->new(filename => 'E:\xmlfiles\eAla001.xml'); my $nodeset = $xp->find('//@editor role'); # find all editors foreach my $node ($nodeset->get_nodelist) { print XML::XPath::XMLParser::as_string($node), "\n\n"; } #### 501 Protocol scheme 'e' is not supported e:/tei-epidoc.dtd Handler couldn't resolve external entity at line 2, column 40, byte 80 error in processing external entity reference at line 2, column 40, byte 80: =======================================^ at C:/Perl/lib/XML/Parser.pm line 187