0
     <Parent>
  <Children idontknowthis='thisisnotmyquestion'>
   <x>1</x>
   <x>2</x>
   <x>3</x>
   <x>4</x>
  </Children>
 </Parent>

以下で作業している.xmlファイルの例。私のスクリプトは、それ自体で「id」を確立する必要があります(明確にするために、すでに bk109 を取得できます)...

   <book id="bk109">
      <author>Kress, Peter</author>
      <title>Paradox Lost</title>
      <genre>Science Fiction</genre>
      <price>6.95</price>
      <publish_date>2000-11-02</publish_date>
      <description>After an inadvertant trip through a Heisenberg
      Uncertainty Device, James Salway discovers the problems 
      of being quantum.</description>
   </book>

多くの異なる XML ファイルをインポートする PHP の XML インポート スクリプトの目的で。属性名を取得するにはどうすればよいですか? (つまり、「id」)

4

1 に答える 1