Thomas J.S.: xpath ausdruck für processing-instructions

Beitrag lesen

Hallo,

das hier hat nicht unbedingt was mit xsl zu tun, aber ich trage trotzdem mal mein problem vor:

<?xml version="1.0" encoding="iso-8859-1"?>

<europa>
    <land>
       <?id x12123?>
      <name>Deutschland</name>
    </land>
</europa>


>   
> ich möchte gerne mit einem xpath-ausdruck den knoten mit der id bestimmen,  
  
  
"europa/land/processing-instruction('id')" liefert "x12123" als Ergebnis  
  
Grüße  
Thomas