こんにちは、次の XML があります
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" ... someID="ID123">
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><endpoints>
...
奇妙な理由で、SOAP-ENV:Envelope ルート タグにこの属性「someID」があるとしましょう。XSLT 1.0でその属性の内容を読み取ることはできますか(「ID123」を持ちたい)?はいの場合、どのように?
よろしくアレックス